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