track execution statistics in whole cluster scope
pgext.cloud · Source code · Control file
| Package | pg_stat_cluster_activity |
|---|---|
| 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 | 2024-04-04 |
| Latest release | 2023-03-09 |
| Catalogue updated | 2026-08-30 |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_stat_sql_plans | Track execution statistics by normalized SQL query and plan ID. |
| pg_stat_statements2 | Track SQL execution statistics using a PostgreSQL 9.4 pg_stat_statements derivative integrated with sql_firewall |
| sql_firewall | Cluster-wide query allowlist firewall with learning, enforcing, permissive, and disabled modes keyed by user and parse-tree fingerprint. |
| pg_query_stats | Lightweight shared-memory collector for per-query execution statistics. |
| pg_sessions | Tracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory. |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| aqo | Adaptive query optimization extension using execution statistics to improve cardinality estimation. |
| pg_grab_statement | Record detailed SQL statements from successfully committed transactions. |
| pgtelemetry | Provides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics. |