select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

pg_wsl

PostgreSQL extension to write from primary to standby log

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_wsl
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2023-03-19
Catalogue updated2026-08-30

Related extensions

See also

tencentdb_failover_slotTencentDB proprietary kernel extension that synchronizes logical replication-slot state to standby nodes so subscriptions can continue across primary/standby failover.
pg_asyncC extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby.
bgw_replstatusSmall PostgreSQL background worker to report whether a node is a replication master or standby
pg_keeperBackground-worker based clustering module for monitoring streaming replication, changing synchronous replication mode and promoting a standby on failure.
synchronize_logical_slotsSynchronizes logical replication slots from an EDB Advanced Server 12 primary to synchronous standby servers.
streaminglagSQL helpers that convert WAL LSNs to integers and estimate primary-to-standby streaming replication lag in bytes.
synchdbMixed C/Java PostgreSQL extension for direct CDC replication from MySQL, SQL Server, Oracle, and OpenLog Replicator sources.
pgcaptureA scalable Netflix DBLog implementation for PostgreSQL