Commits

DateSubjectAuthorReleases
2025-07-29 Run pgindent. Robert Haas 19 (unreleased)
2025-07-28 Remove misleading hint for "unexpected data beyond EOF" error. Robert Haas 19 (unreleased)
2025-07-11 Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. Nathan Bossart 19 (unreleased)
2025-07-11 Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. Nathan Bossart 19 (unreleased)
2025-07-04 Speed up truncation of temporary relations. Fujii Masao 19 (unreleased)
2025-06-03 Fix incorrect format placeholders Peter Eisentraut 18.0
2025-05-10 Remove GLOBALTABLESPACE_OID assert for locked buffers. Noah Misch 18.0
2025-04-27 Don't use double-quotes in #include's of system headers, redux. Tom Lane 18.0
2025-04-19 Fix typos and grammar in the code Michael Paquier 18.0
2025-04-17 Assert lack of hazardous buffer locks before possible catalog read. Noah Misch 18.0
2025-04-12 Harmonize function parameter names for Postgres 18. Peter Geoghegan 18.0
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-21 Support buffer forwarding in StartReadBuffers(). Thomas Munro 18.0
2025-03-20 bufmgr: Improve stats when a buffer is read in concurrently Andres Freund 18.0