Commits

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

DateSubjectAuthorReleases
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 11.19
2021-06-18 s/table_close/heap_close/ in v11. Tom Lane 11.13
2021-06-18 Don't set a fast default for anything but a plain table Andrew Dunstan 11.13
2021-01-14 Prevent drop of tablespaces used by partitioned relations Alvaro Herrera 11.11
2020-01-31 Fix CheckAttributeType's handling of collations for ranges. Tom Lane 11.7
2019-12-23 Prevent a rowtype from being included in itself via a range. Tom Lane 11.7
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 11.7
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 11.5
2018-12-13 Fix bogus logic for skipping unnecessary partcollation dependencies. Tom Lane 11.2
2018-11-10 Fix missing role dependencies for some schema and type ACLs. Tom Lane 11.2
2018-11-05 Ignore partitioned tables when processing ON COMMIT DELETE ROWS Michael Paquier 11.1
2018-11-03 Fix tablespace handling for partitioned indexes Alvaro Herrera 11.1
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-07-12 Fix FK checks of TRUNCATE involving partitioned tables Alvaro Herrera 11.0
2018-06-22 Allow for pg_upgrade of attributes with missing values Andrew Dunstan 11.0
2018-06-04 Fix spurious non-ASCII bytes Peter Eisentraut 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-03-28 Fast ALTER TABLE ADD COLUMN with a non-NULL default Andrew Dunstan 11.0
2018-03-23 Allow FOR EACH ROW triggers on partitioned tables Alvaro Herrera 11.0
2018-03-21 Fix relcache handling of the 'default' partition Alvaro Herrera 11.0
2018-03-21 Handle heap rewrites even better in logical decoding Peter Eisentraut 11.0
2018-03-20 Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera 11.0
2018-03-14 Remove pg_class.relhaspkey Peter Eisentraut 11.0