summaryrefslogtreecommitdiff
path: root/src/include/access/transam.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+4
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-011-2/+2
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-311-4/+5
* 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so functionBruce Momjian2009-05-081-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-201-7/+4
* Make TransactionIdIsInProgress check transam.c's single-item XID status cacheTom Lane2008-03-111-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-081-3/+27
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-1/+6
* 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-3/+6
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-2/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+6
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-2/+1
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-8/+9
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-5/+1
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-3/+13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-251-12/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+3
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-5/+1
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-6/+7
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-39/+10
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-16/+24
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-5/+21
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-64/+35
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-2/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+2
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-35/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+8
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-4/+3
* XLOG (and related) changes:Tom Lane2001-03-131-6/+12
* 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-21/+6
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+2
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-031-2/+4
* WALVadim B. Mikheev2000-10-281-1/+12
* Add:Bruce Momjian2000-01-261-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2