PostgreSQL extension to write from primary to standby log
pgext.cloud · Source code · Documentation · Control file
| Package | pg_wsl |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2023-03-19 |
| Catalogue updated | 2026-08-30 |
| tencentdb_failover_slot | TencentDB proprietary kernel extension that synchronizes logical replication-slot state to standby nodes so subscriptions can continue across primary/standby failover. |
| pg_async | C extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby. |
| bgw_replstatus | Small PostgreSQL background worker to report whether a node is a replication master or standby |
| pg_keeper | Background-worker based clustering module for monitoring streaming replication, changing synchronous replication mode and promoting a standby on failure. |
| synchronize_logical_slots | Synchronizes logical replication slots from an EDB Advanced Server 12 primary to synchronous standby servers. |
| streaminglag | SQL helpers that convert WAL LSNs to integers and estimate primary-to-standby streaming replication lag in bytes. |
| synchdb | Mixed C/Java PostgreSQL extension for direct CDC replication from MySQL, SQL Server, Oracle, and OpenLog Replicator sources. |
| pgcapture | A scalable Netflix DBLog implementation for PostgreSQL |