summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Heikki Linnakangas2014-05-211-2/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-8/+8
* Introduce logical decoding.Robert Haas2014-03-031-1/+29
* Logging running transactions every 15 seconds.Robert Haas2014-01-151-4/+23
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix memory leak in LogStandbySnapshot().Tom Lane2013-06-041-6/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4
* Add lock_timeout configuration parameter.Tom Lane2013-03-161-2/+9
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-021-3/+1
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-021-3/+5
* Cleanup VirtualXact at end of Hot Standby.Simon Riggs2012-11-291-0/+3
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-281-48/+0
* Clarify docs on hot standby lock releaseSimon Riggs2012-11-131-2/+6
* Introduce timeout handling frameworkAlvaro Herrera2012-07-161-25/+55
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Further corrections from the department of redundancy department.Robert Haas2012-05-021-1/+1
* Remove duplicate words in comments.Heikki Linnakangas2012-05-021-1/+1
* Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane2012-02-041-1/+4
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-01-231-35/+75
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-021-2/+1
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-041-1/+1
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-021-11/+12
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-4/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-8/+8
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-231-5/+0
* Fix error code for canceling statement due to conflict with recovery.Simon Riggs2011-01-311-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas2010-12-171-0/+4
* Reset 'ps' display just once when resolving VXID conflicts.Robert Haas2010-12-171-17/+13
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-071-8/+3
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-291-8/+21
* Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs2010-11-151-13/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-191-3/+3
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-121-4/+4
* pgindent run for 9.0, second runBruce Momjian2010-07-061-32/+34
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-031-56/+75
* Remove max_standby_delay message from ps display of recovery processItagaki Takahiro2010-06-141-5/+3
* HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs2010-05-261-27/+15
* Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs2010-05-141-5/+9
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-131-1/+57
* Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane2010-05-021-71/+41
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-2/+2
* Fix various instances of "the the".Robert Haas2010-04-231-2/+2
* Optimise btree delete processing when no active backends.Simon Riggs2010-04-221-3/+3
* Relax locking during GetCurrentVirtualXIDs(). Earlier improvementsSimon Riggs2010-04-211-1/+19