Extensions / Replication and streams
Synchronizes logical replication slots from an EDB Advanced Server 12 primary to synchronous standby servers.
pgext.cloud · Source code · Documentation · Control file
| Package | synchronize_logical_slots |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 12 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Unmaintained |
| Distribution | edb-postgres-advanced-server |
| Vendor | EDB |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | synchronize_logical_slots_launcher |
| Stars | 2 |
| Latest commit | 2020-09-22 |
| Catalogue updated | 2026-08-30 |
| dblink | connect to other PostgreSQL databases from within a database |
| pglogical | PostgreSQL Logical Replication |
| tencentdb_failover_slot | TencentDB proprietary kernel extension that synchronizes logical replication-slot state to standby nodes so subscriptions can continue across primary/standby failover. |
| spock | Multi-master logical replication extension for PostgreSQL |
| pg_failover_slots | PG Failover Slots extension |
| pgcat | Enhanced logical replication extension for per-table subscriptions, table mapping, and replica-identity tracking. |
| pgl_validate | Cross-node data validation for pglogical and PostgreSQL logical replication — lag-correct, contract-aware row-count and checksum verification with sound (zero-false-positive) divergence detection. |
| londiste | Londiste replication support code |
| bgw_replstatus | Small PostgreSQL background worker to report whether a node is a replication master or standby |
| decoderbufs | Logical decoding plugin that delivers WAL stream changes using a Protocol Buffer format |
| pgoutput | Logical Replication output plugin |
| sys_syn_dblink | PL/pgSQL synchronization processor that pulls sys_syn queues over named dblink connections, transforms batches, writes local tables, and returns processing status to the source database. |