Commits

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

DateSubjectAuthorReleases
2024-11-11 Ensure cached plans are correctly marked as dependent on role. Nathan Bossart 12.21
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 12.20
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 12.20
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 12.19
2023-06-16 Fix typo in comment. Amit Langote 12.16
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 12.16
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 12.15
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 12.15
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 12.15
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 12.14
2022-10-11 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 12.13
2021-09-08 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. Tom Lane 12.9
2021-07-09 Reject cases where a query in WITH rewrites to just NOTIFY. Tom Lane 12.8
2021-02-07 Revert "Propagate CTE property flags when copying a CTE list into a rule." Tom Lane 12.6
2021-02-07 Propagate CTE property flags when copying a CTE list into a rule. Tom Lane 12.6
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 12.5
2020-01-14 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. Dean Rasheed 12.2
2019-11-21 Defend against self-referential views in relation_is_updatable(). Tom Lane 12.2
2019-07-01 Fix many typos and inconsistencies Michael Paquier 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-03-03 Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 12.0
2019-02-20 Fix DEFAULT-handling in multi-row VALUES lists for updatable views. Dean Rasheed 12.0
2019-02-01 Renaming for new subscripting mechanism Alvaro Herrera 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0