Commits

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

DateSubjectAuthorReleases
2019-10-29 Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY Michael Paquier 12.1
2019-10-28 Fix dependency handling at swap phase of REINDEX CONCURRENTLY Michael Paquier 12.1
2019-10-18 Update comments about progress reporting by index_drop Alvaro Herrera 12.1
2019-09-21 Fix up handling of nondeterministic collations with pattern_ops opclasses. Tom Lane 12.0
2019-09-13 Fix progress reporting of CLUSTER / VACUUM FULL Alvaro Herrera 12.0
2019-07-29 Fix handling of expressions and predicates in REINDEX CONCURRENTLY Michael Paquier 12.0
2019-06-24 Upgrade internal error message to external Peter Eisentraut 12.0
2019-06-17 Fix more typos and inconsistencies in the tree Michael Paquier 12.0
2019-06-04 Add command column to pg_stat_progress_create_index Peter Eisentraut 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-05-02 Fix reindexing of pg_class indexes some more. Tom Lane 12.0
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 12.0
2019-04-23 Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. Tom Lane 12.0
2019-04-12 Fix REINDEX CONCURRENTLY of partitions Peter Eisentraut 12.0
2019-04-07 Report progress of REINDEX operations Peter Eisentraut 12.0
2019-04-02 Report progress of CREATE INDEX operations Alvaro Herrera 12.0
2019-03-29 REINDEX CONCURRENTLY Peter Eisentraut 12.0
2019-03-29 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. Andres Freund 12.0
2019-03-28 tableam: Support for an index build's initial table scan(s). Andres Freund 12.0
2019-03-26 Fix partitioned index creation bug with dropped columns Alvaro Herrera 12.0
2019-03-25 Add progress reporting for CLUSTER and VACUUM FULL. Robert Haas 12.0
2019-03-21 Fix dependency recording bug for partitioned PKs Alvaro Herrera 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0