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
/
libpqwalreceiver
Commit message (
Expand
)
Author
Age
*
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-18
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
*
Expose PQbackendPID() through walreceiver API
Peter Eisentraut
2020-01-14
*
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-04-29
*
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Improve code comments
Peter Eisentraut
2018-04-14
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
*
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-03-31
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
*
Check for error during PQendcopy.
Tom Lane
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-15
*
Again report a useful error message when walreceiver's connection closes.
Andres Freund
2017-06-08
*
Clean up latch related code.
Andres Freund
2017-06-06
*
Fix typo in error message.
Heikki Linnakangas
2017-06-05
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Handle empty result set in libpqrcv_exec
Peter Eisentraut
2017-03-24
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Rewrite async-connection loop in libpqwalreceiver.c, once again.
Tom Lane
2017-03-15
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
Reorder the asynchronous libpq calls for replication connection
Peter Eisentraut
2017-03-06
*
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
*
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-27
*
Fix logical replication with different encodings
Peter Eisentraut
2017-02-23
*
Fix memory leaks in libpqwalreceiver
Peter Eisentraut
2017-01-23
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix outdated comments
Alvaro Herrera
2016-12-02
*
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-01
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
*
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
2016-10-07
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
*
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
[next]