aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Expand virtual generated columns in the plannerRichard Guo2025-02-25
* Virtual generated columnsPeter Eisentraut2025-02-07
* Handle default NULL insertion a little better.Tom Lane2025-01-29
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Message style improvementsPeter Eisentraut2024-08-29
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Support identity columns in partitioned tablesPeter Eisentraut2024-01-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Add TupleDescGetDefault()Peter Eisentraut2023-09-27
* Fix typo in comment.Amit Langote2023-06-16
* Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote2023-06-14
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* 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