From: Darold Gilles Date: Mon, 18 Feb 2013 22:24:58 +0000 (+0100) Subject: Update to version 3.0 X-Git-Tag: v3.2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4463b0afce4cf0b017d6932d100a044e73c05411;p=pgbadger Update to version 3.0 --- diff --git a/ChangeLog b/ChangeLog index 5f7b609..1fb1ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ -2013-02-17 - Version 3.0 +2013-02-18 - 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 number of cores specified. There's also new reports about autovacuum/autoanalyze -informationa and many bugs have been fixed. - +informations and many bugs have been fixed. + + - Update documentation about log_duration, log_min_duration_statement + and log_statement. + - Rewrite dirty code around log timestamp comparison to find timestamp + 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. + - 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 report. diff --git a/pgbadger b/pgbadger index 3f13a35..bebb564 100755 --- a/pgbadger +++ b/pgbadger @@ -44,7 +44,7 @@ use IO::Handle; use IO::Pipe; -$VERSION = '2.3'; +$VERSION = '3.0'; $SIG{'CHLD'} = 'DEFAULT';