]> granicus.if.org Git - postgresql/history - src/backend/access/transam/varsup.c
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / transam / varsup.c
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.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-03 Vadim B. Mikheevpg_variable is not used in WAL version now.
2000-10-28 Vadim B. MikheevWAL
2000-07-25 Tom LaneEnsure that if the OID counter wraps around, we will...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-31 Tom LaneGet rid of SetBufferWriteMode(), which was an accident...
2000-01-26 Bruce MomjianAdd:
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-06 Vadim B. Mikheev1. xact.c: update comments about changing MyProc->xid...
1999-06-03 Vadim B. Mikheev1. MyProc->xid assignment is moved to GetNewTransaction...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-21 Vadim B. MikheevVariableCache (next XID generator) is placed in shmem.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
next