| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-29 | 1.3 kB | |
| Version 13.2 source code.tar.gz | 2025-12-29 | 4.4 MB | |
| Version 13.2 source code.zip | 2025-12-29 | 4.4 MB | |
| Totals: 3 Items | 8.8 MB | 2 | |
2025-12-29 - v13.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-sudoto 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.