summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/README
AgeCommit message (Expand)Author
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-01-02Cover heap_page_prune_opt()'s cleanup lock tactic in README.Noah Misch
2015-03-25Reduce pinning and buffer content locking for btree scans.Kevin Grittner
2014-09-25Change locking regimen around buffer replacement.Robert Haas
2014-02-17Fix capitalization in README.Robert Haas
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2012-05-22Repair out-of-date information in src/backend/storage/buffer/README.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-22For bulk write operations (eg COPY IN), use a ring buffer of 16MB insteadTom Lane
2009-02-18Start background writer during archive recovery. Background writer now performsHeikki Linnakangas
2008-11-06Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian
2007-05-30Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane
2006-07-23Split the buffer mapping table into multiple separately lockableTom Lane
2006-06-08Remove obsolete comment about VACUUM FULL: it takes buffer content locksTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-14Added documentation for the new interface between the buffer managerJan Wieck
2003-10-31Update future-tense comments in README to present tense. Noted byTom Lane
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-07-06Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane