Commits

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

DateSubjectAuthorReleases
2023-04-28 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier 12.15
2023-03-30 Fix List memory issue in transformColumnDefinition David Rowley 12.15
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 12.11
2021-08-25 Avoid using ambiguous word "positive" in error message. Fujii Masao 12.9
2021-03-12 Forbid marking an identity column as nullable. Tom Lane 12.7
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 12.6
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 12.6
2020-09-28 Assign collations in partition bound expressions. Tom Lane 12.5
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 12.5
2020-04-09 Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue Peter Eisentraut 12.3
2020-04-08 Fix crash when using COLLATE in partition bound expressions Michael Paquier 12.3
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 12.3
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 12.3
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 12.3
2019-09-25 Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS. Tom Lane 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-25 Fix tablespace inheritance for partitioned rels Alvaro Herrera 12.0
2019-04-23 Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. Tom Lane 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-03-27 Add support for multivariate MCV lists Tomas Vondra 12.0
2019-03-27 Improve error handling of column references in expression transformation Michael Paquier 12.0
2019-03-26 Fix crash when using partition bound expressions Michael Paquier 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0