File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2025-12-29 - v13.2
2+
3+ This is a maintenance release of pgBadger that fixes issues and applied patches
4+ reported by users since last release.
5+
6+ - Fix normalization that was not handling properly balanced single-quoted
7+ strings along with escaped quotes inside. Thanks to Bertrand Bourgier for
8+ the report.
9+ - Fix placeholder requirements in the doc.
10+ - Fix case where no error sample log entries was reported. Thanks to john doe
11+ for the report.
12+ - Fix possible precedence problem between ! and %s. Thanks to Luca Santarelli
13+ and Philipp Trulson for the report.
14+ - Update pgFormatter code to v5.9
15+ - Add github CI action for testing on commit push.
16+ - Fix parsing of %r placeholder in log_line_prefix. Thanks to nike7o0 for the
17+ report.
18+ - Fix uninitialized value warning. Thanks to Ales Zeleny for the report.
19+ - Enhance docs of ssh-options for postgres log parsing with examples. Thanks
20+ to Ulrich Konrad for the patch.
21+ - Add command --ssh-sudo to run commands over ssh as sudo. Thanks to Andrew
22+ Jackson for the patch.
23+ - Fix possible precedence problem between ! and string eq. Thanks to Adrien
24+ Nayrat for the report.
25+ - Fix parsing of pgbouncer stats. Thanks to mrgtt for the report.
26+
1272025-03-16 - v13.1
228
329This is a maintenance release of pgBadger that fixes issues reported by
Original file line number Diff line number Diff line change 11name : pgBadger
2- version : 13.1
2+ version : 13.2
33version_from : pgbadger
44installdirs : site
55recommends :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ use Socket;
5252use constant EBCDIC => "\t" ne "\011";
5353use Encode qw(encode decode);
5454
55- $VERSION = '13.1 ';
55+ $VERSION = '13.2 ';
5656
5757$SIG{'CHLD'} = 'DEFAULT';
5858
You can’t perform that action at this time.
0 commit comments