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 bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
*
Fix typo in comment.
Heikki Linnakangas
2014-03-07
*
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
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
*
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
*
Minor but necessary improvements to WAL keepalives
Simon Riggs
2012-01-13
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-31
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
*
Ensure walsenders can be SIGTERMed while in non-walsender code
Magnus Hagander
2011-10-06
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Emit cascaded standby message on shutdown only when appropriate.
Simon Riggs
2011-09-07
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
[next]