Commits

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

DateSubjectAuthorReleases
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 13.21
2025-03-12 Preserve RangeTblEntry.relid when expanding a view RTE. Tom Lane 13.21
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 13.16
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 13.15
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 13.12
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 13.11
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10
2022-10-11 Yet further fixes for multi-row VALUES lists for updatable views. Tom Lane 13.9
2021-09-08 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. Tom Lane 13.5
2021-07-09 Reject cases where a query in WITH rewrites to just NOTIFY. Tom Lane 13.4
2021-02-07 Revert "Propagate CTE property flags when copying a CTE list into a rule." Tom Lane 13.2
2021-02-07 Propagate CTE property flags when copying a CTE list into a rule. Tom Lane 13.2
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 13.1
2020-01-02 Make parser rely more heavily on the ParseNamespaceItem data structure. Tom Lane 13.0
2019-11-21 Defend against self-referential views in relation_is_updatable(). Tom Lane 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-17 Avoid using lcons and list_delete_first where it's easy to do so. Tom Lane 13.0