Commits

DateSubjectAuthorReleases
2026-04-05 read_stream: Move logic about IO combining & issuing to helpers Andres Freund 19 (unreleased)
2026-04-02 pg_test_timing: Reduce per-loop overhead Andres Freund 19 (unreleased)
2026-04-01 read_stream: Prevent distance from decaying too quickly Andres Freund 19 (unreleased)
2026-04-01 read_stream: Issue IO synchronously while in fast path Andres Freund 19 (unreleased)
2026-04-01 aio: io_uring: Allow IO methods to check if IO completed in the background Andres Freund 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 test_aio: Add read_stream test infrastructure & tests Andres Freund 19 (unreleased)
2026-03-27 test_aio: Add basic tests for StartReadBuffers() 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 Address perlcritic complaint in response to 906a0469728 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-26 aio: Refactor tests in preparation for more tests Andres Freund 19 (unreleased)
2026-03-26 Fix off-by-one error in read IO tracing Andres Freund 18.4
2026-03-17 Fix use of wrong variable in _hash_kill_items() Andres Freund 19 (unreleased)
2026-03-13 Fix bug due to confusion about what IsMVCCSnapshot means Andres Freund 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)