Commits

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

DateSubjectAuthorReleases
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 12.19
2023-08-24 Avoid unnecessary plancache revalidation of utility statements. Tom Lane 12.17
2022-07-07 Fix alias matching in transformLockingClause(). Dean Rasheed 12.12
2022-05-09 Fix core dump in transformValuesClause when there are no columns. Tom Lane 12.11
2021-08-19 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. Tom Lane 12.9
2021-06-01 Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane 12.8
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 12.5
2020-02-17 Fill in extraUpdatedCols in logical replication Peter Eisentraut 12.3
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-05-16 More message style fixes Alvaro Herrera 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0
2019-02-07 Add collation assignment to CALL statement Peter Eisentraut 12.0
2019-02-01 Renaming for new subscripting mechanism Alvaro Herrera 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-17 Postpone aggregate checks until after collation is assigned. Andrew Gierth 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2018-09-18 Fix some minor issues exposed by outfuncs/readfuncs testing. Tom Lane 12.0
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 12.0