| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -6/+6 |
| * | Separate multixact freezing parameters from xid's | Alvaro Herrera | 2014-02-13 | 1 | -1/+2 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Clarify terminology standalone backend vs. single-user mode | Peter Eisentraut | 2013-06-20 | 1 | -3/+3 |
| * | Fix handling of OID wraparound while in standalone mode. | Tom Lane | 2013-05-13 | 1 | -9/+9 |
| * | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 | 1 | -0/+2 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -2/+2 |
| * | Update comments that became out-of-date with the PGXACT struct. | Heikki Linnakangas | 2012-05-14 | 1 | -5/+5 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Move "hot" members of PGPROC into a separate PGXACT array. | Robert Haas | 2011-11-25 | 1 | -5/+6 |
| * | Clean up the #include mess a little. | Tom Lane | 2011-09-04 | 1 | -0/+1 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -2/+0 |
| * | Move RegisterPredicateLockingXid() call to a safer place. | Tom Lane | 2011-05-06 | 1 | -5/+0 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -3/+3 |
| * | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 | 1 | -0/+5 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Don't try to fetch database name when SetTransactionIdLimit() is executed | Tom Lane | 2010-10-20 | 1 | -4/+14 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -16/+16 |
| * | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 | 1 | -1/+9 |
| * | When updating ShmemVariableCache from a checkpoint record, be sure to set | Tom Lane | 2010-02-17 | 1 | -10/+7 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -4/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane | 2009-09-01 | 1 | -7/+16 |
| * | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 | 1 | -31/+125 |
| * | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 | 1 | -4/+7 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | To reduce confusion over whether VACUUM FULL is needed for anti-wraparound | Tom Lane | 2008-12-11 | 1 | -3/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -13/+13 |
| * | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 | 1 | -13/+18 |
| * | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 | 1 | -3/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -18/+64 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -7/+7 |
| * | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 | 1 | -2/+2 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 1 | -6/+17 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -9/+9 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -71/+67 |
| * | Improve xid wraparound message (the server isn't really shut down, just | Bruce Momjian | 2005-08-22 | 1 | -3/+3 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -50/+13 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -4/+3 |
| * | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 | 1 | -5/+27 |
| * | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 | 1 | -2/+2 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -1/+112 |