Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2015-05-08 | 2.0 kB |
|
pgbadger-7.0.tar.gz | 2015-05-08 | 305.0 kB | |
Totals: 2 Items | 307.0 kB | 0 |
2015-05-08 version 7.0 This major release adds some more useful reports and features. * New report about events distribution per 5 minutes. * New per application details (total duration and times executed) for each query reported in Top Queries reports. The details are visible from a new button called "App(s) involved". * Add support to auto_explain extension. EXPLAIN plan will be added together with top slowest queries when available in log file. * Add a link to automatically open the explain plan on http://explain.depesz.com/ * New report on queries cumulated durations per user. * New report about the Number of cancelled queries (graph) * New report about Queries generating the most cancellation (N) * New report about Queries most cancelled. Here is the full list of changes/fixes: - Update documentation with last reports. - Fix number of event samples displayed in event reports. - Add new report about events distribution per x minutes. - Add app=%a default prefix to documentation. - Add reports of "App(s) involved" with top queries. Thanks to Antti Koivisto for the feature request. - Remove newline between a ) and , in the beautifier. - Add link to automatically open the explain plan on http://explain.depesz.com/ - Add support to auto_explain, EXPLAIN plan will be added together with top slowest queries when available in the log file. - Add a graph on distributed duration per user. Thanks to Korriliam for the patch. - Add tree new report: Number of cancelled queries (graph), Queries generating the most cancellation (N) and Queries most cancelled lists. Thanks to Thomas Reiss for the feature request. - Fix case where temporary file statement must be retrieved from the previous LOG statement and not in the following STATEMENT log entry. Thanks to Mael Rimbault for the report. - Add --enable-checksum to show a md5 hash of each reported queries. Thanks to Thomas Reiss for the feature request.