summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
AgeCommit message (Expand)Author
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-03Update 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-11Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-11Get 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-07Update 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-06Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Improve wording of two error messages related to generated columns.Tom Lane
2020-11-22Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-22Optimize a few list_delete_ptr callsDavid Rowley
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane