summaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
Commit message (Expand)AuthorAgeFilesLines
* Add new predefined role pg_create_subscription.Robert Haas2023-03-301-8/+57
* libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund2023-01-231-46/+7
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-231-11/+15
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-3/+3
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+13
* Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut2022-08-261-4/+2
* struct PQWalReceiverFunctions: use designated initializersAlvaro Herrera2022-08-111-15/+15
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+5
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Ensure consistent logical replication of datetime and float8 values.Tom Lane2021-11-021-2/+14
* Flexible options for CREATE_REPLICATION_SLOT.Robert Haas2021-10-051-13/+48
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-1/+9
* 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