select open change scope Open full search

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

Extensions / Replication and streams

pg_repeater

Replicates utility statements and serialized query plans to a remote PostgreSQL node over postgres_fdw.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_repeater
Version0.1
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespg_repeater
Stars2
Latest commit2019-02-05
Catalogue updated2026-08-30

Related extensions

Requires

postgres_fdwforeign-data wrapper for remote PostgreSQL servers

See also

repeaterDemonstration extension for executing serialized raw query plans on a remote PostgreSQL node.
pg_substraitExecute Substrait protobuf or JSON query plans through PostgreSQL functions
pg_no_seqscanPrevents or reports sequential scans in development and CI by inspecting query plans.
pg_session_traceTrace session SQL, bind variables, execution plans, and timing metrics
pg_query_stateTool for query progress monitoring in PostgreSQL
apg_plan_mgmtAmazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines.
micromanageexample extension to inject plans
generic_planGenerate a generic plan for a parameterized SQL statement.