Commits

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

DateSubjectAuthorReleases
2026-04-30 Fix attnum remapping in generateClonedExtStatsStmt() Andrew Dunstan 14.23
2026-01-08 Fix possible incorrect column reference in ERROR message David Rowley 14.21
2024-05-22 Fix handling of extended expression statistics in CREATE TABLE LIKE. Tom Lane 14.13
2023-04-28 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier 14.8
2023-03-30 Fix List memory issue in transformColumnDefinition David Rowley 14.8
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 14.5
2022-04-18 Avoid invalid array reference in transformAlterTableStmt(). Tom Lane 14.3
2021-09-29 Clarify use of "statistics objects" in the code Michael Paquier 14.1
2021-08-25 Avoid using ambiguous word "positive" in error message. Fujii Masao 14.0
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2021-06-11 Change position of field "transformed" in struct CreateStatsStmt. Noah Misch 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-07 Fix typos in comments about extended statistics Tomas Vondra 14.0
2021-05-06 Remove redundant variable Alvaro Herrera 14.0
2021-04-06 Clean up treatment of missing default and CHECK-constraint records. Tom Lane 14.0
2021-03-26 Extended statistics on expressions Tomas Vondra 14.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2021-03-12 Forbid marking an identity column as nullable. Tom Lane 14.0
2021-02-17 Use errmsg_internal for debug messages Peter Eisentraut 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 14.0
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 14.0
2020-11-04 Improve our ability to regurgitate SQL-syntax function calls. Tom Lane 14.0
2020-10-22 Optimize a few list_delete_ptr calls David Rowley 14.0
2020-09-28 Assign collations in partition bound expressions. Tom Lane 14.0