summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
AgeCommit message (Expand)Author
2016-03-10Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-22Fix typos in comments.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-03Introduce logical decoding.Robert Haas
2014-01-15Logging running transactions every 15 seconds.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-04Fix memory leak in LogStandbySnapshot().Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-02Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane
2012-12-02Rearrange storage of data in xl_running_xacts.Simon Riggs
2012-11-29Cleanup VirtualXact at end of Hot Standby.Simon Riggs
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-13Clarify docs on hot standby lock releaseSimon Riggs
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-02Further corrections from the department of redundancy department.Robert Haas
2012-05-02Remove duplicate words in comments.Heikki Linnakangas
2012-02-05Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane
2012-01-23Resolve timing issue with logging locks for Hot Standby.Simon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-08-04Create VXID locks "lazily" in the main lock table.Robert Haas
2011-08-02Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-23Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs
2011-01-31Fix error code for canceling statement due to conflict with recovery.Simon Riggs
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