Track SQL statement and execution-plan statistics in shared memory
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_stat_query_plans |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_stat_query_plans |
| Stars | 16 |
| Latest commit | 2026-06-24 |
| Catalogue updated | 2026-09-24 |
| 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_store_plans | track plan statistics of all SQL statements executed |