summaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
AgeCommit message (Expand)Author
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14Expose PQbackendPID() through walreceiver APIPeter Eisentraut
2020-01-11Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-29In walreceiver, don't try to do ereport() in a signal handler.Tom Lane
2019-03-15Add walreceiver API to get remote server versionPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-14Improve code commentsPeter Eisentraut
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-03-31Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-01-02Update copyright for 2018Bruce Momjian
2017-08-15Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-15Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-06-30Check for error during PQendcopy.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-08Again report a useful error message when walreceiver's connection closes.Andres Freund
2017-06-06Clean up latch related code.Andres Freund
2017-06-05Fix typo in error message.Heikki Linnakangas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-24Handle empty result set in libpqrcv_execPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-15Rewrite async-connection loop in libpqwalreceiver.c, once again.Tom Lane
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-03-06Reorder the asynchronous libpq calls for replication connectionPeter Eisentraut
2017-03-03Use asynchronous connect API in libpqwalreceiverPeter Eisentraut
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-02-23Fix logical replication with different encodingsPeter Eisentraut
2017-01-23Fix memory leaks in libpqwalreceiverPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-02Fix outdated commentsAlvaro Herrera
2016-12-01Refactor libpqwalreceiverPeter Eisentraut