aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAge
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Improvements to ps message of startup process during Hot Standby.Simon Riggs2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs2010-02-11
* Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane2010-02-02
* 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
* Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs2010-01-16
* 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
* Suppress compiler warning (pid_t isn't int everywhere)Tom Lane2009-12-31
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19