pgBadger v13.2 released

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.2 released
Date: 2025-12-30 06:29:03
Message-ID: 176707614380.978869.7467044435408343507@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble, France - December 29th, 2025

## pgBadger

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

pgBadger 13.2 was released today, this is a maintenance release that update
SQL code formatting, fixes issues and applied patches reported by users since
last release.

- Fix normalization that was not handling properly balanced single-quoted
strings along with escaped quotes inside.
- Fix case where no error sample log entries was reported.
- Fix possible precedence problem with Perl v5.42.
- Update pgFormatter code to v5.9
- Fix parsing of %r placeholder in log_line_prefix.
- Add command `--ssh-sudo` to run commands over ssh as sudo.
- Fix parsing of pgbouncer stats changes in last releases.

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

Browse pgsql-announce by date

  From Date Subject
Next Message PGConf India via PostgreSQL Announce 2026-01-05 15:17:23 PGConf India 2026: Talks, trainings published and early bird registration closes soon
Previous Message pgSCV via PostgreSQL Announce 2025-12-30 06:27:49 pgSCV 0.15.1 released!