Commits

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

DateSubjectAuthorReleases
2026-05-07 Message corrections for partition split/merge commands John Naylor 19 (unreleased)
2026-04-30 Fix attnum remapping in generateClonedExtStatsStmt() Andrew Dunstan 19 (unreleased)
2026-04-14 Add missing period to HINT messages. Amit Kapila 19 (unreleased)
2026-04-07 Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane 19 (unreleased)
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-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-01-08 Fix possible incorrect column reference in ERROR message David Rowley 19 (unreleased)
2026-01-05 Adjust errcode in checkPartition() Alexander Korotkov 19 (unreleased)
2026-01-04 Add parse location to IndexElem. Tom Lane 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-18 Use table/index_close() more consistently Michael Paquier 19 (unreleased)
2025-12-14 Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov 19 (unreleased)
2025-12-14 Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov 19 (unreleased)
2025-09-10 Fix CREATE TABLE LIKE with not-valid check constraint Peter Eisentraut 19 (unreleased)