aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
Commit message (Expand)AuthorAge
* Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane2021-03-18
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-14
* Expose PQbackendPID() through walreceiver APIPeter Eisentraut2020-01-14
* Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut2020-01-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-04-29
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Improve code commentsPeter Eisentraut2018-04-14
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-08
* Check for error during PQendcopy.Tom Lane2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* Again report a useful error message when walreceiver's connection closes.Andres Freund2017-06-08
* Clean up latch related code.Andres Freund2017-06-06
* Fix typo in error message.Heikki Linnakangas2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Handle empty result set in libpqrcv_execPeter Eisentraut2017-03-24
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Rewrite async-connection loop in libpqwalreceiver.c, once again.Tom Lane2017-03-15
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-14
* Reorder the asynchronous libpq calls for replication connectionPeter Eisentraut2017-03-06
* Use asynchronous connect API in libpqwalreceiverPeter Eisentraut2017-03-03
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Fix logical replication with different encodingsPeter Eisentraut2017-02-23
* Fix memory leaks in libpqwalreceiverPeter Eisentraut2017-01-23
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix outdated commentsAlvaro Herrera2016-12-02
* Refactor libpqwalreceiverPeter Eisentraut2016-12-01
* Use latch instead of select() in walreceiverPeter Eisentraut2016-12-01
* libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane2016-10-07
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Add conninfo to pg_stat_wal_receiverAlvaro Herrera2016-06-29
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29