]> granicus.if.org Git - pgbadger/commitdiff
Update Changelog and release version 2.1
authorDarold Gilles <gilles@darold.net>
Fri, 12 Oct 2012 17:01:28 +0000 (19:01 +0200)
committerDarold Gilles <gilles@darold.net>
Fri, 12 Oct 2012 17:01:28 +0000 (19:01 +0200)
ChangeLog

index 15ee728093e8ab097e21be9bd6615c66721e38cb..2bf7ccda27d139818fd118408b7e406f35cf0940 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,20 @@ of log_min_duration_statement to allow reports simply based on duration and
 count report without query detail and report. Lot of bug fixes, please upgrade
 asap.
 
+       - Add new --enable-log_min_duration option to force pgbadger to use lines
+         generated by the log_min_duration_statement even if the log_duration
+         format is autodetected. Useful if you use both but do not log all queries.
+         Thanks to Vincent Laborie for the feature request.
+       - Add syslog-ng format to better handle syslog traces with notation like:
+         [ID * local2.info]. It is autodetected but can be forced in the -f option
+         with value set to: syslog-ng.
+       - Add --enable-log_duration command line option to force pgbadger to only
+         use the log_duration trace even if log_min_duration_statement traces are
+         autodetected.
+       - Fix display of empty hourly graph when no data were found.
+       - Remove query type report when log_duration is enabled.
+       - Fix a major bug in query with bind parameter. Thanks to Marc Cousin for
+         the report.
        - Fix detection of compressed log files and allow automatic detection
          and uncompress of .gz, .bz2 and .zip files.
        - Add gunzip -l command to find the real size of a gzip compressed file.