| Age | Commit message (Expand) | Author |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-08 | Optimize commit_siblings in two ways to improve group commit. | Simon Riggs |
| 2010-12-07 | Fix bugs in the hot standby known-assigned-xids tracking logic. If there's | Heikki Linnakangas |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-30 | Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. | Tom Lane |
| 2010-08-30 | Teach GetOldestXmin() about KnownAssignedXids during recovery. | Simon Riggs |
| 2010-08-12 | Correct sundry errors in Hot Standby-related comments. | Robert Haas |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-03 | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane |
| 2010-05-14 | Add many new Asserts in code and fix simple bug that slipped through | Simon Riggs |
| 2010-05-13 | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs |
| 2010-04-29 | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane |
| 2010-04-28 | Replace the KnownAssignedXids hash table with a sorted-array data structure, | Tom Lane |
| 2010-04-22 | Optimise btree delete processing when no active backends. | Simon Riggs |
| 2010-04-21 | Relax locking during GetCurrentVirtualXIDs(). Earlier improvements | Simon Riggs |
| 2010-04-19 | Check RecoveryInProgress() while holding ProcArrayLock during snapshots. | Simon Riggs |
| 2010-04-18 | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs |
| 2010-04-06 | Change some debug ereports to elogs, as requested by translation team. | Simon Riggs |
| 2010-03-11 | Fix bug in KnownAssignedXidsMany(). I saw this when looking at the | Heikki Linnakangas |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-23 | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs |
| 2010-01-21 | Better internal documentation of locking for Hot Standby conflict resolution. | Simon Riggs |
| 2010-01-16 | Fix bogus initialization of KnownAssignedXids shared memory state --- | Tom Lane |
| 2010-01-16 | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs |
| 2010-01-10 | During Hot Standby, fix drop database when sessions idle. | Simon Riggs |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-31 | Add missing 'static' tag. | Tom Lane |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-07-29 | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-04 | A session that does not have any live snapshots does not have to be waited for | Tom Lane |
| 2009-03-31 | Fix a rare race condition when commit_siblings > 0 and a transaction commits | Heikki Linnakangas |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-08-04 | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane |
| 2008-07-11 | Make sure we only try to free snapshots that have been passed through | Alvaro Herrera |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
| 2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
| 2008-03-11 | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane |
| 2008-01-09 | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-24 | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera |
| 2007-09-23 | TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is | Tom Lane |
| 2007-09-21 | Make some simple performance improvements in TransactionIdIsInProgress(). | Tom Lane |
| 2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
| 2007-09-07 | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane |
| 2007-09-07 | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane |
| 2007-09-05 | Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines | Tom Lane |