summaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
Commit message (Expand)AuthorAgeFilesLines
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-161-20/+40
* Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane2021-03-181-1/+7
* Implement pipeline mode in libpqAlvaro Herrera2021-03-151-0/+6
* Simplify printing of LSNsPeter Eisentraut2021-02-231-3/+1
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-121-0/+8
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-1/+1
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-031-0/+4
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-101-0/+17
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-181-0/+4
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-141-0/+4
* Expose PQbackendPID() through walreceiver APIPeter Eisentraut2020-01-141-0/+11
* Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut2020-01-111-2/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+2
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-18/+18
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-04-291-52/+67
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-151-6/+13
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-11/+2
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Hand code string to integer conversion for performance.Andres Freund2018-07-221-2/+2
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-3/+3
* Improve code commentsPeter Eisentraut2018-04-141-4/+5
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+2
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-311-0/+26
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-151-6/+6
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-151-4/+9
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-081-2/+2
* Check for error during PQendcopy.Tom Lane2017-06-301-1/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-151-3/+9
* Again report a useful error message when walreceiver's connection closes.Andres Freund2017-06-081-1/+14
* Clean up latch related code.Andres Freund2017-06-061-6/+7
* Fix typo in error message.Heikki Linnakangas2017-06-051-2/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-50/+50
* Handle empty result set in libpqrcv_execPeter Eisentraut2017-03-241-4/+4
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-35/+168
* Rewrite async-connection loop in libpqwalreceiver.c, once again.Tom Lane2017-03-151-30/+30
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-141-4/+11
* Reorder the asynchronous libpq calls for replication connectionPeter Eisentraut2017-03-061-8/+10
* Use asynchronous connect API in libpqwalreceiverPeter Eisentraut2017-03-031-2/+47
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-271-15/+15
* Fix logical replication with different encodingsPeter Eisentraut2017-02-231-0/+8
* Fix memory leaks in libpqwalreceiverPeter Eisentraut2017-01-231-6/+26
* Logical replicationPeter Eisentraut2017-01-201-23/+194
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1