]> granicus.if.org Git - postgresql/history - src/backend/access/transam/README
Phase 2 of pgindent updates.
[postgresql] / src / backend / access / transam / README
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2016-06-17 Alvaro HerreraFinish up XLOG_HINT renaming
2016-03-04 Robert HaasMinor improvements to transaction manager README.
2016-02-15 Andres FreundAllow the WAL writer to flush WAL at a reduced rate.
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-28 Alvaro HerreraUpdate transaction README for persistent multixacts
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-05-17 Heikki LinnakangasUpdate README, we don't do post-recovery cleanup action...
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2012-12-03 Simon RiggsClarify when to use PageSetLSN/PageGetLSN().
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-04-22 Peter EisentrautFix some typos
2011-12-17 Tom LaneFix some long-obsolete references to XLogOpenRelation.
2011-12-12 Tom LaneMove BKP_REMOVABLE bit from individual WAL records...
2011-08-30 Robert HaasRemove some tabs from README file.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-17 Tom LaneAdd some documentation about how we WAL-log filesystem...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2008-10-20 Alvaro HerreraRework subtransaction commit protocol for hot standby.
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-01 Tom LaneUpdate the in-code documentation about the transaction...