index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
standby.c
Age
Commit message (
Expand
)
Author
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-17
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-07
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-11-29
Move call to GetTopTransactionId() earlier in LockAcquire(),
Simon Riggs
2010-11-15
Avoid spurious Hot Standby conflicts from btree delete records.
Simon Riggs
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Bring some sanity to the trace_recovery_messages code and docs.
Tom Lane
2010-08-12
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-07-03
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-06-14
Remove max_standby_delay message from ps display of recovery process
Itagaki Takahiro
2010-05-26
HS Defer buffer pin deadlock check until deadlock_timeout has expired.
Simon Riggs
2010-05-14
Add many new Asserts in code and fix simple bug that slipped through
Simon Riggs
2010-05-13
Cleanup initialization of Hot Standby. Clarify working with reanalysis
Simon Riggs
2010-05-02
Clean up some awkward, inaccurate, and inefficient processing around
Tom Lane
2010-04-28
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-23
Fix various instances of "the the".
Robert Haas
2010-04-22
Optimise btree delete processing when no active backends.
Simon Riggs
2010-04-21
Relax locking during GetCurrentVirtualXIDs(). Earlier improvements
Simon Riggs
2010-04-06
Change some debug ereports to elogs, as requested by translation team.
Simon Riggs
2010-03-11
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-13
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-11
Fix typo bug in Hot Standby from recent refactoring. Bug introduced
Simon Riggs
2010-02-02
Fix assorted poorly-thought-out message strings: use %u not %d for printing
Tom Lane
2010-01-31
Detect early deadlock in Hot Standby when Startup is already waiting. First
Simon Riggs
2010-01-29
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-23
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-16
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-14
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-31
Suppress compiler warning (pid_t isn't int everywhere)
Tom Lane
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs