aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
Commit message (Expand)AuthorAge
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Add API to check if an existing exclusive lock allows cleanup.Robert Haas2016-11-04
* Remove unnecessary #include.Kevin Grittner2016-08-24
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Change default of backend_flush_after GUC to 0 (disabled).Andres Freund2016-06-10
* Inline initial comparisons in TestForOldSnapshot()Kevin Grittner2016-04-21
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Fix portability problem induced by commit a6f6b7819.Tom Lane2016-04-15
* Use static inline function for BufferGetPage()Kevin Grittner2016-04-11
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-30
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas2011-10-28
* Demote some sanity checks in BufferIsValid() to assertions.Robert Haas2011-10-28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31