A new version of the pgBadger PostgreSQL performance analyzer has been released.
pgBadger v12.0 released
pgBadger is a PostgreSQL performance analyzer, built for speed with fully detailed reports based on your PostgreSQL log files.
pgBadger 12.0 was released today, this is a major release that fixes issues reported by users during last five months with some improvements:
- Remove support to Tsung output.
- Improve pgbadger performances when there are hundred of bind parameters to replace.
- Remove option -n | --nohighlight which is no more used since upgrade to pgFormatter 4.
- Use POST method to send auto_explain plan to explain.depesz.com to avoid GET length parameter limit.
- Apply --exclude-query and --include-query to bind/parse traces.
- Add link to pgBadger report examples to documentation.
For the complete list of changes, please checkout the release note on https://github.com/darold/pgbadger/blob/master/ChangeLog
pgBadger v12.0 released