Commits

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

DateSubjectAuthorReleases
2025-11-03 Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. Noah Misch 13.23
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 13.22
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 13.16
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 13.16
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10
2022-10-17 Guard against table-AM-less relations in planner. Tom Lane 13.9
2021-01-30 Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables. Noah Misch 13.2
2020-11-24 Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 13.2
2020-04-03 Cosmetic improvements for code related to partitionwise join. Tom Lane 13.0
2020-03-30 Implement operator class parameters Alexander Korotkov 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-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-10-19 Remove last traces of heap_open/close in the tree Michael Paquier 13.0
2019-08-13 Don't constraint-exclude partitioned tables as much Alvaro Herrera 13.0
2019-07-17 Avoid using lcons and list_delete_first where it's easy to do so. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0