Commits

DateSubjectAuthorReleases
2022-11-10 Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". Tom Lane 16.0
2022-08-17 Avoid using list_length() to test for empty list. Tom Lane 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-06 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. Tom Lane 15.0
2022-03-21 Fix bogus dependency handling for GENERATED expressions. Tom Lane 15.0
2022-03-21 Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c. Tom Lane 15.0
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 12.11
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 11.16
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 15.0
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 13.7
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 14.3
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 14.2
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 10.20
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 12.10
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 13.6
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 15.0
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 11.15
2021-12-15 Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. Tom Lane 15.0
2021-07-15 Replace explicit PIN entries in pg_depend with an OID range test. Tom Lane 15.0
2021-07-12 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 15.0
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-05-23 Re-order pg_attribute columns to eliminate some padding space. Tom Lane 14.0
2021-05-21 Fix usage of "tableoid" in GENERATED expressions. Tom Lane 12.8
2021-05-21 Fix usage of "tableoid" in GENERATED expressions. Tom Lane 13.4