]> granicus.if.org Git - pgbadger/commitdiff
Update to version 4.1 v4.1
authorDarold Gilles <gilles@darold.net>
Fri, 8 Nov 2013 07:33:49 +0000 (08:33 +0100)
committerDarold Gilles <gilles@darold.net>
Fri, 8 Nov 2013 07:33:49 +0000 (08:33 +0100)
ChangeLog
pgbadger

index 4b9ccee4dff9ab55c019213629f43abf8b74be4c..dbb84788bab798797250c6fcfd649e310c9baa2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+
+2013-11-08 version 4.1
+
+This release fixes two major bugs and some others minor issues. There's also a
+new command line option --exclude-appname that allow exclusion from the report
+of queries generated by a specific program, like pg_dump. Documentation have
+been updated with a new chapter about building incremental reports.
+
+       - Add log_autovacuum_min_duration into documentation in chapter about
+         postgresql configuration directives. Thanks to Herve Werner for the
+         report.
+       - Add chapter about "Incremental reports" into documentation.
+       - Fix reports with per minutes average where last time fraction was
+         not reported. Thanks to Ludovic Levesque and Vincent Laborie for the
+         report.
+       - Fix unterminated comment in information popup. Thanks to Ronan
+         Dunklau for the patch.
+       - Add --exclude-appname commande line option to eliminate unwanted
+         traffic generated by a specific application. Thanks to Steve Crawford
+         for the feature request.
+       - Allow external links use into URL to go to a specific report. Thanks
+         to Hubert depesz Lubaczewski for the feature request.
+       - Fix empty reports when parsing compressed files with the -j option
+         which is not allowed with compressed file. Thanks to Vincent Laborie
+         for the report.
+       - Prevent progress bar length to increase after 100% when real size is
+         greater than estimated size (issue found with huge compressed file).
+       - Correct some spelling and grammar in ChangeLog and pgbadger. Thanks
+         to Thom Brown for the patch.
+       - Fix major bug on SQL traffic reports with wrong min value and bad
+         average value on select reports, add min/max for select queries.
+         Thanks to Vincent Laborie for the report.
+
 2013-10-31 - Version 4.0
 
 This major release is the "Say goodbye to the fouine" release. With a full
index 45a626a96e5f253259b9212464e695a459fde9b1..a1e6286a9c90c166ed4a46083a714cfe18260a42 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -44,7 +44,7 @@ use IO::Handle;
 use IO::Pipe;
 use Time::HiRes qw/usleep/;
 
-$VERSION = '4.0';
+$VERSION = '4.1';
 
 $SIG{'CHLD'} = 'DEFAULT';