PostgreSQL Workload Analyser-core
pgext.cloud · Source code · Website · Documentation · License text · Control file · PGXN
| Package | powa |
|---|---|
| Version | 5.3.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PGDG |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | powa, pg_stat_statements |
| Stars | 75 |
| Latest commit | 2026-08-16 |
| Latest release | 2026-08-16 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| btree_gist | support for indexing common datatypes in GiST |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| pg_profile | PostgreSQL load profile repository and report builder |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| 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. |
| pg_store_plans | track plan statistics of all SQL statements executed |
| pg_track_settings | Track settings changes |
| pg_track_optimizer | Track planning decisions in comparison with execution reality |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| pg_show_plans | show query plans of all currently running SQL statements |
| pg_qualstats | An extension collecting statistics about quals |