index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
libpqwalreceiver
Age
Commit message (
Expand
)
Author
21 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
Bruce Momjian
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-07-25
Reap the benefits of not having to avoid leaking PGresults.
Tom Lane
2025-07-22
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
2025-07-22
Log remote NOTICE, WARNING, and similar messages using ereport().
Fujii Masao
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-04-11
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-09
Fix incorrect assertion in libpqwalreceiver
Heikki Linnakangas
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-09
Fix comment in libpqrcv_check_conninfo().
Fujii Masao
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-04-06
Support retrieval of results in chunks with libpq.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Fixups for commit 93db6cbda0.
Amit Kapila
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-01-29
Allow setting failover property in the replication command.
Amit Kapila
2024-01-23
Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"
Heikki Linnakangas
2024-01-12
Fix memory leak in connection string validation.
Jeff Davis
2024-01-12
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-08
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-12
Fix typo in comment
Daniel Gustafsson
2023-12-05
Fix indentation
Daniel Gustafsson
2023-12-05
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-11-06
Remove distprep
Peter Eisentraut
2023-07-10
Message wording improvements
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-01-23
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
Andres Freund
2023-01-23
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-21
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-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-01-07
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-18
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
[next]