Commits

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

DateSubjectAuthorReleases
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 10.20
2019-12-23 Disallow partition key expressions that return pseudo-types. Tom Lane 10.12
2019-08-18 Disallow changing an inherited column's type if not all parents changed. Tom Lane 10.11
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 10.10
2019-07-16 Fix thinko in construction of old_conpfeqop list. Tom Lane 10.10
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 10.10
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 10.9
2018-12-07 Fix misapplication of pgstat_count_truncate to wrong relation. Tom Lane 10.7
2018-10-01 Fix ALTER COLUMN TYPE to not open a relation without any lock. Tom Lane 10.6
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 10.6
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 10.5
2018-06-11 Fix access to just-closed relcache entry. Tom Lane 10.5
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 10.4
2017-11-28 Fix assorted syscache lookup sloppiness in partition-related code. Tom Lane 10.2
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.0
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-04 Disallow CREATE INDEX if table is already in use in current session. Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-05-15 Fix unsafe reference into relcache in constructed CommentStmt. Tom Lane 10.0
2017-05-14 Fix handling of extended statistics during ALTER COLUMN TYPE. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-03-31 For foreign keys, check REFERENCES privilege only on the referenced table. Tom Lane 10.0