aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/freelist.c
Commit message (Expand)AuthorAge
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas2015-11-16
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Add barriers to the latch code.Andres Freund2015-01-13
* 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
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove unreachable codePeter Eisentraut2012-07-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* 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
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* For bulk write operations (eg COPY IN), use a ring buffer of 16MB insteadTom Lane2009-06-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-08
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane2006-07-23
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-12
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-03
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* StrategyDirtyBufferList wasn't being careful to honor max_buffers limit.Tom Lane2004-06-11
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-21
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-19
* Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck2004-02-12
* Cost based vacuum delay feature.Jan Wieck2004-02-06