From: Darold Gilles Date: Wed, 20 Feb 2013 20:51:52 +0000 (+0100) Subject: Update Changelog for v3.0 X-Git-Tag: v3.2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6f8a3e119914b287787380e7ff601f8b69e6fa5;p=pgbadger Update Changelog for v3.0 --- diff --git a/ChangeLog b/ChangeLog index 1fb1ec5..3951718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2013-02-18 - Version 3.0 +2013-02-20 - Version 3.0 This new major release adds parallel log processing by using as many cores as wanted to parse log files, the performances gain is directly related to the @@ -11,7 +11,7 @@ informations and many bugs have been fixed. of the specified begin or ending date. - Remove distinction between logs with duration enabled from variables log_min_duration_statement and log_duration. Commands line options - --enable-log_duration and --enable-log_duration have been removed. + --enable-log_duration and --enable-log_min_duration have been removed. - Update documentation about parallel processing. - Remove usage of Storable::file_magic to autodetect binary format file, it is not include in core perl 5.8. Thanks to Marc Cousin for the @@ -22,8 +22,6 @@ informations and many bugs have been fixed. process and using pipe. Also fix some bugs in using binary format that duplicate query/error samples per process. - chmod 755 pgbadger - - Fix display of empty table with --enable-log_min_duration on a file - without statement. - Fix checkpoint reports when there is no checkpoint warnings. - Fix non report of hourly connections/checkpoint/autovacuum when not query is found in log file. Thanks to Guillaume Lelarge for the @@ -52,6 +50,10 @@ informations and many bugs have been fixed. - New vacuum and analyze hourly reports and graphs. Thanks to Guillaume Lelarge for the patch. +UPGRADE: if you are running pgbadger by cron take care if you were using one of +the following option: --enable-log_min_duration and --enable-log_duration, they +have been removed and pgbadger will refuse to start. + 2013-01-17 - Version 2.3 This release fixes several major issues especially with csvlog and a memory leak