From 414d40cfe2f208253b4f4c18a8f7411ee994db76 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Fri, 12 Oct 2012 19:01:28 +0200 Subject: [PATCH] Update Changelog and release version 2.1 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- 2.40.0