Track execution statistics by normalized SQL query and plan ID.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_stat_sql_plans |
|---|---|
| Version | 0.2 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_stat_sql_plans |
| Schema | public |
| Stars | 10 |
| Latest commit | 2022-10-08 |
| Catalogue updated | 2026-08-30 |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| pg_stat_cluster_activity | track execution statistics in whole cluster scope |
| pg_stat_statements2 | Track SQL execution statistics using a PostgreSQL 9.4 pg_stat_statements derivative integrated with sql_firewall |
| pg_store_plans | track plan statistics of all SQL statements executed |
| pg_query_stats | Lightweight shared-memory collector for per-query execution statistics. |
| aqo | Adaptive query optimization extension using execution statistics to improve cardinality estimation. |
| pg_sessions | Tracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory. |
| pg_stat_monitor | The pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information. |
| pgtelemetry | Provides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics. |