]> granicus.if.org Git - pgbadger/commitdiff
Update to version 3.0
authorDarold Gilles <gilles@darold.net>
Mon, 18 Feb 2013 22:24:58 +0000 (23:24 +0100)
committerDarold Gilles <gilles@darold.net>
Mon, 18 Feb 2013 22:24:58 +0000 (23:24 +0100)
ChangeLog
pgbadger

index 5f7b6099fafb9b44ec1cd7f07678751773ac951c..1fb1ec551889e0dd957a1676507456a04e4f947f 100644 (file)
--- 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.
index 3f13a355a4f477682c11244c79e05dcb7ba3f3d2..bebb5645b294f64b065c26e33fd2a4236f98fc4b 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -44,7 +44,7 @@ use IO::Handle;
 use IO::Pipe;
 
 
-$VERSION = '2.3';
+$VERSION = '3.0';
 
 $SIG{'CHLD'} = 'DEFAULT';