aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* 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 RLS policy usage in MERGE.Dean Rasheed2023-08-07
* A minor simplification for List manipulationPeter Eisentraut2023-07-03
* 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
* Re-allow INDEX_VAR as rt_index in ChangeVarNodes().Tom Lane2023-06-08
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typosDavid Rowley2023-04-18
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-02
* 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
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* 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
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* 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
* Remove logic for converting a table to a view.Tom Lane2022-12-02
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane2022-10-17
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Fix grammar in error messageJohn Naylor2022-09-15
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-23
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Add support for security invoker views.Dean Rasheed2022-03-22
* Don't bother to attach column name lists to RowExprs of named types.Tom Lane2022-03-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08