Commits

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

DateSubjectAuthorReleases
2026-04-21 Fix incorrect NEW references to generated columns in rule rewriting Richard Guo 16.14
2025-11-29 Avoid rewriting data-modifying CTEs more than once. Dean Rasheed 16.12
2025-01-29 Handle default NULL insertion a little better. Tom Lane 16.7
2024-11-11 Ensure cached plans are correctly marked as dependent on role. Nathan Bossart 16.5
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 16.4
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 16.4
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 16.3
2023-06-16 Fix typo in comment. Amit Langote 16.0
2023-06-14 Retain relkind too in RTE_SUBQUERY entries for views. Amit Langote 16.0
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 16.0
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 16.0
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 16.0
2023-01-18 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-12 Revert "Get rid of the "new" and "old" entries in a view's rangetable." Tom Lane 16.0
2023-01-12 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-07 Update outdated comment in ApplyRetrieveRule Alvaro Herrera 16.0
2022-12-06 Rework query relation permission checking Alvaro Herrera 16.0
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 16.0
2022-10-11 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 16.0
2022-09-15 Fix grammar in error message John Naylor 16.0