aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/standby.h
Commit message (Expand)AuthorAge
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10
* Refactor headers to split out standby defsSimon Riggs2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Logging running transactions every 15 seconds.Robert Haas2014-01-15
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-02
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Remove prototype for nonexistent function.Robert Haas2012-04-25
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-01-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-31
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19