public inbox for [email protected]  
help / color / mirror / Atom feed
From: PostgresAI via PostgreSQL Announce <[email protected]>
To: PostgreSQL Announce <[email protected]>
Subject: postgres_dba 7.0 — 34 diagnostic reports for psql
Date: Mon, 16 Feb 2026 08:39:29 +0000
Message-ID: <[email protected]> (raw)

[postgres_dba](https://github.com/NikolayS/postgres_dba) 7.0 is a major update to the interactive psql-based diagnostic toolkit for Postgres. No extensions required — just `\i start.psql` and explore 34 reports covering:

- **Bloat & vacuum analysis** (v1, v2) — activity, progress, autovacuum queue
- **Table & index health** (i1–i3) — unused indexes, redundant indexes, non-indexed FKs
- **Query analysis** (s1–s3) — pg_stat_statements top queries and workload profile
- **Tuning** (t1, t2) — storage parameters, config recommendations
- **Table/index size estimation** (b1–b6) — alignment padding, bloat, buffer cache
- **Lock trees** (l1) — who's blocking whom
- **Corruption checks** (c1–c4) — 4-level amcheck suite from quick scans to full heap verification
- **Memory analysis** (m1) — buffer cache contents by relation

**What's new in 7.0:**

- 7 new reports: b6 (buffer cache analysis), s3 (workload profile), c1–c4 (amcheck corruption detection), m1 (buffer cache)
- WAL and replication info added to the system overview (report 0)
- CI on Postgres 13–18
- PG17 compatibility fixes for pg_stat_statements column renames
- Modernized README with badges, per-report descriptions, and optional extension table

Works on Postgres 13–18. Just clone the repo and run.

Links:

- Repository: [github.com/NikolayS/postgres_dba](https://github.com/NikolayS/postgres_dba)
- Release notes: [RELEASE_NOTES.md](https://github.com/NikolayS/postgres_dba/blob/master/RELEASE_NOTES.md)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: postgres_dba 7.0 — 34 diagnostic reports for psql
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox