select open change scope Open full search

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

Extensions / Monitoring

pg_stat_cluster_activity

track execution statistics in whole cluster scope

pgext.cloud · Source code · Control file

Overview

Packagepg_stat_cluster_activity
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2024-04-04
Latest release2023-03-09
Catalogue updated2026-08-30

Related extensions

See also

pg_stat_statementstrack planning and execution statistics of all SQL statements executed
pg_stat_sql_plansTrack execution statistics by normalized SQL query and plan ID.
pg_stat_statements2Track SQL execution statistics using a PostgreSQL 9.4 pg_stat_statements derivative integrated with sql_firewall
sql_firewallCluster-wide query allowlist firewall with learning, enforcing, permissive, and disabled modes keyed by user and parse-tree fingerprint.
pg_query_statsLightweight shared-memory collector for per-query execution statistics.
pg_sessionsTracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory.
pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.
aqoAdaptive query optimization extension using execution statistics to improve cardinality estimation.
pg_grab_statementRecord detailed SQL statements from successfully committed transactions.
pgtelemetryProvides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics.