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