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
/
replication
/
walsender.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
1
-2
/
+9
*
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-08-12
1
-2
/
+4
*
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-12
1
-2
/
+7
*
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-29
1
-5
/
+26
*
Fix typos in comments.
Fujii Masao
2014-05-22
1
-2
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-80
/
+84
*
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
1
-1
/
+11
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
1
-131
/
+782
*
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-06
1
-24
/
+29
*
Error out on send failure in walsender loop.
Heikki Linnakangas
2014-03-04
1
-1
/
+1
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-5
/
+8
*
Use pg_lsn data type in pg_stat_replication, too.
Robert Haas
2014-02-24
1
-14
/
+5
*
Fix typos in docs and comments.
Fujii Masao
2014-02-02
1
-2
/
+2
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
1
-6
/
+12
*
Introduce replication slots.
Robert Haas
2014-01-31
1
-5
/
+192
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2013-07-28
1
-1
/
+1
*
Support clean switchover.
Fujii Masao
2013-06-26
1
-4
/
+8
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-88
/
+94
*
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
1
-19
/
+41
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
1
-1
/
+0
*
Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
Heikki Linnakangas
2013-02-27
1
-10
/
+16
*
Reset master xmin when hot_standby_feedback disabled.
Simon Riggs
2013-02-04
1
-1
/
+4
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
1
-9
/
+48
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
1
-6
/
+44
*
Return value of lseek() can be negative on failure.
Heikki Linnakangas
2013-01-15
1
-2
/
+2
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
1
-7
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
1
-13
/
+13
*
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-27
1
-1
/
+1
*
Fix sloppiness in the timeline switch over streaming replication patch.
Heikki Linnakangas
2012-12-21
1
-47
/
+54
*
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
1
-22
/
+60
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
1
-124
/
+463
*
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-07
1
-64
/
+82
*
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
1
-32
/
+56
*
Remove stray newline in comment.
Heikki Linnakangas
2012-10-09
1
-1
/
+0
*
Fix walsender handling of postmaster shutdown, to not go into endless loop.
Heikki Linnakangas
2012-10-08
1
-2
/
+5
*
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-10-05
1
-210
/
+59
*
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-04
1
-2
/
+26
*
Turn off WalSender keepalives by default, users can enable if desired
Simon Riggs
2012-08-09
1
-1
/
+1
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
1
-1
/
+2
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
1
-2
/
+9
*
Make walsender more responsive.
Robert Haas
2012-07-02
1
-1
/
+10
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
1
-5
/
+5
*
Fix typo in DEBUG message, introduced by recent WAL refactoring.
Robert Haas
2012-06-25
1
-3
/
+3
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-26
/
+16
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
1
-45
/
+26
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-30
/
+31
*
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
1
-1
/
+2
*
Minor but necessary improvements to WAL keepalives
Simon Riggs
2012-01-13
1
-0
/
+5
[next]