From: | HexaCluster via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org> |
---|---|
To: | PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org> |
Subject: | pgBadger v13.1 released |
Date: | 2025-03-20 12:36:30 |
Message-ID: | 174247419002.674.13685729565192959601@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce |
Antananarivo, Madagascar - March 17th, 2025
## pgBadger
pgBadger is a PostgreSQL performance analyzer, built for speed with
fully detailed reports based on your PostgreSQL log files.
pgBadger 13.1 was released today, this release fixes issues reported by
users since last release and adds some new features:
- Add new report about vacuum throughput with a graph about vacuum per
table that consume the more CPU. The table output reports I/O timing
read and write per table as well as the CPU time elapsed on the table.
This patch also adds frozen pages and tuples to the Vacuums per Table
report.
- Add --no-fork option for debugging purpose to not fork processes at all.
- Add millisecond to the raw csv output.
- Add log filename to sample reports when multiple file are processed.
For the complete list of changes, please checkout the release note
on [https://github.com/darold/pgbadger/releases](https://github.com/darold/pgbadger/releases)
## Links & Credits
I would like to thank all users who submitted patches and users
who reported bugs and feature requests, they are all cited
the ChangeLog file.
pgBadger is an open project. Any contribution to build a better tool is
welcome. You just have to send your ideas, features requests or patches
using the GitHub tools or directly to pgbadger(at)darold(dot)net(dot)
Links :
* Download: [http://pgbadger.darold.net/](http://pgbadger.darold.net/)
* Support: use GitHub report tool at [https://github.com/darold/pgbadger/issues](https://github.com/darold/pgbadger/issues)
or contact pgbadger(at)darold(dot)net(dot)
For a complete list of commercial support near of your place take a look
at the [PostgreSQL Professional Services](http://www.postgresql.org/support/professional_support) page,
they all do great job and most of them can help you.
--------------
**About pgBadger** :
pgBagder is a new generation log analyzer for PostgreSQL, created by
Gilles Darold (also author of ora2pg, the powerful migration tool).
pgBadger is a fast and easy tool to analyze your SQL traffic and create
HTML5 reports with dynamics graphs. pgBadger is the perfect tool to
understand the behavior of your PostgreSQL servers and identify which
SQL queries need to be optimized.
Docs, Download & Demo at [http://pgbadger.darold.net/](http://pgbadger.darold.net/)
From | Date | Subject | |
---|---|---|---|
Next Message | HexaCluster via PostgreSQL Announce | 2025-03-20 12:37:05 | pgtt v4.1 released |
Previous Message | Highgo Software via PostgreSQL Announce | 2025-03-18 08:15:10 | IvorySQL 4.4 Released - Based on PostgreSQL 17.4 with Enhanced Platform Support |