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.