summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
AgeCommit message (Expand)Author
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-17Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas
2010-12-17Reset 'ps' display just once when resolving VXID conflicts.Robert Haas
2010-12-07Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas
2010-11-29Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs
2010-11-15Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Bring some sanity to the trace_recovery_messages code and docs.Tom Lane
2010-08-12Correct sundry errors in Hot Standby-related comments.Robert Haas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-06-14Remove max_standby_delay message from ps display of recovery processItagaki Takahiro
2010-05-26HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs
2010-05-14Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs
2010-05-13Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs
2010-05-02Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-23Fix various instances of "the the".Robert Haas
2010-04-22Optimise btree delete processing when no active backends.Simon Riggs
2010-04-21Relax locking during GetCurrentVirtualXIDs(). Earlier improvementsSimon Riggs
2010-04-06Change some debug ereports to elogs, as requested by translation team.Simon Riggs
2010-03-11Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-13Improvements to ps message of startup process during Hot Standby.Simon Riggs
2010-02-13Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs
2010-02-11Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs
2010-02-02Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane
2010-01-31Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs
2010-01-29Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs
2010-01-23In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs
2010-01-16Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs
2010-01-16Teach standby conflict resolution to use SIGUSR1Simon Riggs
2010-01-14First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31Suppress compiler warning (pid_t isn't int everywhere)Tom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs