Commits

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

DateSubjectAuthorReleases
2019-08-18 Disallow changing an inherited column's type if not all parents changed. Tom Lane 9.5.20
2019-07-16 Fix thinko in construction of old_conpfeqop list. Tom Lane 9.5.19
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 9.5.19
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 9.5.18
2018-12-07 Fix misapplication of pgstat_count_truncate to wrong relation. Tom Lane 9.5.16
2018-10-01 Fix ALTER COLUMN TYPE to not open a relation without any lock. Tom Lane 9.5.15
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 9.5.15
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.5.9
2017-05-15 Fix unsafe reference into relcache in constructed CommentStmt. Tom Lane 9.5.8
2017-01-06 Invalidate cached plans on FDW option changes. Tom Lane 9.5.6
2017-01-04 Handle OID column inheritance correctly in ALTER TABLE ... INHERIT. Tom Lane 9.5.6
2016-11-25 Check for pending trigger events on far end when dropping an FK constraint. Tom Lane 9.5.6
2016-10-26 Fix incorrect trigger-property updating in ALTER CONSTRAINT. Tom Lane 9.5.6
2016-10-08 Fix two bugs in merging of inherited CHECK constraints. Tom Lane 9.5.5
2016-04-15 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. Tom Lane 9.5.3
2015-11-20 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). Tom Lane 9.5.0
2015-06-12 Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. Tom Lane 9.5.0
2015-05-03 Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. Tom Lane 9.5.0
2015-04-28 Fix ATSimpleRecursion() to allow recursion from a foreign table. Tom Lane 9.5.0
2015-04-26 Add comments warning against generalizing default_with_oids. Tom Lane 9.5.0
2015-03-22 Allow foreign tables to participate in inheritance. Tom Lane 9.5.0
2015-03-01 Use the typcache to cache constraints for domain types. Tom Lane 9.5.0
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2014-12-17 Allow CHECK constraints to be placed on foreign tables. Tom Lane 9.5.0
2014-08-09 Reject duplicate column names in foreign key referenced-columns lists. Tom Lane 9.5.0