From: Darold Gilles Date: Fri, 12 Oct 2012 17:01:28 +0000 (+0200) Subject: Update Changelog and release version 2.1 X-Git-Tag: v3.2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=414d40cfe2f208253b4f4c18a8f7411ee994db76;p=pgbadger Update Changelog and release version 2.1 --- diff --git a/ChangeLog b/ChangeLog index 15ee728..2bf7ccd 100644 --- 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.