summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
AgeCommit message (Expand)Author
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-12Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-27Fix #ifdeffed debugging code to work with relation forks.Heikki Linnakangas
2008-11-11Fix sloppy omission of now-required #include's.Tom Lane
2008-11-11Change error messages to print the physical path, likeHeikki Linnakangas
2008-08-11Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas
2008-06-12Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-05-30Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-27Modify local buffer management to request memory for local buffers in blocksTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-17DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-08Avoid useless loop overhead in AtEOXact routines when the backend isTom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-19Upgrade localbuf.c to use a hash table instead of linear search toTom Lane
2005-03-18Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-16Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-31Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-07-24Error message editing in backend/storage.Tom Lane
2002-12-05localbuf.c must be able to do blind writes.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-15WriteBuffer return value:Bruce Momjian
2002-05-03Fix obsolete comments.Tom Lane
2001-05-12Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian