index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
standby.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments.
Heikki Linnakangas
2014-05-21
1
-2
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-8
/
+8
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-1
/
+29
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
1
-4
/
+23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-04
1
-6
/
+1
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-4
/
+4
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
1
-2
/
+9
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
1
-3
/
+1
*
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-12-02
1
-3
/
+5
*
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
1
-0
/
+3
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
1
-48
/
+0
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
1
-2
/
+6
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
1
-25
/
+55
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-2
/
+2
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-6
/
+6
*
Further corrections from the department of redundancy department.
Robert Haas
2012-05-02
1
-1
/
+1
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
1
-1
/
+1
*
Add missing Assert and fix inaccurate elog message in standby_redo().
Tom Lane
2012-02-04
1
-1
/
+4
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
1
-35
/
+75
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
1
-2
/
+1
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
1
-1
/
+1
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
1
-11
/
+12
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
1
-4
/
+0
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-8
/
+8
*
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-03-23
1
-5
/
+0
*
Fix error code for canceling statement due to conflict with recovery.
Simon Riggs
2011-01-31
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
1
-0
/
+4
*
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-17
1
-17
/
+13
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
1
-8
/
+3
*
Move call to GetTopTransactionId() earlier in LockAcquire(),
Simon Riggs
2010-11-29
1
-8
/
+21
*
Avoid spurious Hot Standby conflicts from btree delete records.
Simon Riggs
2010-11-15
1
-13
/
+5
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Bring some sanity to the trace_recovery_messages code and docs.
Tom Lane
2010-08-19
1
-3
/
+3
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
1
-4
/
+4
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-32
/
+34
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
1
-56
/
+75
*
Remove max_standby_delay message from ps display of recovery process
Itagaki Takahiro
2010-06-14
1
-5
/
+3
*
HS Defer buffer pin deadlock check until deadlock_timeout has expired.
Simon Riggs
2010-05-26
1
-27
/
+15
*
Add many new Asserts in code and fix simple bug that slipped through
Simon Riggs
2010-05-14
1
-5
/
+9
*
Cleanup initialization of Hot Standby. Clarify working with reanalysis
Simon Riggs
2010-05-13
1
-1
/
+57
*
Clean up some awkward, inaccurate, and inefficient processing around
Tom Lane
2010-05-02
1
-71
/
+41
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-2
/
+2
*
Fix various instances of "the the".
Robert Haas
2010-04-23
1
-2
/
+2
*
Optimise btree delete processing when no active backends.
Simon Riggs
2010-04-22
1
-3
/
+3
*
Relax locking during GetCurrentVirtualXIDs(). Earlier improvements
Simon Riggs
2010-04-21
1
-1
/
+19
[next]