| Commit message (Expand) | Author | Age |
* | Correctly init/deinit recovery xact environment. | Simon Riggs | 2012-11-29 |
* | Clarify docs on hot standby lock release | Simon Riggs | 2012-11-13 |
* | Fix bug in early startup of Hot Standby with subtransactions. | Simon Riggs | 2012-06-08 |
* | Resolve timing issue with logging locks for Hot Standby. | Simon Riggs | 2012-02-01 |
* | Derive oldestActiveXid at correct time for Hot Standby. | Simon Riggs | 2011-11-02 |
* | Start Hot Standby faster when initial snapshot is incomplete. | Simon Riggs | 2011-11-02 |
* | Simplify and improve ProcessStandbyHSFeedbackMessage logic. | Tom Lane | 2011-10-20 |
* | Move CheckRecoveryConflictDeadlock() call to a safer place. | Tom Lane | 2011-08-02 |
* | Capitalization fixes | Peter Eisentraut | 2011-06-19 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Prevent intermittent hang in recovery from bgwriter interaction. | Simon Riggs | 2011-03-23 |
* | Minor sync rep corrections. | Robert Haas | 2011-03-10 |
* | Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that | Heikki Linnakangas | 2011-03-08 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Fix error code for canceling statement due to conflict with recovery. | Simon Riggs | 2011-01-31 |
* | Fix thinko in comment. Spotted by Jim Nasby. | Heikki Linnakangas | 2011-01-18 |
* | Treat a WAL sender process that hasn't started streaming yet as a regular | Heikki Linnakangas | 2011-01-15 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Work around unfortunate getppid() behavior on BSD-ish systems. | Robert Haas | 2010-12-21 |
* | 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-17 |
* | Use symbolic names not octal constants for file permission flags. | Tom Lane | 2010-12-10 |
* | Optimize commit_siblings in two ways to improve group commit. | Simon Riggs | 2010-12-08 |
* | Fix bugs in the hot standby known-assigned-xids tracking logic. If there's | Heikki Linnakangas | 2010-12-07 |
* | Move call to GetTopTransactionId() earlier in LockAcquire(), | Simon Riggs | 2010-11-29 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Avoid spurious Hot Standby conflicts from btree delete records. | Simon Riggs | 2010-11-15 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas | 2010-09-15 |
* | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 |
* | Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. | Tom Lane | 2010-08-30 |
* | Teach GetOldestXmin() about KnownAssignedXids during recovery. | Simon Riggs | 2010-08-30 |
* | Fix typo in comment. | Heikki Linnakangas | 2010-08-30 |
* | Marginal code cleanup for streaming replication. | Tom Lane | 2010-08-23 |
* | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane | 2010-08-19 |
* | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane | 2010-07-03 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | Remove max_standby_delay message from ps display of recovery process | Itagaki Takahiro | 2010-06-14 |
* | HS Defer buffer pin deadlock check until deadlock_timeout has expired. | Simon Riggs | 2010-05-26 |
* | Add many new Asserts in code and fix simple bug that slipped through | Simon Riggs | 2010-05-14 |
* | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs | 2010-05-13 |
* | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane | 2010-05-02 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |
* | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane | 2010-04-28 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |