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
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
/
logical
/
worker.c
Age
Commit message (
Expand
)
Author
3 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
3 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
5 days
Add sequence synchronization for logical replication.
Amit Kapila
13 days
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-09-19
Improve few errdetail messages introduced in commit 0d48d393d46.
Amit Kapila
2025-09-15
Resume conflict-relevant data retention automatically.
Amit Kapila
2025-09-10
Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h
Michael Paquier
2025-09-09
Fix Coverity issue reported in commit a850be2fe.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-19
Fix self-deadlock during DROP SUBSCRIPTION.
Amit Kapila
2025-08-16
Fix typos in comments.
Masahiko Sawada
2025-08-14
Fix LSN format in debug message
Heikki Linnakangas
2025-08-06
Expand usage of macros for protocol characters.
Nathan Bossart
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-24
Fix missing comment update in 1462aad2e4.
Amit Kapila
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-08
Fix uninitialized index information access during apply.
Amit Kapila
2025-03-24
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-13
Rewrite maybe_reread_subscription() comment
Álvaro Herrera
2024-12-04
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-09-11
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
2024-08-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-09
Change the misleading local end_lsn for prepared transactions.
Amit Kapila
2024-08-01
Avoid duplicate table scans for cross-partition updates during logical replic...
Amit Kapila
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-22
Fix some typos
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-06
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
[next]