aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/freelist.c
Commit message (Expand)AuthorAge
* 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
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Conditionalize variable that is only used conditionally, to avoid warning.Peter Eisentraut2003-11-27
* Background writer processJan Wieck2003-11-19
* Changed parameter name for shared cache status report interval toJan Wieck2003-11-16
* 2nd try for the ARC strategy.Jan Wieck2003-11-13
* ARC strategy backed out ... sorryJan Wieck2003-11-13
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-13
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Update copyright to 2002.Bruce Momjian2002-06-20