pgBadger v10.1 released

Поиск
Список
Период
Сортировка
От Gilles Darold
Тема pgBadger v10.1 released
Дата
Msg-id 1c86e098-1aef-c739-bb0c-fe8271e2ee00@darold.net
обсуждение исходный текст
Список pgsql-announce
Grenoble, France - September 12th, 2018

This release of pgBadger is a maintenance release that fixes reports
in incremental mode and multiprocess with -j option. Log parsing from
standard input was also broken. If you are using v10.0 please upgrade
now.

  - Add test on pgbouncer log parser.
  - Some little performances improvement.
  - Fix not a valid file descriptor at pgbadger line 12314.
  - Fix unwanted newline in progress bar at startup.
  - Remove circleci files from the project.
  - Remove dependency of bats and jq for the test suite, they are
    replaced with Test::Simple and JSON::XS.
  - Add more tests especially for incremental mode and input from
    stdin that was broken in release 10.0.
  - Sync pgbadger, pod, and README, and fix some syntax errors.
    Thanks to Christoph Berg for the patch.
  - Add documentation on how to install Perl module JSON::XS from
    apt and yum repositories.
  - Fix URI for CSS in incremental mode. Thanks to Floris van Nee
    for the report.
  - Fix fatal error when looking for log from STDIN. Thanks to
    Jacek Szpot for the report.
  - Fixes SED use for OSX builds. Thanks to Steve Newson for the
    patch.
  - Fix illegal division by zero in incrental mode. Thanks to
    aleszeleny for the report.
  - Replace SQL::Beautify with v3.1 of pgFormatter::Beautify.

Thanks a lot to Etienne Bersac from Dalibo who have initiate the
pgbadger test suite and added information about contributing in
the documentation. Unitary tests are still not complete but tests
of features fixed in this maintenance release have been added.

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@darold.net.

Links :

* Download:  https://github.com/darold/pgbadger/releases/
* Support: use GitHub report tool at
https://github.com/darold/pgbadger/issues
  or contact pgbadger@darold.net.

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



В списке pgsql-announce по дате отправления:

Предыдущее
От: gülçin yıldırım
Дата:
Сообщение: [ANNOUNCE] PostgreSQL Conference Europe 2018 Schedule and Keynote Talk
Следующее
От: Gilles Darold
Дата:
Сообщение: pgFormatter v3.1 is out