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
Age
Commit message (
Expand
)
Author
3 days
Prevent invalidation of newly created replication slots.
Amit Kapila
6 days
Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
6 days
Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
12 days
Fix a race condition in updating procArray->replication_slot_xmin.
Masahiko Sawada
2025-12-24
Don't advance origin during apply failure.
Amit Kapila
2025-12-23
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
2025-12-16
For inplace update, send nontransactional invalidations.
Noah Misch
2025-10-30
Fix regression with slot invalidation checks
Michael Paquier
2025-10-23
Add comments explaining overflow entries in the replication lag tracker.
Fujii Masao
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-10-22
Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing.
Fujii Masao
2025-10-10
Remove state.tmp when failing to save a replication slot
Michael Paquier
2025-10-09
Fix access-to-already-freed-memory issue in pgoutput.
Masahiko Sawada
2025-09-24
Fix LOCK_TIMEOUT handling during parallel apply.
Amit Kapila
2025-08-20
Fix assertion failure with replication slot release in single-user mode
Michael Paquier
2025-08-19
Fix self-deadlock during DROP SUBSCRIPTION.
Amit Kapila
2025-08-02
Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c
Michael Paquier
2025-08-01
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.
Amit Kapila
2025-06-24
Prevent excessive delays before launching new logrep workers.
Tom Lane
2025-06-16
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-14
Keep WAL segments by the flushed value of the slot's restart LSN
Alexander Korotkov
2025-06-02
Use replay LSN as target for cascading logical WAL senders
Michael Paquier
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-19
Don't retreat slot's confirmed_flush LSN.
Amit Kapila
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-08
Flush the IO statistics of active WAL senders more frequently
Michael Paquier
2025-04-03
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-03
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025-02-24
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
2024-12-30
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2024-12-23
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-11-21
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-15
Fix a possibility of logical replication slot's restart_lsn going backwards.
Masahiko Sawada
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-16
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-06-27
Drop the temporary tuple slots allocated by pgoutput.
Amit Kapila
2024-04-25
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-11
Use correct datatype for xmin variables in slot.c
Michael Paquier
2024-02-20
Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()
Michael Paquier
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
2023-12-12
Fix typo in comment
Daniel Gustafsson
2023-12-11
Fix an undetected deadlock due to apply worker.
Amit Kapila
[next]