v0.8.0 — Slow Query Analysis
What's New
- New
slow-queriescommand — Analyze slow queries frompg_stat_statements. Surface the most expensive queries by total time, mean time, or call count.
npx @indiekitai/pg-dash slow-queries postgres://... --limit 20 --min-calls 5- MCP tool:
pg_dash_slow_queries - Supports
--format jsonfor CI integration