Commits

DateSubjectAuthorReleases
2026-07-01 Improve the names generated for indexes on expressions. Tom Lane master
2026-04-07 Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane 19 (unreleased)
2026-04-07 Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane 18.4
2026-04-06 Support more object types within CREATE SCHEMA. Tom Lane 19 (unreleased)
2026-04-06 Don't try to re-order the subcommands of CREATE SCHEMA. Tom Lane 19 (unreleased)
2026-04-06 Execute foreign key constraints in CREATE SCHEMA at the end. Tom Lane 19 (unreleased)
2026-01-04 Add parse location to IndexElem. Tom Lane 19 (unreleased)
2024-09-17 Repair pg_upgrade for identity sequences with non-default persistence. Tom Lane 17.0
2024-09-17 Repair pg_upgrade for identity sequences with non-default persistence. Tom Lane 18.0
2024-09-17 Repair pg_upgrade for identity sequences with non-default persistence. Tom Lane 15.9
2024-09-17 Repair pg_upgrade for identity sequences with non-default persistence. Tom Lane 16.5
2024-05-22 Fix handling of extended expression statistics in CREATE TABLE LIKE. Tom Lane 17.0
2024-05-22 Fix handling of extended expression statistics in CREATE TABLE LIKE. Tom Lane 15.8
2024-05-22 Fix handling of extended expression statistics in CREATE TABLE LIKE. Tom Lane 16.4
2024-05-22 Fix handling of extended expression statistics in CREATE TABLE LIKE. Tom Lane 14.13
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-01-11 Improve handling of inherited GENERATED expressions. Tom Lane 16.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 11.17
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 15.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 16.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 13.8
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 10.22
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 14.5
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 12.12
2022-04-18 Avoid invalid array reference in transformAlterTableStmt(). Tom Lane 14.3