summaryrefslogtreecommitdiff
path: root/src/include/storage/buf_internals.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-071-0/+1
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-091-0/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-0/+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
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-121-2/+4
* 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
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-6/+10
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-4/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-251-2/+2
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-2/+2
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-1/+2
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-6/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-2/+2
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-231-4/+16
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-291-14/+6
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-171-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+11
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-121-3/+8
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-3/+3
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-6/+5
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-37/+82
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-031-65/+15
* 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-14/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-31/+35
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-2/+3
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-211-16/+14
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-191-39/+30
* Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck2004-02-121-6/+5
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-151-2/+46
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-35/+8
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* 2nd try for the ARC strategy.Jan Wieck2003-11-131-10/+28
* ARC strategy backed out ... sorryJan Wieck2003-11-131-28/+10