index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
standby.c
Commit message (
Expand
)
Author
Age
*
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
*
Check interrupts during hot standby waits
Simon Riggs
2017-01-27
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894
Simon Riggs
2016-04-06
*
Avoid archiving XLOG_RUNNING_XACTS on idle server
Simon Riggs
2016-04-04
*
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-10
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Fix typos in comments.
Heikki Linnakangas
2014-05-21
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-04
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
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-12-02
*
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Further corrections from the department of redundancy department.
Robert Haas
2012-05-02
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Add missing Assert and fix inaccurate elog message in standby_redo().
Tom Lane
2012-02-04
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
*
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
*
Fix error code for canceling statement due to conflict with recovery.
Simon Riggs
2011-01-31
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
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
*
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
*
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
[next]