Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 daysChange internal queryid type from uint64 to int64David Rowley
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-08-29Message style improvementsPeter Eisentraut
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-06-16Fix typo in comment.Amit Langote
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-02-25Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-07Update outdated comment in ApplyRetrieveRuleAlvaro Herrera
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-09-15Fix grammar in error messageJohn Naylor
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-22Add support for security invoker views.Dean Rasheed
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-07-09Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane
2021-05-03Remove unused function argumentPeter Eisentraut
2021-04-26Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.Tom Lane
2021-04-25Update comments for rewriteTargetListIU().Tom Lane
2021-04-21doc: Improve hyphenation consistencyPeter Eisentraut
2021-04-06Clean up treatment of missing default and CHECK-constraint records.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-02-07Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane
2021-02-07Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut