aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Update copyright for 2023Bruce Momjian2023-01-02
* Update outdated comment in ApplyRetrieveRuleAlvaro Herrera2022-12-07
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Fix grammar in error messageJohn Naylor2022-09-15
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Add support for security invoker views.Dean Rasheed2022-03-22
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Remove unused function argumentPeter Eisentraut2021-05-03
* Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.Tom Lane2021-04-26
* Update comments for rewriteTargetListIU().Tom Lane2021-04-25
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-07
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-06
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-23
* Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane2020-11-22
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Optimize a few list_delete_ptr callsDavid Rowley2020-10-22
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-31
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Generated columnsPeter Eisentraut2019-03-30
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14