index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
standby.c
Commit message (
Expand
)
Author
Age
*
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-03-11
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Improvements to ps message of startup process during Hot Standby.
Simon Riggs
2010-02-13
*
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-02-13
*
Fix typo bug in Hot Standby from recent refactoring. Bug introduced
Simon Riggs
2010-02-11
*
Fix assorted poorly-thought-out message strings: use %u not %d for printing
Tom Lane
2010-02-02
*
Detect early deadlock in Hot Standby when Startup is already waiting. First
Simon Riggs
2010-01-31
*
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-29
*
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-23
*
Message mentions msec when it should be seconds, so use s instead of ms.
Simon Riggs
2010-01-16
*
Teach standby conflict resolution to use SIGUSR1
Simon Riggs
2010-01-16
*
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Suppress compiler warning (pid_t isn't int everywhere)
Tom Lane
2009-12-31
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19