File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ 2025-03-16 - v13.1
2+
3+ This is a maintenance release of pgBadger that fixes issues reported by
4+ users since last release and adds some new features:
5+
6+ - Add new report about vacuum throughput with a graph about vacuum per
7+ table that consume the more CPU. The table output reports I/O timing
8+ read and write per table as well as the CPU time elapsed on the table.
9+ Thanks to Ales Zeleny for the feature request.
10+ This patch also adds frozen pages and tuples to the Vacuums per Table
11+ report.
12+ - Add --no-fork option for debugging purpose to not fork processes at all.
13+ Thanks to Ales Zeleny for the feature request.
14+ - Add millisecond to the raw csv output. Thanks to Henrietta Dombrovskaya
15+ for the feature request.
16+ - Add log filename to sample reports when multiple file are processed.
17+ Thanks to Adrien Nayrat for the feature request.
18+
19+ Here is the complete list of changes and acknowledgments:
20+
21+ - Fix bind parameters parsing. Thanks to Thomas Kotzian for the patch
22+ - Apply query filter on multi-lines queries. Thanks to Benjamin Jacobs
23+ for the patch
24+ - Update test result for log filename storage changes
25+ - Fix ERROR vs LOG message level in json output. Thanks to Philippe Viegas
26+ for the report.
27+ - Remove import of tmpdir not exported method from File::Temp. Thanks to
28+ kmoradha for the report.
29+
1302024-12-08 - v13.0
231
332This is a major release of pgBadger that fixes issues reported by
You can’t perform that action at this time.
0 commit comments