pgBadger 11.1 released

From: Gilles Darold <gilles(at)darold(dot)net>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgBadger 11.1 released
Date: 2019-09-16 15:51:28
Message-ID: db3e8b2d-3bd3-62d5-3b8f-329cc5403af4@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Ubud, Bali - September 16th, 2019

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

pgBadger 11.1 was released today, this is a maintenance release that
fixes issues reported by users during last three months. There is also
some new useful features and reports:

  * Add report of top N queries that consume the most time in the
    prepare or parse stage.
  * Add report of top N queries that consume the most time in the
    bind stage.
  * Add report of timing for prepare/bind/execute queries parts.
    Reported in a new "Duration" tab in Global Stats report. This
    also fix previous report of "Total query duration" that was only
    reporting execute total duration. Example:
        Total query duration: 6m16s
        Prepare/parse total duration: 45s564ms
        Bind total duration: 4m46s
        Execute total duration: 44s71m
  * Add support to RDS and CloudWatch log format, they are detected
    automatically. You can use -f rds if pgbadger is not able to
    auto-detect the log format.
  * Add new configuration option --month-report to be able to build
    monthly incremental reports.
  * Restore support to Windows operating system.

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

===== 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:  https://github.com/darold/pgbadger/releases/
* Support: use GitHub report tool at
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)

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

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

--
Gilles Darold

Browse pgsql-announce by date

  From Date Subject
Next Message Gilles Darold 2019-09-18 14:32:59 pgCluu 3.0 has been published
Previous Message David Fetter 2019-09-15 22:28:29 == PostgreSQL Weekly News - September 15, 2019 ==