pgBadger v12.3 released - Mailing list pgsql-announce

From HexaCluster via PostgreSQL Announce
Subject pgBadger v12.3 released
Date
Msg-id 170177967317.398199.14226264218922116499@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

pgBadger v12.3 released

Antananarivo, Madagascar - November 30th, 2023

pgBadger

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

pgBadger 12.3 was released today, this release of pgBadger fixes some issues reported by users since last release and adds some new features:

  • Add option --include-pid to only report events related to a session pid (%p). Can be used multiple time.
  • Add option --include-session to only report events related to the session id (%c). Can be used multiple time.
  • Add new option --dump-raw-csv to only parse the log and dump the information into CSV format. No further processing is done, no report is generated.

For the complete list of changes, please checkout the release note on 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@darold.net.

Links :

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.


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/

 

pgsql-announce by date:

Previous
From: Pgpool Global Development Group via PostgreSQL Announce
Date:
Subject: Pgpool-II 4.4.5, 4.3.8, 4.2.15, 4.1.18 and 4.0.25 released.
Next
From: Yandex via PostgreSQL Announce
Date:
Subject: Stateless Postgres Query Router 1.0.0 released