| Age | Commit message (Expand) | Author |
| 3 days | bufmgr: Add one-entry cache for private refcount | Andres Freund |
| 3 days | bufmgr: Separate keys for private refcount infrastructure | Andres Freund |
| 5 days | Replace most StaticAssertStmt() with StaticAssertDecl() | Peter Eisentraut |
| 6 days | Use palloc_object() and palloc_array(), the last change | Michael Paquier |
| 13 days | Fix key size of PrivateRefCountHash. | Nathan Bossart |
| 14 days | Rename BUFFERPIN wait event class to BUFFER | Andres Freund |
| 14 days | bufmgr: Turn BUFFER_LOCK_* into an enum | Andres Freund |
| 2025-11-27 | Add routines for marking buffers dirty efficiently | Michael Paquier |
| 2025-11-06 | bufmgr: Use atomic sub for unpinning buffers | Andres Freund |
| 2025-11-06 | bufmgr: Allow some buffer state modifications while holding header lock | Andres Freund |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-11-04 | Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers. | Masahiko Sawada |
| 2025-10-21 | Make smgr access for a BufferManagerRelation safer in relcache inval | Álvaro Herrera |
| 2025-10-09 | bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer() | Andres Freund |
| 2025-10-08 | bufmgr: Don't lock buffer header in StrategyGetBuffer() | Andres Freund |
| 2025-10-08 | bufmgr: fewer calls to BufferDescriptorGetContentLock | Andres Freund |
| 2025-10-08 | bufmgr: Fix signedness of mask variable in BufferSync() | Andres Freund |
| 2025-10-08 | bufmgr: Introduce FlushUnlockedBuffer | Andres Freund |
| 2025-10-08 | Improve ReadRecentBuffer() scalability | Andres Freund |
| 2025-09-05 | bufmgr: Remove freelist, always use clock-sweep | Andres Freund |
| 2025-09-05 | bufmgr: Use consistent naming of the clock-sweep algorithm | Andres Freund |
| 2025-08-26 | Message style improvements | Peter Eisentraut |
| 2025-08-08 | Add missing Datum conversions | Peter Eisentraut |
| 2025-08-08 | Remove obsolete comment. | Thomas Munro |
| 2025-07-29 | Run pgindent. | Robert Haas |
| 2025-07-28 | Remove misleading hint for "unexpected data beyond EOF" error. | Robert Haas |
| 2025-07-11 | Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. | Nathan Bossart |
| 2025-07-11 | Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. | Nathan Bossart |
| 2025-07-04 | Speed up truncation of temporary relations. | Fujii Masao |
| 2025-06-03 | Fix incorrect format placeholders | Peter Eisentraut |
| 2025-05-10 | Remove GLOBALTABLESPACE_OID assert for locked buffers. | Noah Misch |
| 2025-04-27 | Don't use double-quotes in #include's of system headers, redux. | Tom Lane |
| 2025-04-19 | Fix typos and grammar in the code | Michael Paquier |
| 2025-04-17 | Assert lack of hazardous buffer locks before possible catalog read. | Noah Misch |
| 2025-04-12 | Harmonize function parameter names for Postgres 18. | Peter Geoghegan |
| 2025-04-08 | Add pg_buffercache_evict_{relation,all} functions | Andres Freund |
| 2025-04-07 | aio: Make AIO more compatible with valgrind | Andres Freund |
| 2025-04-07 | localbuf: Add Valgrind buffer access instrumentation | Andres Freund |
| 2025-04-06 | aio: Avoid spurious coverity warning | Andres Freund |
| 2025-04-01 | aio: Add test_aio module | Andres Freund |
| 2025-03-30 | read_stream: Introduce and use optional batchmode support | Andres Freund |
| 2025-03-30 | bufmgr: Use AIO in StartReadBuffers() | Andres Freund |
| 2025-03-30 | bufmgr: Implement AIO read support | Andres Freund |
| 2025-03-30 | Let caller of PageIsVerified() control ignore_checksum_failure | Andres Freund |
| 2025-03-30 | pgstat: Allow checksum errors to be reported in critical sections | Andres Freund |
| 2025-03-29 | aio, bufmgr: Comment fixes/improvements | Andres Freund |
| 2025-03-29 | Fix mis-attribution of checksum failure stats to the wrong database | Andres Freund |
| 2025-03-21 | Support buffer forwarding in StartReadBuffers(). | Thomas Munro |
| 2025-03-20 | bufmgr: Improve stats when a buffer is read in concurrently | Andres Freund |
| 2025-03-19 | Introduce io_max_combine_limit. | Thomas Munro |