Commits

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

DateSubjectAuthorReleases
2019-08-18 Disallow changing an inherited column's type if not all parents changed. Tom Lane 9.6.16
2019-07-16 Fix thinko in construction of old_conpfeqop list. Tom Lane 9.6.15
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 9.6.15
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 9.6.14
2018-12-07 Fix misapplication of pgstat_count_truncate to wrong relation. Tom Lane 9.6.12
2018-10-01 Fix ALTER COLUMN TYPE to not open a relation without any lock. Tom Lane 9.6.11
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 9.6.11
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.6.5
2017-05-15 Fix unsafe reference into relcache in constructed CommentStmt. Tom Lane 9.6.4
2017-01-06 Invalidate cached plans on FDW option changes. Tom Lane 9.6.2
2017-01-04 Handle OID column inheritance correctly in ALTER TABLE ... INHERIT. Tom Lane 9.6.2
2016-11-25 Check for pending trigger events on far end when dropping an FK constraint. Tom Lane 9.6.2
2016-10-26 Fix incorrect trigger-property updating in ALTER CONSTRAINT. Tom Lane 9.6.2
2016-10-08 Fix two bugs in merging of inherited CHECK constraints. Tom Lane 9.6.1
2016-04-15 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. Tom Lane 9.6.0
2016-02-11 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-12-26 Include typmod when complaining about inherited column type mismatches. Tom Lane 9.6.0
2015-11-20 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). Tom Lane 9.6.0