summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Split resowner.hAlvaro Herrera2012-08-281-1/+1
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-071-0/+40
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-221-0/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove belt-and-suspenders guards against buffer pin leaks.Robert Haas2010-11-251-6/+15
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Allocate local buffers in a context of their own, rather than dumping themTom Lane2010-08-191-3/+16
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-8/+10
* 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-2/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-121-1/+38
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix #ifdeffed debugging code to work with relation forks.Heikki Linnakangas2008-11-271-5/+5
* Fix sloppy omission of now-required #include's.Tom Lane2008-11-111-1/+2
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-111-5/+3
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-4/+8
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-4/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-15/+24
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-271-6/+51
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-14/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* 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/+47
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-10/+8
* Avoid useless loop overhead in AtEOXact routines when the backend isTom Lane2005-08-081-5/+8
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-19/+27
* Upgrade localbuf.c to use a hash table instead of linear search toTom Lane2005-03-191-46/+100
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-181-1/+15
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-29/+47
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-15/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-1/+7
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-4/+4
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-311-2/+3
* Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway2004-04-221-7/+9
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-211-11/+23
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-21/+9
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3