select open change scope Open full search

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

Extensions / Monitoring

pg_query_state

Tool for query progress monitoring in PostgreSQL

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

Overview

Packagepg_query_state
Version1.2
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typePreloaded
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_query_state
Stars160
Latest commit2026-07-20
Latest release2019-11-28
Catalogue updated2026-08-30

Related extensions

See also

pg_session_traceTrace session SQL, bind variables, execution plans, and timing metrics
pgmonitorCollector-friendly metric views and background refresh worker
pgfr_recordServer-side PostgreSQL performance flight recorder
repeaterDemonstration extension for executing serialized raw query plans on a remote PostgreSQL node.
pg_repeaterReplicates utility statements and serialized query plans to a remote PostgreSQL node over postgres_fdw.
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.
generic_planGenerate a generic plan for a parameterized SQL statement.
apg_plan_mgmtAmazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines.
pg_py_plan_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks