c66dc414fc
- update to 13.2 This is a maintenance release of pgBadger that update SQL code formatting, fixes issues and applied patches reported by users since last release. - Fix normalization that was not handling properly balanced single-quoted strings along with escaped quotes inside. Thanks to Bertrand Bourgier for the report. - Fix placeholder requirements in the doc. - Fix case where no error sample log entries was reported. Thanks to john doe for the report. - Fix possible precedence problem between ! and %s. Thanks to Luca Santarelli and Philipp Trulson for the report. Update pgFormatter code to v5.9 Add github CI action for testing on commit push. - Fix parsing of %r placeholder in log_line_prefix. Thanks to nike7o0 for the report. - Fix uninitialized value warning. Thanks to Ales Zeleny for the report. - Enhance docs of ssh-options for postgreSQL log parsing with examples. Thanks to Ulrich Konrad for the patch. - Add command --ssh-sudo to run commands over ssh as sudo. Thanks to Andrew Jackson for the patch. - Fix possible precedence problem between ! and string eq. Thanks to Adrien Nayrat for the report. - Fix parsing of pgbouncer stats. Thanks to mrgtt for the report. - drop pgbadger-13.1-precedence.patch
Marcus Rueckert2025-12-29 18:43:27 +00:00
b55dd99bef
Accepting request 1253952 from server:database:postgresql
Ana Guerrero2025-03-18 16:41:49 +00:00
da2cddf281
- update to 13.1 This is a maintenance release of pgBadger that fixes issues reported by users since last release and adds some new features: - Add new report about vacuum throughput with a graph about vacuum per table that consume the more CPU. The table output reports I/O timing read and write per table as well as the CPU time elapsed on the table. Thanks to Ales Zeleny for the feature request. This patch also adds frozen pages and tuples to the Vacuums per Table report. - Add --no-fork option for debugging purpose to not fork processes at all. Thanks to Ales Zeleny for the feature request. - Add millisecond to the raw csv output. Thanks to Henrietta Dombrovskaya for the feature request. - Add log filename to sample reports when multiple file are processed. Thanks to Adrien Nayrat for the feature request. Here is the complete list of changes and acknowledgments: - Fix bind parameters parsing. Thanks to Thomas Kotzian for the patch - Apply query filter on multi-lines queries. Thanks to Benjamin Jacobs for the patch - Update test result for log filename storage changes - Fix ERROR vs LOG message level in json output. Thanks to Philippe Viegas for the report. - Remove import of tmpdir not exported method from File::Temp. Thanks to kmoradha for the report.
Marcus Rueckert2025-03-17 22:25:15 +00:00