index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
README
Commit message (
Expand
)
Author
Age
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
*
Split the buffer mapping table into multiple separately lockable
Tom Lane
2006-07-23
*
Remove obsolete comment about VACUUM FULL: it takes buffer content locks
Tom Lane
2006-06-08
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
*
Code review for ARC patch. Eliminate static variables, improve handling
Tom Lane
2004-04-19
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Added documentation for the new interface between the buffer manager
Jan Wieck
2003-11-14
*
Update future-tense comments in README to present tense. Noted by
Tom Lane
2003-10-31
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
Replace implementation of pg_log as a relation accessed through the
Tom Lane
2001-08-25
*
Implement LockBufferForCleanup(), which will allow concurrent VACUUM
Tom Lane
2001-07-06