summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
AgeCommit message (Expand)Author
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-08-07Fix RLS policy usage in MERGE.Dean Rasheed
2023-07-03A minor simplification for List manipulationPeter Eisentraut
2023-06-16Fix typo in comment.Amit Langote
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-08Re-allow INDEX_VAR as rt_index in ChangeVarNodes().Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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