Commits

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

DateSubjectAuthorReleases
2019-07-16 Fix thinko in construction of old_conpfeqop list. Tom Lane 9.4.24
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 9.4.24
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 9.4.23
2018-10-01 Fix ALTER COLUMN TYPE to not open a relation without any lock. Tom Lane 9.4.20
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 9.4.20
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.4.14
2017-01-06 Invalidate cached plans on FDW option changes. Tom Lane 9.4.11
2017-01-04 Handle OID column inheritance correctly in ALTER TABLE ... INHERIT. Tom Lane 9.4.11
2016-11-25 Check for pending trigger events on far end when dropping an FK constraint. Tom Lane 9.4.11
2016-10-26 Fix incorrect trigger-property updating in ALTER CONSTRAINT. Tom Lane 9.4.11
2016-10-08 Fix two bugs in merging of inherited CHECK constraints. Tom Lane 9.4.10
2016-04-15 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. Tom Lane 9.4.8
2015-11-20 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). Tom Lane 9.4.6
2015-06-12 Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. Tom Lane 9.4.5
2015-05-03 Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. Tom Lane 9.4.2
2014-08-09 Reject duplicate column names in foreign key referenced-columns lists. Tom Lane 9.4.0
2014-04-30 Rationalize common/relpath.[hc]. Tom Lane 9.4.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0