Commits

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

DateSubjectAuthorReleases
2022-07-07 Fix alias matching in transformLockingClause(). Dean Rasheed 10.22
2022-05-09 Fix core dump in transformValuesClause when there are no columns. Tom Lane 10.21
2021-08-19 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. Tom Lane 10.19
2021-06-01 Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane 10.18
2019-01-17 Postpone aggregate checks until after collation is assigned. Andrew Gierth 10.7
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 10.5
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-04-06 Identity columns Peter Eisentraut 10.0
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-03-31 Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." Robert Haas 10.0
2017-03-29 Cast result of copyObject() to correct type Peter Eisentraut 10.0
2017-03-27 Allow ON CONFLICT .. DO NOTHING on a partitioned table. Robert Haas 10.0
2017-03-08 Support XMLTABLE query expression Alvaro Herrera 10.0
2017-02-21 Make more use of castNode() Peter Eisentraut 10.0
2017-01-25 Remove vestigial resolveUnknown arguments from transformSortClause etc. Tom Lane 10.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2017-01-16 Fix check_srf_call_placement() to handle VALUES cases correctly. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-12-23 Replace enum InhOption with simple boolean. Tom Lane 10.0
2016-12-23 Remove sql_inheritance GUC. Robert Haas 10.0
2016-12-08 Fix reporting of column typmods for multi-row VALUES constructs. Tom Lane 10.0