aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/buf_internals.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* pg_prewarm: Add automatic prewarm feature.Robert Haas2017-08-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Improve WritebackContextInit() comment and prototype argument names.Andres Freund2016-07-01
* Move memory barrier in UnlockBufHdr to before releasing the lock.Andres Freund2016-05-30
* Avoid atomic operation in MarkLocalBufferDirty().Andres Freund2016-04-13
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Checkpoint sorting and balancing.Andres Freund2016-03-10
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Move buffer I/O and content LWLocks out of the main tranche.Robert Haas2015-12-15
* Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas2015-11-16
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Lockless StrategyGetBuffer clock sweep hot path.Andres Freund2014-12-25
* Change locking regimen around buffer replacement.Robert Haas2014-09-25
* pgindent run for 9.4Bruce Momjian2014-05-06
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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
* 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
* Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane2008-09-17
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31