-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
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
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
- 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