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.
pgext.cloud · Source code · Website · License text · Control file · PGXN
| Package | pg_stat_monitor |
|---|---|
| Version | 2.4.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_stat_monitor |
| Stars | 588 |
| Latest commit | 2026-08-26 |
| Latest release | 2026-05-13 |
| Catalogue updated | 2026-09-19 |
| pg_profile | PostgreSQL load profile repository and report builder |
| pg_wait_sampling | sampling based statistics of wait events |
| pgsentinel | active session history |
| pg_datasentinel | Observability and activity monitoring extension for PostgreSQL |
| powa | PostgreSQL Workload Analyser-core |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_store_plans | track plan statistics of all SQL statements executed |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| pg_track_settings | Track settings changes |
| pg_track_optimizer | Track planning decisions in comparison with execution reality |