summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
AgeCommit message (Expand)Author
2023-04-18Fix various typosDavid Rowley
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-02Remove local optimizations of empty Bitmapsets into null pointers.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-30Make Vars be outer-join-aware.Tom Lane
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-20Add copyright notices to meson filesAndrew Dunstan
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-12-02Remove logic for converting a table to a view.Tom Lane
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-17Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-15Fix grammar in error messageJohn Naylor
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-04-23Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-17Don't bother to attach column name lists to RowExprs of named types.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-09Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
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-19Fix typos and grammar in comments and docsMichael Paquier
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-06Disallow converting an inheritance child table to a view.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