Commits

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

DateSubjectAuthorReleases
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-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-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-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 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-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-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
2021-02-07 Revert "Propagate CTE property flags when copying a CTE list into a rule." Tom Lane 14.0
2021-02-07 Propagate CTE property flags when copying a CTE list into a rule. Tom Lane 14.0
2020-11-23 Improve wording of two error messages related to generated columns. Tom Lane 14.0
2020-11-22 Allow a multi-row INSERT to specify DEFAULTs for a generated column. Tom Lane 14.0
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 14.0