Commits

DateSubjectAuthorReleases
2026-03-13 Rework ginScanToDelete() to pass Buffers instead of BlockNumbers. Alexander Korotkov 19 (unreleased)
2026-03-12 Use streaming read for VACUUM cleanup of GIN Michael Paquier 19 (unreleased)
2026-02-19 Sanitize some WAL-logging buffer handling in GIN and GiST code Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-10-27 Remove Item type Peter Eisentraut 19 (unreleased)
2025-08-29 Remove unneeded casts of BufferGetPage() result Peter Eisentraut 19 (unreleased)
2025-02-13 Remove unnecessary (char *) casts [xlog] Peter Eisentraut 18.0
2025-02-11 Add is_analyze parameter to vacuum_delay_point(). Nathan Bossart 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-27 Remove unused #include's from backend .c files Peter Eisentraut 18.0
2024-03-04 Use MyBackendType in more places to check what process this is Heikki Linnakangas 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-02-25 VACUUM VERBOSE: Count "newly deleted" index pages. Peter Geoghegan 14.0
2021-02-15 ReadNewTransactionId() -> ReadNextTransactionId(). Thomas Munro 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-08-12 snapshot scalability: Don't compute global horizons while building snapshots. Andres Freund 14.0
2020-02-09 Store the deletion horizon XID for a deleted GIN page on the right page. Tom Lane 11.7
2020-02-09 Store the deletion horizon XID for a deleted GIN page on the right page. Tom Lane 12.2
2020-02-09 Store the deletion horizon XID for a deleted GIN page on the right page. Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-19 Fix page modification outside of critical section in GIN Alexander Korotkov 11.7