summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/storage.Tom Lane2003-07-241-4/+8
* localbuf.c must be able to do blind writes.Tom Lane2002-12-051-12/+17
* pgindent run.Bruce Momjian2002-09-041-6/+6
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-84/+45
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* WriteBuffer return value:Bruce Momjian2002-06-151-4/+2
* Fix obsolete comments.Tom Lane2002-05-031-6/+3
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-7/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* miscVadim B. Mikheev2000-11-301-0/+4