aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Ensure consistent logical replication of datetime and float8 values.Tom Lane2021-11-02
* Flexible options for CREATE_REPLICATION_SLOT.Robert Haas2021-10-05
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-16
* Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane2021-03-18
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* 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