Commits

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

DateSubjectAuthorReleases
2019-02-13 Remove useless casts Peter Eisentraut 12.0
2019-01-31 Allow RECORD and RECORD[] to be specified in function coldeflists. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-23 Remove argument isprimary from index_build() Michael Paquier 12.0
2019-01-21 Remove superfluous tqual.h includes. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-04 Don't create relfilenode for relations without storage Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-17 Fix tablespace handling for partitioned tables Alvaro Herrera 12.0
2018-12-13 Fix bogus logic for skipping unnecessary partcollation dependencies. Tom Lane 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-10 Fix missing role dependencies for some schema and type ACLs. Tom Lane 12.0
2018-11-05 Ignore partitioned tables when processing ON COMMIT DELETE ROWS Michael Paquier 12.0
2018-11-03 Fix tablespace handling for partitioned indexes Alvaro Herrera 12.0
2018-11-01 Remove obsolete pg_constraint.consrc column Peter Eisentraut 12.0
2018-11-01 Remove obsolete pg_attrdef.adsrc column Peter Eisentraut 12.0
2018-10-16 Correct constness of system attributes in heap.c & prerequisites. Andres Freund 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-07 Use C99 designated initializers for some structs Peter Eisentraut 12.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 12.0
2018-08-30 Error position support for defaults and check constraints Peter Eisentraut 12.0
2018-08-17 InsertPgAttributeTuple() to set attcacheoff Peter Eisentraut 12.0