Commits

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

DateSubjectAuthorReleases
2025-08-04 Fix typo in create_index.sql. Dean Rasheed 13.22
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 13.7
2021-11-01 Preserve opclass parameters across REINDEX CONCURRENTLY Michael Paquier 13.5
2021-06-28 Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate Michael Paquier 13.4
2021-02-10 Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY Michael Paquier 13.3
2021-02-10 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY Michael Paquier 13.3
2020-11-01 Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 13.1
2020-06-05 Preserve pg_index.indisreplident across REINDEX CONCURRENTLY Michael Paquier 13.0
2020-03-03 Preserve pg_index.indisclustered across REINDEX CONCURRENTLY Michael Paquier 13.0
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 13.0
2019-12-17 Fix error reporting for index expressions of prohibited types. Tom Lane 13.0
2019-12-06 Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX. Tom Lane 13.0
2019-11-05 Fix "unexpected relkind" error when denying permissions on toast tables. Tom Lane 13.0
2019-10-28 Fix dependency handling at swap phase of REINDEX CONCURRENTLY Michael Paquier 13.0
2019-09-08 Fix handling Inf and Nan values in GiST pairing heap comparator Alexander Korotkov 13.0
2019-09-08 Fix handling of NULL distances in KNN-GiST Alexander Korotkov 13.0
2019-07-29 Fix handling of expressions and predicates in REINDEX CONCURRENTLY Michael Paquier 13.0
2019-07-02 Simplify psql \d's rule for ordering the indexes of a table. Tom Lane 13.0