]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc/procarray.c
Update copyright notices for year 2012.
[postgresql] / src / backend / storage / ipc / procarray.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Robert HaasVarious micro-optimizations for GetSnapshopData().
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-02 Simon RiggsDerive oldestActiveXid at correct time for Hot Standby.
2011-11-02 Simon RiggsStart Hot Standby faster when initial snapshot is incom...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-20 Tom LaneSimplify and improve ProcessStandbyHSFeedbackMessage...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-08 Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-01-18 Heikki LinnakangasFix thinko in comment. Spotted by Jim Nasby.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-30 Tom LaneCosmetic fixes for KnownAssignedXidsGetOldestXmin,...
2010-08-30 Simon RiggsTeach GetOldestXmin() about KnownAssignedXids during...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Tom LaneMake vacuum_defer_cleanup_age be PGC_SIGHUP level,...
2010-05-14 Simon RiggsAdd many new Asserts in code and fix simple bug that...
2010-05-13 Simon RiggsCleanup initialization of Hot Standby. Clarify working...
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Tom LaneReplace the KnownAssignedXids hash table with a sorted...
2010-04-22 Simon RiggsOptimise btree delete processing when no active backends.
2010-04-21 Simon RiggsRelax locking during GetCurrentVirtualXIDs(). Earlier...
2010-04-19 Simon RiggsCheck RecoveryInProgress() while holding ProcArrayLock...
2010-04-18 Simon RiggsTune GetSnapshotData() during Hot Standby by avoiding...
2010-04-06 Simon RiggsChange some debug ereports to elogs, as requested by...
2010-03-11 Heikki LinnakangasFix bug in KnownAssignedXidsMany(). I saw this when...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-21 Simon RiggsBetter internal documentation of locking for Hot Standb...
2010-01-16 Tom LaneFix bogus initialization of KnownAssignedXids shared...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-10 Simon RiggsDuring Hot Standby, fix drop database when sessions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneAdd missing 'static' tag.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-07-29 Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-03-31 Heikki LinnakangasFix a rare race condition when commit_siblings > 0...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-04 Tom LaneImprove CREATE/DROP/RENAME DATABASE so that when failin...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-11 Tom LaneMake TransactionIdIsInProgress check transam.c's single...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-09-23 Tom LaneTransactionIdIsInProgress can skip scanning the ProcArr...
2007-09-21 Tom LaneMake some simple performance improvements in Transactio...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-09-07 Tom LaneAllow CREATE INDEX CONCURRENTLY to disregard transactio...
2007-09-05 Tom LaneVolatile-qualify the ProcArray PGPROC pointer in a...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-01 Tom LaneFix comments not updated in recent patch.
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-07 Tom LaneRedefine IsTransactionState() to only return true for...
2007-06-01 Tom LaneMake CREATE/DROP/RENAME DATABASE wait a little bit...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-23 Bruce MomjianCleanup for procarray.c.
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
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-03 Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-07-30 Tom LaneFix a couple of comments.
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-16 Tom LaneRethink prior patch to filter out dead backend entries...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tatsuo IshiiAdd BackendXidGetPid().
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-19 Tom LaneUpdate comment that I missed the first time around.
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...