summaryrefslogtreecommitdiff
path: root/src/include/access/transam.h
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-23Track the oldest XID that can be safely looked up in CLOG.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Extend commit, subtrans and commit_ts logs appropriately when new xids arePavan Deolasee
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-03Introduce logical decoding.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-06-28Merge commit 'c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5'Michael Paquier
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-05-25Change Copyright to "Postgres-XC Development Group"Michael Paquier
2012-01-12Change file headers to 2012Michael P
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-17Various micro-optimizations for GetSnapshopData().Robert Haas
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-06-22Make the visibility map crash-safe.Robert Haas
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19maintenance for 2011, change header filesMichael P
2011-05-19Support for Global timestamp in Postgres-XC.Michael P
2011-05-19Postgres-XC version 0.9Michael P
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-09-01Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane
2009-08-31Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane
2009-05-08'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so functionBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-20Rework subtransaction commit protocol for hot standby.Alvaro Herrera
2008-03-11Make TransactionIdIsInProgress check transam.c's single-item XID status cacheTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-08Replace the former method of determining snapshot xmax --- to wit, callingTom Lane
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian