summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-111-3/+5
* pgindent run for 9.0Bruce Momjian2010-02-261-98/+100
* Improvements to ps message of startup process during Hot Standby.Simon Riggs2010-02-131-7/+12
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-131-16/+46
* Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs2010-02-111-2/+2
* Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane2010-02-021-15/+10
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-311-2/+36
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-291-3/+3
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-231-12/+112
* Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs2010-01-161-2/+2
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-161-55/+12
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-141-35/+121
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Suppress compiler warning (pid_t isn't int everywhere)Tom Lane2009-12-311-9/+9
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-0/+717