Commits

DateSubjectAuthorReleases
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 11.1
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 12.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-10 Add some const decorations to prototypes Peter Eisentraut 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-07 Reduce excessive dereferencing of function pointers Peter Eisentraut 11.0
2017-09-06 Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs. Tom Lane 11.0
2017-09-06 Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs. Tom Lane 10.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-03-08 Support XMLTABLE query expression Alvaro Herrera 10.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-11-22 Improve handling of "UPDATE ... SET (column_list) = row_constructor". Tom Lane 10.0
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 10.0
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.5.6
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.6.2
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.3.16
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.4.11
2016-08-17 Improve parsetree representation of special functions such as CURRENT_DATE. Tom Lane 10.0
2016-04-08 Revert CREATE INDEX ... INCLUDING ... Teodor Sigaev 9.6.0