summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
AgeCommit message (Expand)Author
3 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
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-16Refactor logical worker synchronization code into a separate file.Amit Kapila
2025-09-08Post-commit review fixes for 228c370868.Amit Kapila
2025-08-01Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.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-24Prevent excessive delays before launching new logrep workers.Tom Lane
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-25Refactor code converting a publication name List to a StringInfoMichael Paquier
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-04-25Fix the missing table sync due to improper invalidation handling.Amit Kapila
2024-04-09Fixup various StringInfo function usagesDavid Rowley
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-02-05Enhance libpqrcv APIs to support slot synchronization.Amit Kapila
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-04Add macros for looping through a List without a ListCell.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-11Fix an undetected deadlock due to apply worker.Amit Kapila
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-08-22Simplify the logical worker type checks by using the switch on worker type.Amit Kapila
2023-08-14Simplify determining logical replication worker types.Amit Kapila
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-15Fix possible crash in tablesync worker.Amit Kapila
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Check for two_phase change at end of process_syncing_tables_for_apply.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-24Message style improvementsPeter Eisentraut
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-12Make the tablesync worker's replication origin drop logic robust.Amit Kapila
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-30Drop replication origin slots before tablesync worker exits.Amit Kapila