Commits

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

DateSubjectAuthorReleases
2023-04-28 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier 11.20
2023-03-30 Fix List memory issue in transformColumnDefinition David Rowley 11.20
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 11.17
2022-04-18 Avoid invalid array reference in transformAlterTableStmt(). Tom Lane 11.16
2021-08-25 Avoid using ambiguous word "positive" in error message. Fujii Masao 11.14
2021-03-12 Forbid marking an identity column as nullable. Tom Lane 11.12
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 11.11
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 11.11
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 11.10
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 11.8
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 11.8
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 11.8
2018-11-08 Revise attribute handling code on partition creation Alvaro Herrera 11.2
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-05-01 Clean up warnings from -Wimplicit-fallthrough. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-12 Cleanup covering infrastructure Teodor Sigaev 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-04-04 Foreign keys on partitioned tables Alvaro Herrera 11.0
2018-03-06 Fix bogus Name assignment in CreateStatistics Alvaro Herrera 11.0
2018-03-05 Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) Alvaro Herrera 11.0
2018-02-19 Allow UNIQUE indexes on partitioned tables Alvaro Herrera 11.0
2018-02-12 get_relid_attribute_name is dead, long live get_attname Alvaro Herrera 11.0