pgBadger v12.1 published

From: MigOps via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgBadger v12.1 published
Date: 2023-03-21 07:55:25
Message-ID: 167938532505.3349097.11184482896003674734@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble, France - March 20th, 2023

## pgbadger v12.1

pgBadger is a PostgreSQL performance analyzer, built for speed with
fully detailed reports based on your PostgreSQL log files.

pgBadger 12.1 was released today, this is a maintenance release that
fixes issues reported by users since past six months.

* Fix parsing of multi-line bind parameters.
* Fix normalization of queries with ::tsrange cast.
* Add logical decoding consistent point and start for slot log entries to the events report.
* Handle other ns + timezone format in timestamp.
* Fix detection of %m when notation with T is used.
* Add parsing of CloudNativePG generated logs.
* Fix unused option --outdir in report generation.

For the complete list of changes, please checkout the release note
on [https://github.com/darold/pgbadger/blob/master/ChangeLog](https://github.com/darold/pgbadger/blob/master/ChangeLog)

## Links & Credits

Thank to the developers who submitted patches and users who reported
bugs and feature requests, they are all cited in 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: [https://github.com/darold/pgbadger/releases/](https://github.com/darold/pgbadger/releases/)
* 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 page, they all do great job and
most of them can help you. [http://www.postgresql.org/support/professional_support](http://www.postgresql.org/support/professional_support)

--------------

**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/)

Browse pgsql-announce by date

  From Date Subject
Next Message Federico Campoli via PostgreSQL Announce 2023-03-28 13:51:21 pg_chameleon 2.0.19
Previous Message JDBC Project via PostgreSQL Announce 2023-03-21 07:53:51 PostgreSQL JDBC 42.6.0 Released