Skip to content

Commit 59c9d7d

Browse files
committed
Update ChangeLog and version to 13.1
1 parent 816d0f8 commit 59c9d7d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

ChangeLog

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
2024-12-08 - v13.0
231

332
This is a major release of pgBadger that fixes issues reported by

0 commit comments

Comments
 (0)