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 walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-30
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
*
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-06-05
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Make walsender always initialize the buffers.
Fujii Masao
2017-02-22
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-13
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
*
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-13
*
Measure string lengths only once
Alvaro Herrera
2015-10-27
*
Remove more volatile qualifiers.
Robert Haas
2015-10-06
*
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-06
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-12
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-06
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-17
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove duplicate include of slot.h.
Fujii Masao
2014-12-25
*
Misc comment typo fixes.
Heikki Linnakangas
2014-12-16
*
Put the logic to decide which synchronous standby is active into a function.
Heikki Linnakangas
2014-12-12
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
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
[next]