index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
standby.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-03-11
1
-3
/
+5
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-98
/
+100
*
Improvements to ps message of startup process during Hot Standby.
Simon Riggs
2010-02-13
1
-7
/
+12
*
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-02-13
1
-16
/
+46
*
Fix typo bug in Hot Standby from recent refactoring. Bug introduced
Simon Riggs
2010-02-11
1
-2
/
+2
*
Fix assorted poorly-thought-out message strings: use %u not %d for printing
Tom Lane
2010-02-02
1
-15
/
+10
*
Detect early deadlock in Hot Standby when Startup is already waiting. First
Simon Riggs
2010-01-31
1
-2
/
+36
*
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-29
1
-3
/
+3
*
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-23
1
-12
/
+112
*
Message mentions msec when it should be seconds, so use s instead of ms.
Simon Riggs
2010-01-16
1
-2
/
+2
*
Teach standby conflict resolution to use SIGUSR1
Simon Riggs
2010-01-16
1
-55
/
+12
*
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-14
1
-35
/
+121
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Suppress compiler warning (pid_t isn't int everywhere)
Tom Lane
2009-12-31
1
-9
/
+9
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
1
-0
/
+717