summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/buf_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-131-18/+8
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-251-24/+5
* pgindent run.Bruce Momjian2002-09-041-1/+2
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove some pre-WAL relics:Bruce Momjian2002-06-151-7/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+3
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-7/+3
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-12/+12
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-6/+50
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-10/+19