easily jump into a visual plan UI for any SQL query
pgext.cloud · Source code · Control file
| Package | pg_explain_ui |
|---|---|
| Version | 0.0.2 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 5 |
| Latest commit | 2024-09-22 |
| Catalogue updated | 2026-08-30 |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| pg_show_plans | show query plans of all currently running SQL statements |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| 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_overexplain | Allow EXPLAIN to dump even more details |
| pg_qualstats | An extension collecting statistics about quals |
| online_advisor | Suggest missing indexes and extended statistics online |
| pg_profile | PostgreSQL load profile repository and report builder |
| powa | PostgreSQL Workload Analyser-core |