summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/varsup.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-18/+64
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-261-2/+2
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-031-6/+17
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-9/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Message correctionsPeter Eisentraut2005-10-291-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-71/+67
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-221-3/+3
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-50/+13
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-4/+3
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-5/+27
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-2/+2
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-1/+112
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-21/+20
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-12/+37
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-3/+10
* Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane2004-01-261-5/+11
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-6/+6
* Katherine Ward wrote:Jan Wieck2002-06-111-6/+6
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-251-8/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-25/+25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-15/+12
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-17/+29
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-4/+4
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-6/+24
* Improve documentation about reasoning behind the order of operationsTom Lane2001-07-161-3/+11
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-7/+20
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-45/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+45
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-15/+16
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-9/+1
* XLOG (and related) changes:Tom Lane2001-03-131-14/+24
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-443/+62
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-201-5/+3
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+2
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-031-5/+8
* WALVadim B. Mikheev2000-10-281-1/+5
* Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane2000-07-251-91/+83
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3