|
| 1 | +2022-04-08 - v11.8 |
| 2 | + |
| 3 | +This release of pgBadger fix some issues reported by users since past |
| 4 | +three months and especially two fixes on new log entries detection in |
| 5 | +incremental mode. |
| 6 | + |
| 7 | + * Fix detection of new log entries with timestamp when millisecond (%m) or |
| 8 | + epoch (%n) was used in log_line_prefix. |
| 9 | + * Fix detection of new log entries in local file when multiprocess was not |
| 10 | + used. |
| 11 | + |
| 12 | +Here is the complete list of changes and acknowledgments: |
| 13 | + |
| 14 | + - Full review and simplification of the log file change detection. |
| 15 | + - Reports messages "could not (receive|send) data (from|to) client" in the |
| 16 | + Events reports. Thanks to Adrien Nayrat for the report. |
| 17 | + - Fix parsing issue when the name of a prepared query contain the ':' |
| 18 | + character. Thanks to aleszeleny for the report. |
| 19 | + - Fix detection of new log entries with timestamp when millisecond (%m) or |
| 20 | + epoch (%n). Thanks to aleszeleny for the report. |
| 21 | + - Fix detection of new log entries in local file when multiprocess was not |
| 22 | + used. Thanks to aleszeleny for the report. |
| 23 | + - Fix detection of new log entries in remote files through ssh. Thanks to |
| 24 | + Luca Ferrari for the report |
| 25 | + - Fix garbage in username of "Connections per user" report. Thanks to |
| 26 | + caseyandgina for the report. |
| 27 | + - Fix ssh command when using URI, the ssh options was missing. Thanks to Luca |
| 28 | + Ferrari for the report. |
| 29 | + - Handle queryid %Q placeholder. Thanks to Adrien Nayrat for the patch. |
| 30 | + - Fix typo in error sentence. Thanks to Luca Ferrari for the patch |
| 31 | + - Report message: "server process was terminated by signal" in the Events |
| 32 | + report. Thanks to Avi Vallarapu for the report. |
| 33 | + - doc: fix filename for incremental every week command. Thanks to Theophile |
| 34 | + Helleboid for the patch. |
| 35 | + - t/04_advanced.t: Fix syslog test. Thanks to Christoph Berg for the patch. |
| 36 | + |
1 | 37 | 2022-01-23 - v11.7 |
2 | 38 |
|
3 | 39 | This release of pgBadger fix some issues reported by users since past |
|
0 commit comments