aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/transam.h
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Various micro-optimizations for GetSnapshopData().Robert Haas2011-12-16
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-01
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so functionBruce Momjian2009-05-08
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-20
* Make TransactionIdIsInProgress check transam.c's single-item XID status cacheTom Lane2008-03-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-20
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-25
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10