summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/README
Commit message (Expand)AuthorAgeFilesLines
* Copyedit comments and documentation.Noah Misch2016-04-011-6/+6
* Checkpoint sorting and balancing.Andres Freund2016-03-101-5/+0
* Cover heap_page_prune_opt()'s cleanup lock tactic in README.Noah Misch2016-01-011-12/+14
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-251-2/+2
* Change locking regimen around buffer replacement.Robert Haas2014-09-251-20/+19
* Fix capitalization in README.Robert Haas2014-02-171-7/+7
* Change the way we mark tuples as frozen.Robert Haas2013-12-221-0/+3
* Repair out-of-date information in src/backend/storage/buffer/README.Robert Haas2012-05-221-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* For bulk write operations (eg COPY IN), use a ring buffer of 16MB insteadTom Lane2009-06-221-2/+7
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-181-1/+6
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-061-1/+5
* More README src cleanups.Bruce Momjian2008-03-211-2/+2
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-6/+6
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-28/+47
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-231-1/+9
* Remove obsolete comment about VACUUM FULL: it takes buffer content locksTom Lane2006-06-081-6/+8
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-14/+13
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-146/+139
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-191-129/+125
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Added documentation for the new interface between the buffer managerJan Wieck2003-11-141-1/+153
* Update future-tense comments in README to present tense. Noted byTom Lane2003-10-311-17/+16
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-7/+5
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-2/+2
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-0/+100