Commits

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

DateSubjectAuthorReleases
2019-03-29 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. Andres Freund 12.0
2019-03-15 Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing. Tom Lane 12.0
2019-03-11 Fix typos in commit 8586bf7ed8. Amit Kapila 12.0
2019-03-11 Move hash_any prototype from access/hash.h to utils/hashutils.h Alvaro Herrera 12.0
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-01-30 Fix a crash in logical replication Peter Eisentraut 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-22 Rename RelationData.rd_amroutine to rd_indam. Andres Freund 12.0
2019-01-21 Remove useless bms_copy step in RelationGetIndexAttrBitmap. Tom Lane 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-18 Refactor duplicate code into DeconstructFkConstraintRow Alvaro Herrera 12.0
2019-01-15 Finish reverting "recheck_on_update" patch. Tom Lane 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-27 Remove obsolete IndexIs* macros Peter Eisentraut 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-06 Disable recheck_on_update optimization to avoid crashes. Tom Lane 12.0
2018-10-12 Correct attach/detach logic for FKs in partitions Alvaro Herrera 12.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 12.0