| Commit message (Expand) | Author | Age |
* | Fix bug in KnownAssignedXidsMany(). I saw this when looking at the | Heikki Linnakangas | 2010-03-11 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Better internal documentation of locking for Hot Standby conflict resolution. | Simon Riggs | 2010-01-21 |
* | Fix bogus initialization of KnownAssignedXids shared memory state --- | Tom Lane | 2010-01-16 |
* | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs | 2010-01-16 |
* | During Hot Standby, fix drop database when sessions idle. | Simon Riggs | 2010-01-10 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add missing 'static' tag. | Tom Lane | 2009-12-31 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane | 2009-07-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 |
* | Fix a rare race condition when commit_siblings > 0 and a transaction commits | Heikki Linnakangas | 2009-03-31 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane | 2008-08-04 |
* | Make sure we only try to free snapshots that have been passed through | Alvaro Herrera | 2008-07-11 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 |
* | 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-26 |
* | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane | 2008-03-11 |
* | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane | 2008-01-09 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 |
* | TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is | Tom Lane | 2007-09-23 |
* | Make some simple performance improvements in TransactionIdIsInProgress(). | Tom Lane | 2007-09-21 |
* | 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 |
* | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane | 2007-09-07 |
* | Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines | Tom Lane | 2007-09-05 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Fix comments not updated in recent patch. | Tom Lane | 2007-07-01 |
* | Arrange for SIGINT in autovacuum workers to cancel the current table and | Alvaro Herrera | 2007-06-29 |
* | Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, | Tom Lane | 2007-06-07 |
* | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane | 2007-06-01 |
* | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 |
* | Clean up the representation of special snapshots by including a "method | Tom Lane | 2007-03-25 |
* | Cleanup for procarray.c. | Bruce Momjian | 2007-03-23 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 |
* | Fix a couple of comments. | Tom Lane | 2006-07-30 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |