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
/
walreceiver.c
Commit message (
Expand
)
Author
Age
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
*
Fix Hot Standby feedback sending when streaming busily.
Heikki Linnakangas
2014-01-16
*
Message style improvements
Peter Eisentraut
2013-07-28
*
Minor spell checking
Peter Eisentraut
2013-05-30
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
*
Reset master xmin when hot_standby_feedback disabled.
Simon Riggs
2013-02-04
*
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
*
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-17
*
Delay reading timeline history file until it's fetched from master.
Heikki Linnakangas
2013-01-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
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
*
Fix typo in comment.
Heikki Linnakangas
2012-10-15
*
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
*
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-08-09
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Don't initialize TLI variable to -1, as TimeLineID is unsigned.
Heikki Linnakangas
2012-07-14
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
*
I neglected many comments in the log+seg -> 64-bit segno patch. Fix.
Heikki Linnakangas
2012-06-27
*
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
*
Typo fix.
Robert Haas
2012-01-13
*
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 Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Make walreceiver send a reply after receiving data but before flushing it.
Robert Haas
2011-03-25
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
*
Avoid excessive Hot Standby feedback messages.
Robert Haas
2011-03-01
*
Separate messages for standby replies and hot standby feedback.
Simon Riggs
2011-02-18
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
*
WAL receiver shouldn't try to send a reply when dying.
Robert Haas
2011-02-16
*
Typo fixes. receivedUpto should be capitalized consistently.
Robert Haas
2011-02-11
*
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
*
Before exiting walreceiver, fsync() all the WAL received.
Heikki Linnakangas
2011-01-17
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Use a latch to make startup process wake up and replay immediately when
Heikki Linnakangas
2010-09-15
[next]