Commits

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

DateSubjectAuthorReleases
2019-04-26 Apply stopgap fix for bug #15672. Tom Lane 12.0
2019-04-23 Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. Tom Lane 12.0
2019-03-13 Revert setting client_min_messages to 'debug1' in new tests. Robert Haas 12.0
2019-03-13 Include all columns in default names for foreign key constraints Peter Eisentraut 12.0
2019-03-13 Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans. Robert Haas 12.0
2019-03-07 Drop the vestigial "smgr" type. Thomas Munro 12.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2019-01-21 Sort the dependent objects before recursing in findDependentObjects(). Tom Lane 12.0
2018-12-20 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY Greg Stark 12.0
2018-12-17 Fix use-after-free bug when renaming constraints Michael Paquier 12.0
2018-12-17 Make constraint rename issue relcache invalidation on target relation Michael Paquier 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-05 Block creation of partitions with open references to its parent Michael Paquier 12.0
2018-10-11 Remove deprecated abstime, reltime, tinterval datatypes. Andres Freund 12.0
2018-10-07 Fix catalog insertion order for ATTACH PARTITION Alvaro Herrera 12.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 12.0
2018-07-22 Deduplicate "invalid input syntax" messages for various types. Andres Freund 12.0
2018-07-19 Improve psql's \d command to show whether index columns are key columns. Tom Lane 12.0