Commits

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

DateSubjectAuthorReleases
2026-04-21 Fix incorrect NEW references to generated columns in rule rewriting Richard Guo 15.18
2025-11-29 Avoid rewriting data-modifying CTEs more than once. Dean Rasheed 15.16
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 15.13
2025-03-12 Preserve RangeTblEntry.relid when expanding a view RTE. Tom Lane 15.13
2025-01-29 Handle default NULL insertion a little better. Tom Lane 15.11
2024-11-11 Ensure cached plans are correctly marked as dependent on role. Nathan Bossart 15.9
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 15.8
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 15.8
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 15.7
2023-06-16 Fix typo in comment. Amit Langote 15.4
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 15.4
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 15.3
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 15.3
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 15.3
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 15.2
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 15.2
2022-10-11 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 15.1
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-03-22 Add support for security invoker views. Dean Rasheed 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-09-08 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. Tom Lane 15.0
2021-07-09 Reject cases where a query in WITH rewrites to just NOTIFY. Tom Lane 15.0