Commits

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

DateSubjectAuthorReleases
2026-07-03 Prevent access to other sessions' empty temp tables Alexander Korotkov 19 (unreleased)
2026-06-30 bufmgr: Fix race in LockBufferForCleanup() Fujii Masao 19 (unreleased)
2026-06-10 Fix MarkBufferDirtyHint() to not call GetBufferDescriptor() for local buffers Michael Paquier 19 (unreleased)
2026-05-14 Prevent access to other sessions' temp tables Alexander Korotkov 19 (unreleased)
2026-04-22 Harmonize function parameter names for Postgres 19. Peter Geoghegan 19 (unreleased)
2026-04-21 bufmgr: use I/O stats arguments in FlushUnlockedBuffer() Melanie Plageman 19 (unreleased)
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-04-03 Online enabling and disabling of data checksums Daniel Gustafsson 19 (unreleased)
2026-04-01 bufmgr: Return whether WaitReadBuffers() needed to wait Andres Freund 19 (unreleased)
2026-03-31 bufmgr: Fix ordering of checks in PinBuffer() Andres Freund 19 (unreleased)
2026-03-27 aio: Don't wait for already in-progress IO Andres Freund 19 (unreleased)
2026-03-27 bufmgr: Improve StartBufferIO interface Andres Freund 19 (unreleased)
2026-03-27 bufmgr: Make UnlockReleaseBuffer() more efficient Andres Freund 19 (unreleased)
2026-03-27 Use UnlockReleaseBuffer() in more places Andres Freund 19 (unreleased)
2026-03-27 bufmgr: Don't copy pages while writing out Andres Freund 19 (unreleased)
2026-03-26 bufmgr: Make buffer hit helper Andres Freund 19 (unreleased)
2026-03-26 bufmgr: Pass io_object and io_context through to PinBufferForBlock() Andres Freund 19 (unreleased)
2026-03-26 bufmgr: Restructure AsyncReadBuffers() Andres Freund 19 (unreleased)
2026-03-26 Fix off-by-one error in read IO tracing Andres Freund 19 (unreleased)
2026-03-13 Move fake LSN infrastructure out of GiST. Peter Geoghegan 19 (unreleased)
2026-03-12 Use simplehash for backend-private buffer pin refcounts. Peter Geoghegan 19 (unreleased)
2026-03-11 bufmgr: Fix use of wrong variable in GetPrivateRefCountEntrySlow() Andres Freund 19 (unreleased)
2026-03-11 bufmgr: Remove the, now obsolete, BM_JUST_DIRTIED Andres Freund 19 (unreleased)
2026-03-11 bufmgr: Switch to standard order in MarkBufferDirtyHint() Andres Freund 19 (unreleased)
2026-03-11 Avoid WAL flush checks for unlogged buffers in GetVictimBuffer() Melanie Plageman 19 (unreleased)