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
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Ensure consistent logical replication of datetime and float8 values.
Tom Lane
2021-11-02
*
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-10-05
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-16
*
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-18
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
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
[next]