]> granicus.if.org Git - postgresql/history - src/include/storage/standby.h
Introduce timeout handling framework
[postgresql] / src / include / storage / standby.h
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-04-25 Robert HaasRemove prototype for nonexistent function.
2012-01-23 Simon RiggsResolve timing issue with logging locks for Hot Standby.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-02 Simon RiggsDerive oldestActiveXid at correct time for Hot Standby.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-02 Tom LaneMove CheckRecoveryConflictDeadlock() call to a safer...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-05-13 Simon RiggsCleanup initialization of Hot Standby. Clarify working...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-01-31 Simon RiggsDetect early deadlock in Hot Standby when Startup is...
2010-01-29 Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-14 Simon RiggsFirst part of refactoring of code for ResolveRecoveryCo...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...