aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAge
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Further corrections from the department of redundancy department.Robert Haas2012-05-02
* Remove duplicate words in comments.Heikki Linnakangas2012-05-02
* Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane2012-02-04
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-01-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-23
* Fix error code for canceling statement due to conflict with recovery.Simon Riggs2011-01-31
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas2010-12-17
* Reset 'ps' display just once when resolving VXID conflicts.Robert Haas2010-12-17
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-29
* Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs2010-11-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-19
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Remove max_standby_delay message from ps display of recovery processItagaki Takahiro2010-06-14
* HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs2010-05-26
* Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs2010-05-14
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane2010-05-02
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Fix various instances of "the the".Robert Haas2010-04-23
* Optimise btree delete processing when no active backends.Simon Riggs2010-04-22
* Relax locking during GetCurrentVirtualXIDs(). Earlier improvementsSimon Riggs2010-04-21
* Change some debug ereports to elogs, as requested by translation team.Simon Riggs2010-04-06
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Improvements to ps message of startup process during Hot Standby.Simon Riggs2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs2010-02-11
* Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane2010-02-02
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-31
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs2010-01-16
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02