Commits

DateSubjectAuthorReleases
2025-11-06 bufmgr: Use atomic sub for unpinning buffers Andres Freund 19 (unreleased)
2025-11-06 bufmgr: Allow some buffer state modifications while holding header lock Andres Freund 19 (unreleased)
2025-10-09 bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer() Andres Freund 19 (unreleased)
2025-10-08 bufmgr: Don't lock buffer header in StrategyGetBuffer() Andres Freund 19 (unreleased)
2025-10-08 bufmgr: fewer calls to BufferDescriptorGetContentLock Andres Freund 19 (unreleased)
2025-10-08 bufmgr: Introduce FlushUnlockedBuffer Andres Freund 19 (unreleased)
2025-10-08 bufmgr: Fix signedness of mask variable in BufferSync() Andres Freund 19 (unreleased)
2025-10-08 Improve ReadRecentBuffer() scalability Andres Freund 19 (unreleased)
2025-09-05 bufmgr: Use consistent naming of the clock-sweep algorithm Andres Freund 19 (unreleased)
2025-09-05 bufmgr: Remove freelist, always use clock-sweep Andres Freund 19 (unreleased)
2025-04-08 Add pg_buffercache_evict_{relation,all} functions Andres Freund 18.0
2025-04-07 aio: Make AIO more compatible with valgrind Andres Freund 18.0
2025-04-07 localbuf: Add Valgrind buffer access instrumentation Andres Freund 18.0
2025-04-06 aio: Avoid spurious coverity warning Andres Freund 18.0
2025-04-01 aio: Add test_aio module Andres Freund 18.0
2025-03-30 read_stream: Introduce and use optional batchmode support Andres Freund 18.0
2025-03-30 bufmgr: Use AIO in StartReadBuffers() Andres Freund 18.0
2025-03-30 bufmgr: Implement AIO read support Andres Freund 18.0
2025-03-30 Let caller of PageIsVerified() control ignore_checksum_failure Andres Freund 18.0
2025-03-30 pgstat: Allow checksum errors to be reported in critical sections Andres Freund 18.0
2025-03-29 aio, bufmgr: Comment fixes/improvements Andres Freund 18.0
2025-03-29 Fix mis-attribution of checksum failure stats to the wrong database Andres Freund 18.0
2025-03-20 bufmgr: Improve stats when a buffer is read in concurrently Andres Freund 18.0
2025-03-16 localbuf: Introduce TerminateLocalBufferIO() Andres Freund 18.0
2025-03-16 localbuf: Introduce StartLocalBufferIO() Andres Freund 18.0