aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Correctly init/deinit recovery xact environment.Simon Riggs2012-11-29
* Clarify docs on hot standby lock releaseSimon Riggs2012-11-13
* Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs2012-06-08
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-02-01
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs2011-11-02
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Capitalization fixesPeter Eisentraut2011-06-19
* 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
* Minor sync rep corrections.Robert Haas2011-03-10
* Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page thatHeikki Linnakangas2011-03-08
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Fix error code for canceling statement due to conflict with recovery.Simon Riggs2011-01-31
* Fix thinko in comment. Spotted by Jim Nasby.Heikki Linnakangas2011-01-18
* Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas2011-01-15
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Work around unfortunate getppid() behavior on BSD-ish systems.Robert Haas2010-12-21
* 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
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* 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
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs2010-11-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-15
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane2010-08-30
* Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs2010-08-30
* Fix typo in comment.Heikki Linnakangas2010-08-30
* Marginal code cleanup for streaming replication.Tom Lane2010-08-23
* 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
* Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane2010-07-03
* 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
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28