summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/buf_init.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-161-14/+2
* pgindent run for 9.6Robert Haas2016-06-091-5/+6
* Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas2016-04-211-9/+6
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-101-5/+2
* Checkpoint sorting and balancing.Andres Freund2016-03-101-3/+19
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-101-0/+5
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-121-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Move buffer I/O and content LWLocks out of the main tranche.Robert Haas2015-12-151-10/+51
* pgindent run for 9.5Bruce Momjian2015-05-231-3/+3
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-291-9/+12
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-301-36/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-11/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane2008-09-171-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-9/+12
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-121-23/+2
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-1/+2
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-41/+33
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-031-15/+12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove BufferLocks[] array in favor of a single pointer to the bufferTom Lane2004-10-161-5/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+8
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-14/+10
* Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway2004-04-221-5/+7
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-211-3/+3
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-191-61/+30
* Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck2004-02-121-2/+2
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-151-3/+9
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-1/+5
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-26/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* 2nd try for the ARC strategy.Jan Wieck2003-11-131-18/+8
* ARC strategy backed out ... sorryJan Wieck2003-11-131-8/+18