Commits

Showing commits that first shipped in 13 (backpatches included). Clear

DateSubjectAuthorReleases
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 13.21
2025-03-12 Preserve RangeTblEntry.relid when expanding a view RTE. Tom Lane 13.21
2024-11-11 Ensure cached plans are correctly marked as dependent on role. Nathan Bossart 13.17
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 13.16
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 13.16
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 13.15
2023-06-16 Fix typo in comment. Amit Langote 13.12
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 13.12
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 13.11
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 13.11
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 13.11
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 13.10
2022-10-11 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 13.9
2021-09-08 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. Tom Lane 13.5
2021-07-09 Reject cases where a query in WITH rewrites to just NOTIFY. Tom Lane 13.4
2021-02-07 Revert "Propagate CTE property flags when copying a CTE list into a rule." Tom Lane 13.2
2021-02-07 Propagate CTE property flags when copying a CTE list into a rule. Tom Lane 13.2
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 13.1
2020-03-31 Fix INSERT OVERRIDING USER VALUE behavior Peter Eisentraut 13.0
2020-01-14 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. Dean Rasheed 13.0
2020-01-02 Make parser rely more heavily on the ParseNamespaceItem data structure. Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-21 Defend against self-referential views in relation_is_updatable(). Tom Lane 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0