| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -21/+20 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 1 | -12/+37 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -3/+10 |
| * | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane | 2004-01-26 | 1 | -5/+11 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -6/+6 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -6/+6 |
| * | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 | 1 | -8/+1 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -4/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -25/+25 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -15/+12 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -17/+29 |
| * | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 1 | -4/+4 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -6/+24 |
| * | Improve documentation about reasoning behind the order of operations | Tom Lane | 2001-07-16 | 1 | -3/+11 |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -7/+20 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 1 | -45/+1 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -1/+45 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -15/+16 |
| * | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 | 1 | -9/+1 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -14/+24 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -443/+62 |
| * | Include postgres.h before checking #ifdef XLOG. | Peter Eisentraut | 2000-11-20 | 1 | -5/+3 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -2/+2 |
| * | pg_variable is not used in WAL version now. | Vadim B. Mikheev | 2000-11-03 | 1 | -5/+8 |
| * | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -1/+5 |
| * | Ensure that if the OID counter wraps around, we will not generate 0, | Tom Lane | 2000-07-25 | 1 | -91/+83 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -3/+3 |