summaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
AgeCommit message (Expand)Author
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-01-24libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-11struct PQWalReceiverFunctions: use designated initializersAlvaro Herrera
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-02Ensure consistent logical replication of datetime and float8 values.Tom Lane
2021-10-05Flexible options for CREATE_REPLICATION_SLOT.Robert Haas
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-03-19Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane
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-21Remove 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-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-16Fix 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