Commits

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

DateSubjectAuthorReleases
2026-04-21 Fix incorrect NEW references to generated columns in rule rewriting Richard Guo 14.23
2025-11-29 Avoid rewriting data-modifying CTEs more than once. Dean Rasheed 14.21
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 14.18
2025-03-12 Preserve RangeTblEntry.relid when expanding a view RTE. Tom Lane 14.18
2025-01-29 Handle default NULL insertion a little better. Tom Lane 14.16
2024-11-11 Ensure cached plans are correctly marked as dependent on role. Nathan Bossart 14.14
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 14.13
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 14.12
2023-06-16 Fix typo in comment. Amit Langote 14.9
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 14.9
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 14.8
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 14.8
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 14.8
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 14.7
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 14.7
2022-10-11 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 14.6
2021-09-08 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. Tom Lane 14.0
2021-07-09 Reject cases where a query in WITH rewrites to just NOTIFY. Tom Lane 14.0
2021-05-03 Remove unused function argument Peter Eisentraut 14.0
2021-04-26 Remove rewriteTargetListIU's expansion of view targetlists in UPDATE. Tom Lane 14.0
2021-04-25 Update comments for rewriteTargetListIU(). Tom Lane 14.0
2021-04-21 doc: Improve hyphenation consistency Peter Eisentraut 14.0
2021-04-06 Clean up treatment of missing default and CHECK-constraint records. Tom Lane 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0