summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
AgeCommit message (Expand)Author
9 daysRefactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
12 daysRevert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
12 daysRefactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-28Restore comments in ChangeVarNodesExtended()Alexander Korotkov
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-02-25Eliminate code duplication in replace_rte_variables callbacksRichard Guo
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
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