Commits

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

DateSubjectAuthorReleases
2023-10-16 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. Tom Lane 11.22
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 11.20
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 11.19
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 11.19
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 11.16
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 11.15
2019-12-23 Disallow partition key expressions that return pseudo-types. Tom Lane 11.7
2019-08-18 Disallow changing an inherited column's type if not all parents changed. Tom Lane 11.6
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 11.5
2019-07-16 Fix thinko in construction of old_conpfeqop list. Tom Lane 11.5
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 11.5
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 11.4
2019-06-03 Fix unsafe memory management in CloneRowTriggersToPartition(). Tom Lane 11.4
2019-05-05 Fix style violations in syscache lookups. Tom Lane 11.3
2019-04-26 Apply stopgap fix for bug #15672. Tom Lane 11.3
2019-04-06 Fix failures in validateForeignKeyConstraint's slow path. Tom Lane 11.3
2018-12-07 Fix misapplication of pgstat_count_truncate to wrong relation. Tom Lane 11.2
2018-10-01 Fix ALTER COLUMN TYPE to not open a relation without any lock. Tom Lane 11.0
2018-09-05 Remove no-longer-used variable. Tom Lane 11.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 11.0
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 11.0
2018-06-13 Fix some ill-chosen names for globally-visible partition support functions. Tom Lane 11.0
2018-06-11 Fix access to just-closed relcache entry. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0