Commits

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

DateSubjectAuthorReleases
2025-11-10 Check for CREATE privilege on the schema in CREATE STATISTICS. Nathan Bossart 14.20
2025-09-15 CREATE STATISTICS: improve misleading error message Peter Eisentraut 14.20
2025-08-29 CREATE STATISTICS: improve misleading error message Álvaro Herrera 14.20
2022-05-20 Fix DDL deparse of CREATE OPERATOR CLASS Alvaro Herrera 14.4
2021-09-15 Disallow LISTEN in background workers. Tom Lane 14.0
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2021-05-07 Revert per-index collation version tracking feature. Thomas Munro 14.0
2021-03-26 Extended statistics on expressions Tomas Vondra 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-02-12 Allow multiple xacts during table sync in logical replication. Amit Kapila 14.0
2021-01-18 Refactor option handling of CLUSTER, REINDEX and VACUUM Michael Paquier 14.0
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-03 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists Michael Paquier 14.0
2020-11-19 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. Tom Lane 14.0
2020-11-02 Remove pg_collation.collversion. Thomas Munro 14.0
2020-09-13 Use the properly transformed RangeVar for expandTableLikeClause(). Tom Lane 14.0
2020-09-08 Add support for partitioned tables and indexes in REINDEX Michael Paquier 14.0
2020-09-04 Remove variable "concurrent" from ReindexStmt Michael Paquier 14.0
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 14.0
2020-07-11 Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes Michael Paquier 14.0