index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
standby.c
Age
Commit message (
Expand
)
Author
2016-03-10
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-05-22
Fix typos in comments.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-01-15
Logging running transactions every 15 seconds.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-06-04
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-17
Add lock_timeout configuration parameter.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-02
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-11-29
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-13
Clarify docs on hot standby lock release
Simon Riggs
2012-07-17
Introduce timeout handling framework
Alvaro Herrera
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-02
Further corrections from the department of redundancy department.
Robert Haas
2012-05-02
Remove duplicate words in comments.
Heikki Linnakangas
2012-02-05
Add missing Assert and fix inaccurate elog message in standby_redo().
Tom Lane
2012-01-23
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-02
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-08-04
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-02
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-23
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-01-31
Fix error code for canceling statement due to conflict with recovery.
Simon Riggs
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-17
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-07
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-11-29
Move call to GetTopTransactionId() earlier in LockAcquire(),
Simon Riggs
2010-11-15
Avoid spurious Hot Standby conflicts from btree delete records.
Simon Riggs
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Bring some sanity to the trace_recovery_messages code and docs.
Tom Lane
2010-08-12
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-07-03
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-06-14
Remove max_standby_delay message from ps display of recovery process
Itagaki Takahiro
2010-05-26
HS Defer buffer pin deadlock check until deadlock_timeout has expired.
Simon Riggs
2010-05-14
Add many new Asserts in code and fix simple bug that slipped through
Simon Riggs
[next]