summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
AgeCommit message (Expand)Author
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
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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-03Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-20Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian