Commits

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

DateSubjectAuthorReleases
2019-03-13 Include all columns in default names for foreign key constraints Peter Eisentraut 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-02-11 Redesign the partition dependency mechanism. 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-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-14 Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-31 Remove some useless code Alvaro Herrera 12.0
2018-12-27 Remove obsolete IndexIs* macros Peter Eisentraut 12.0
2018-12-05 Don't mark partitioned indexes invalid unnecessarily Alvaro Herrera 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-10-22 Set pg_class.relhassubclass for partitioned indexes Michael Paquier 12.0
2018-10-06 Fix event triggers for partitioned tables Alvaro Herrera 12.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 12.0
2018-08-09 Restrict access to reindex of shared catalogs for non-privileged users Michael Paquier 12.0
2018-07-18 Drop the rule against included index columns duplicating key columns. Tom Lane 12.0