Commits

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

DateSubjectAuthorReleases
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 9.5.25
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 9.5.25
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 9.5.24
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 9.5.22
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 9.5.22
2016-07-28 Improve documentation about CREATE TABLE ... LIKE. Tom Lane 9.5.4
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-04-28 Fix another test for RELKIND_RELATION that should allow foreign tables now. Tom Lane 9.5.0
2015-04-26 Add comments warning against generalizing default_with_oids. Tom Lane 9.5.0
2015-04-26 Revert: Honor OID status of CREATE LIKE'd tables Bruce Momjian 9.5.0
2015-04-20 Honor OID status of CREATE LIKE'd tables Bruce Momjian 9.5.0
2015-04-03 Transform ALTER TABLE/SET TYPE/USING expr during parse analysis Alvaro Herrera 9.5.0
2015-03-18 Setup cursor position for schema-qualified elements Alvaro Herrera 9.5.0
2015-03-09 Allow CURRENT/SESSION_USER to be used in certain commands Alvaro Herrera 9.5.0
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2015-02-03 Fix typo in comment. Heikki Linnakangas 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-12-23 get_object_address: separate domain constraints from table constraints Alvaro Herrera 9.5.0
2014-12-17 Allow CHECK constraints to be placed on foreign tables. Tom Lane 9.5.0