Commits

DateSubjectAuthorReleases
2018-08-21 Fix set of NLS translation issues Michael Paquier 10.6
2018-08-21 Fix set of NLS translation issues Michael Paquier 11.0
2018-08-21 Fix set of NLS translation issues Michael Paquier 12.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 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-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-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-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-03-29 Cast result of copyObject() to correct type Peter Eisentraut 10.0
2017-01-27 Use the new castNode() macro in a number of places. Andres Freund 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-21 Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed 9.4.11
2016-12-21 Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed 9.5.6
2016-12-21 Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed 9.6.2
2016-12-21 Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-09-06 Add location field to DefElem Peter Eisentraut 10.0
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.6.0
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.4.9
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.3.14