]> granicus.if.org Git - pgbadger/commitdiff
Update Changelog for v3.0
authorDarold Gilles <gilles@darold.net>
Wed, 20 Feb 2013 20:51:52 +0000 (21:51 +0100)
committerDarold Gilles <gilles@darold.net>
Wed, 20 Feb 2013 20:51:52 +0000 (21:51 +0100)
ChangeLog

index 1fb1ec551889e0dd957a1676507456a04e4f947f..39517180c1cd3a013004e0eaa4e79e399e57bb3c 100644 (file)
--- 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