]> granicus.if.org Git - pgbadger/commitdiff
Update changelog and version to 6.1
authorDarold Gilles <gilles@darold.net>
Tue, 7 Oct 2014 18:58:35 +0000 (20:58 +0200)
committerDarold Gilles <gilles@darold.net>
Tue, 7 Oct 2014 18:58:35 +0000 (20:58 +0200)
ChangeLog
pgbadger

index e1b7f2a05ccff8cb7e5699e208fb5bc4ae8c19cd..abf580085db4e81e0a2ce548e849c2cd502d2c23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2014-10-07 version 6.2
+
+This is a maintenance release to fix a regression in SQL trafic graphs and
+fix some other minor issues.
+
+The release also add a new option -D or --dns-resolv to map client ip adresses
+to FQDN without having log_hostname enabled on the postgresql's configuration
+
+       - Do not display queries in Slowest individual, Time consuming and
+         Normalized slowest queries reports when there is no duration in
+         log file. Display NO DATASET instead.
+       - Fix min/max queries in SQL trafic that was based on duration instead
+         of query count.
+       - Fix wrong unit to Synced files in Checkpoints files report. Thanks
+         to Levente Birta for the report.
+       - Enable allow_loose_quotes in Text::CSV_XS call to fix CSV parsing
+         error when fields have quote inside an unquoted field. Thanks to
+         Josh Berkus for the report.
+       - Add -D | --dns-resolv command line option to replace ip adresses
+         by their DNS name. Be warned that this can slow down pgBagder a lot.
+         Thanks to Jiri Hlinka for the feature request.
+
 2014-09-25 version 6.1
 
 This release fix some issues and adds some new features. It adds a new option
index 2d7dfb216319a8429728aa289b588ff1018ee288..965bbaa510ba0fa5b19f173a9337a9ad664bad73 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -45,7 +45,7 @@ use IO::Pipe;
 use FileHandle;
 use Socket;
 
-$VERSION = '6.1';
+$VERSION = '6.2';
 
 $SIG{'CHLD'} = 'DEFAULT';