Commits

DateSubjectAuthorReleases
2025-01-19 Remove PrintBufferDescs() and PrintPinnedBufs(). Tom Lane 18.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-29 Remove empty function BufmgrCommit(). Tom Lane 16.0
2022-07-13 Avoid unsatisfied-external-reference errors in static inlines. Tom Lane 16.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-11-25 Bring some clarity to the defaults for the xxx_flush_after parameters. Tom Lane 10.0
2016-11-25 Bring some clarity to the defaults for the xxx_flush_after parameters. Tom Lane 9.6.2
2016-04-15 Fix portability problem induced by commit a6f6b7819. Tom Lane 9.6.0
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.4.0
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.0.16
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.1.12
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.2.7
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.3.3
2012-06-07 Scan the buffer pool just once, not once per fork, during relation drop. Tom Lane 9.2.0
2012-04-29 Rename track_iotiming GUC to track_io_timing. Tom Lane 9.2.0
2009-01-12 Implement prefetching via posix_fadvise() for bitmap index scans. A new Tom Lane 8.4.0
2008-11-06 Improve bulk-insert performance by keeping the current target buffer pinned Tom Lane 8.4.0
2007-09-25 Just-in-time background writing strategy. This code avoids re-scanning Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-06-28 Implement "distributed" checkpoints in which the checkpoint I/O is spread Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2007-05-02 During WAL recovery, when reading a page that we intend to overwrite completely Tom Lane 8.3.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-03-29 Clean up and document the API for XLogOpenRelation and XLogReadBuffer. Tom Lane 8.2.0