Changelog for
pgbadger-3.3-1.1.noarch.rpm :
Mon May 6 14:00:00 2013 larsAATTlinux-schulserver.de
- update to 3.3:
* adds four more useful reports about queries that generate locks
and temporary files
* new report about restartpoint on slaves and several
* adds escaping of HTML code inside queries
* adds Min/Max reports with Average duration in all queries reports
* many bug fixes
Sat Mar 23 13:00:00 2013 larsAATTlinux-schulserver.de
- update to 3.1:
!! 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
+ 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 number of cores specified.
There\'s also new reports about autovacuum/autoanalyze informations
and many bugs have been fixed.
+ Please read the full Changelog at:
/usr/share/doc/packages/pgbadger/ChangeLog
- do not use perl_gen_filelist macro on old distributions:
breaks build
- removed duplicated perl(Text::CSV_XS) build requires line
Wed Feb 13 13:00:00 2013 darinAATTdarins.net
- update to 2.3
* Clarify misleading statement about log_duration: log_duration may be
turned on depending on desired information. Only log_statement must
not be on. Thanks to Matt Romaine for the patch.
* Fix --dbname and --dbuser not working with csvlog format. Thanks to
Luke Cyca for the report.
* Fix issue in SQL formatting that prevent left back indentation when
major keywords were found. Thanks to Kevin Brannen for the report.
* Display 3 decimals in time report so that ms can be seen. Thanks to
Adam Schroder for the request.
* Force the parser to not insert a new line after the SET keyword when
the query begin with it. This is to preserve the single line with
queries like SET client_encoding TO \"utf8\";
* Add better SQL formatting of update queries by adding a new line
after the SET keyword. Thanks to pilat66 for the report.
* Update copyright and documentation.
* See ChangeLog
- added missing perl dependency for cvs logs
Sun Jan 6 13:00:00 2013 larsAATTlinux-schulserver.de
- initial version 2.2-1