]> granicus.if.org Git - postgresql/history - src/backend/access/transam/varsup.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / access / transam / varsup.c
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-05-09 Tom LaneClean up the behavior and API of catalog.c's is-catalog...
2019-04-12 Thomas MunroFix GetNewTransactionId()'s interaction with xidVacLimit.
2019-03-28 Thomas MunroUse FullTransactionId for the transaction stack.
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-11 Andres FreundRemove volatiles from {procarray,volatile}.c and fix...
2018-08-16 Thomas MunroImprove comment in GetNewObjectId().
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-29 Simon RiggsExtend near-wraparound hints to include replication...
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-23 Robert HaasTrack the oldest XID that can be safely looked up in...
2017-02-09 Robert HaasRename user-facing tools with "xlog" in the name to...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-21 Peter EisentrautClarify terminology standalone backend vs. single-user...
2013-05-13 Tom LaneFix handling of OID wraparound while in standalone...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-05-06 Tom LaneMove RegisterPredicateLockingXid() call to a safer...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-20 Tom LaneDon't try to fetch database name when SetTransactionIdL...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-17 Tom LaneWhen updating ShmemVariableCache from a checkpoint...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-01 Tom LaneForce VACUUM to recalculate oldestXmin even when we...
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Tom LaneTo reduce confusion over whether VACUUM FULL is needed...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-26 Alvaro HerreraDegrade the transaction-id wraparound point message...
2006-09-03 Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-22 Bruce MomjianImprove xid wraparound message (the server isn't really...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-01-26 Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2002-09-04 Bruce Momjianpgindent run.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LaneRemove NEXTXID xlog record type to avoid three-way...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
next