index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2 days
Fix lack of message pluralization
Peter Eisentraut
2 days
Use WAL insert position for conflict detection.
Amit Kapila
9 days
Fix temporary WAL receiver slot handling on timeline switches
Fujii Masao
9 days
Don't choose an invalid index for REPLICA IDENTITY FULL lookups.
Amit Kapila
10 days
Close relations opened specifically for AFTER triggers
David Rowley
10 days
Remove the redundant remote_final_lsn variable from the apply worker.
Amit Kapila
2026-08-19
Fix relcache reference leak when decoding TRUNCATE
Michael Paquier
2026-08-18
Fix stream abort for a transaction that was never streamed.
Masahiko Sawada
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-08-14
Add string-based injection point wait in 051_effective_wal_level.pl
Michael Paquier
2026-08-10
Add an output_plugin_libraries GUC to bless trusted output plugins
Jacob Champion
2026-08-06
Tighten proto_version parsing in pgoutput
Michael Paquier
2026-08-05
Always check foreign-server USAGE when resolving subscription conninfo.
Jeff Davis
2026-08-05
Build subscription conninfo after checking that it's enabled.
Jeff Davis
2026-08-05
Remove Subscription conninfo field; generate in caller.
Jeff Davis
2026-08-04
Validate publisher for retain_dead_tuples in the apply worker.
Amit Kapila
2026-08-03
Do not log subscription conninfo.
Jeff Davis
2026-07-31
Improve wording of sequence origin warning in logical replication.
Amit Kapila
2026-07-30
Fix races between deactivation of logical decoding and slot creation.
Masahiko Sawada
2026-07-29
Fix cascading standby reconnect failure after archive fallback
Álvaro Herrera
2026-07-29
Avoid accumulating relation locks during sequence synchronization.
Amit Kapila
2026-07-28
Fix logical decoding of empty prepared transactions.
Masahiko Sawada
2026-07-27
Fix race condition when enabling logical decoding concurrently.
Masahiko Sawada
2026-07-27
Fix issues in logical replication sequence synchronization.
Amit Kapila
2026-07-27
Use direct hash lookup in logicalrep_partmap_invalidate_cb()
Michael Paquier
2026-07-25
Avoid reporting permission-denied publisher sequences as missing
Fujii Masao
2026-07-23
Reject sequence synchronization against pre-PostgreSQL 19 publishers.
Amit Kapila
2026-07-21
Remove assertion added by commit 7dcea51c2a4d
Álvaro Herrera
2026-07-21
Allow logical replication workers to ignore default_transaction_read_only.
Amit Kapila
2026-07-16
Correct logical decoding status at end of recovery with minimal WAL level.
Masahiko Sawada
2026-07-16
Handle concurrent sequence drops during synchronization
Fujii Masao
2026-07-16
Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver
Fujii Masao
2026-07-15
Clean up write() return type
Peter Eisentraut
2026-07-15
Clean up read() return type
Peter Eisentraut
2026-07-11
Fix for loop variables used with lengthof
Peter Eisentraut
2026-07-11
Fix for loop variables
Peter Eisentraut
2026-07-08
Add hints for sequence synchronization permission warnings
Fujii Masao
2026-07-07
Remove unnecessary volatile qualifiers.
Nathan Bossart
2026-07-07
Don't cast pgoff_t to possibly 32-bit types for output
Peter Eisentraut
2026-07-06
Use PG_MODULE_MAGIC_EXT in newly introduced modules
Robert Haas
2026-07-02
Expand comment on the slot recheck in drop_local_obsolete_slots().
Amit Kapila
2026-07-02
pgindent fix for commit a5918fddf1.
Amit Kapila
2026-07-02
Allow logical replication conflicts to be logged to a table.
Amit Kapila
2026-06-20
Fix misreporting of publisher sequence permissions during sync
Fujii Masao
2026-06-18
Avoid stale slot access after dropping obsolete synced slots.
Amit Kapila
2026-06-17
Avoid errors during ALTER SUBSCRIPTION.
Jeff Davis
2026-06-17
Fix pgstat_count_io_op_time() calls passing incorrect information
Michael Paquier
2026-06-16
logical decoding: Correctly free speculative insertion
Álvaro Herrera
2026-06-15
Clean up quoting of variable strings within replication commands.
Tom Lane
2026-06-11
Fix translatable string construction
Álvaro Herrera
[next]