index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
libpqwalreceiver
Age
Commit message (
Expand
)
Author
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-01-24
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
Andres Freund
2023-01-24
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-08-26
Remove unneeded null pointer checks before PQfreemem()
Peter Eisentraut
2022-08-11
struct PQWalReceiverFunctions: use designated initializers
Alvaro Herrera
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-02
Ensure consistent logical replication of datetime and float8 values.
Tom Lane
2021-10-05
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-03-19
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-08-10
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-01-14
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
Expose PQbackendPID() through walreceiver API
Peter Eisentraut
2020-01-11
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-29
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-03-15
Add walreceiver API to get remote server version
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-14
Improve code comments
Peter Eisentraut
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-03-30
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-08
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-06-30
Check for error during PQendcopy.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
[next]