index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
README
Commit message (
Expand
)
Author
Age
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add some documentation about how we WAL-log filesystem actions.
Tom Lane
2010-09-17
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
Rework subtransaction commit protocol for hot standby.
Alvaro Herrera
2008-10-20
*
More README src cleanups.
Bruce Momjian
2008-03-21
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Replace the former method of determining snapshot xmax --- to wit, calling
Tom Lane
2007-09-08
*
Don't take ProcArrayLock while exiting a transaction that has no XID; there is
Tom Lane
2007-09-07
*
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-09-05
*
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-08-01
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Update the in-code documentation about the transaction system. Move it
Tom Lane
2004-08-01