Libreville, Gabon - September 4th, 2021
pgBadger is a PostgreSQL performance analyzer, built for speed with fully detailed reports based on your PostgreSQL log files.
pgBadger 11.6 was released today, this release of pgBadger adds support for PostgreSQL 14 new log information, fixes some issues reported by users since past seven months and adds some improvements:
--explode
is used by using multi-process.--iso-week-number
in incremental mode, calendar's weeks start
on a Monday and respect the ISO 8601 week number, range 01 to 53,
where week 1 is the first week that has at least 4 days in the new
year.--keep-comments
to not remove comments from
normalized queries. It can be useful if you want to distinguish
between same normalized queries.Backward compatibility:
--iso-week-number
will be the default in next major
release and that --start-monday
option will be removed as the week
will always start a Monday. The possibility to have week reports
start a Sunday (current default) will be removed to simplify the
code.For the complete list of changes, fixes and acknowledgements, please checkout the release note
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@darold.net.
For commercial support contact pgbadger@darold.net or see the full list of PostgreSQL companies near of your place at PostgreSQL Professional Services page, they all do great job and most of them can help you.
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/