|
| 1 | +2023-08-20 - v12.2 |
| 2 | + |
| 3 | +This is a maintenance release of pgBadger that fixes issues reported by |
| 4 | +users since last release. It also adds two new features: |
| 5 | + |
| 6 | + * Add support for max, avg, min autovacuum duration. Thanks to Francisco |
| 7 | + Reinolds for the patch. |
| 8 | + * Add support for pgbouncer's average waiting time. Thanks to Francisco |
| 9 | + Reinolds for the patch. |
| 10 | + |
| 11 | +Here is the complete list of changes and acknowledgments: |
| 12 | + |
| 13 | + - Fix broken HTML output when application name contains <...>. Thanks to |
| 14 | + Fabio Geiss for the report. |
| 15 | + - Fix incorrect association of orphan lines when a filter on database was |
| 16 | + applied. Thanks to jcasanov for the report. |
| 17 | + - Fix logplex prefix parsing. |
| 18 | + - Fix logplex orphan lines detection. |
| 19 | + - Fix `autovacuum`'s `system usage: CPU: ...` line parsing. Thanks to |
| 20 | + Francisco Reinolds for the patch. |
| 21 | + - Avoid prepending output directory if output is stdout. |
| 22 | + - Standardise Average Query Duration label. Thanks to Francisco Reinolds |
| 23 | + for the patch |
| 24 | + - Update documentation for new pgbadger options. Thanks to Francisco Reinolds |
| 25 | + for the patch. |
| 26 | + - Fix case where parsing was not aborted when no file handle can be opened. |
| 27 | + Thanks to vp for the report. |
| 28 | + - Fix help by adding %p/%t mandatory placeholder log information. Thanks to |
| 29 | + Christophe Courtois for the patch. |
| 30 | + - Fix --retention parameter. Thanks to Bertrand Bourgier for the patch. |
| 31 | + - Fix cleanup output directory removed by commit 0e5c7d5 when HTML output dir |
| 32 | + is set. Thanks to Bertrand Bourgier for the report. |
| 33 | + - Fix output extension when destination directory contain a character that |
| 34 | + need to be escaped in regexp. Thanks to Bertrand Bourgier for the patch. |
| 35 | + - Replace calls to POSIX::strftime("%s", ....) by a call to localtime for |
| 36 | + Windows port. Thanks to Bertrand Bourgier for the patch. |
| 37 | + - Fix html output dir cleanup. Thanks to Bertrand Bourgier for the patch. |
| 38 | + - Use https for explain URL by default. Thanks to Philipp Trulson for the |
| 39 | + patch. |
| 40 | + |
1 | 41 | 2023-03-20 - v12.1
|
2 | 42 |
|
3 | 43 | This is a maintenance release of pgBadger that fixes issues reported by users
|
|
0 commit comments