Commits

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

DateSubjectAuthorReleases
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-26 Revert "Rename files and headers related to index AM" Michael Paquier 13.0
2019-12-25 Rename files and headers related to index AM Michael Paquier 13.0
2019-12-18 Refactor attribute mappings used in logical tuple conversion Michael Paquier 13.0
2019-12-17 Fix error reporting for index expressions of prohibited types. Tom Lane 13.0
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-11-01 PG_FINALLY Peter Eisentraut 13.0
2019-10-29 Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY Michael Paquier 13.0
2019-10-28 Fix dependency handling at swap phase of REINDEX CONCURRENTLY Michael Paquier 13.0
2019-10-18 Update comments about progress reporting by index_drop Alvaro Herrera 13.0
2019-09-21 Fix up handling of nondeterministic collations with pattern_ops opclasses. Tom Lane 13.0
2019-09-13 Fix progress reporting of CLUSTER / VACUUM FULL Alvaro Herrera 13.0
2019-08-04 Refactor BuildIndexInfo() with the new makeIndexInfo() Michael Paquier 13.0
2019-07-29 Fix handling of expressions and predicates in REINDEX CONCURRENTLY Michael Paquier 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0