|
| 1 | +2024-12-08 - v13.0 |
| 2 | + |
| 3 | +This is a major release of pgBadger that fixes issues reported by |
| 4 | +users since last release and adds some new features: |
| 5 | + |
| 6 | + * Add two new option to be able to redefined inbound of query and session |
| 7 | + histogram. |
| 8 | + --histogram-query VAL : use custom inbound for query times histogram. |
| 9 | + Default inbound in milliseconds: |
| 10 | + 0,1,5,10,25,50,100,500,1000,10000 |
| 11 | + --histogram-session VAL : use custom inbound for session times histogram. |
| 12 | + Default inbound in milliseconds: |
| 13 | + 0,500,1000,30000,60000,600000,1800000,3600000,28800000 |
| 14 | + Thanks to JosefMachytkaNetApp for the feature request. |
| 15 | + * Add support of auto_explain plan for csv and json log formats. Thanks |
| 16 | + to zxwsbg and to Alexander Rumyantsev for the report. |
| 17 | + * Add three LOG message that was not reported as events: unexpected EOF, |
| 18 | + incomplete startup packet and detected deadlock while waiting for. Thanks |
| 19 | + to dottle for the report. |
| 20 | + |
| 21 | +Backward compatibility issues: |
| 22 | + |
| 23 | + - Change the way LOG level events reported in the Events reports are |
| 24 | + stored. Some of them was still reported and counted as errors instead |
| 25 | + as LOG level entries. The fix is to stored and report them as EVENTLOG |
| 26 | + to differentiate them from queries. This change introduce a backward |
| 27 | + compatibility break when pgbadger is used in incremental mode. You will |
| 28 | + just have the double behavior during the week of the upgrade. |
| 29 | + Thanks to Matti Linnanvuori for the report. |
| 30 | + |
| 31 | +Bug fixes: |
| 32 | + |
| 33 | + - Fix non reported queries generating the most cancellation due to statement_timeout. |
| 34 | + - Update regression tests |
| 35 | + - Fix formatting of explain plan when extracted from csv log format. |
| 36 | + - Fix jsonlog missing autovacuum data reports: |
| 37 | + Average Autovacuum Duration, Tuples removed per table |
| 38 | + and vacuums by hour in autovacuum activity report. |
| 39 | + Thanks to Ales Zeleny for the patch. |
| 40 | + - Fix orphan line not associated to the time consuming bind queries. |
| 41 | + Thanks to Henrietta Dombrovskaya for the report. |
| 42 | + Fix use of uninitialized value in pattern match. Thanks to Junior Dias |
| 43 | + for the patch. |
| 44 | + - Apply option --csv-separator to raw export to CSV. Default separator |
| 45 | + is semicolon (;). Thanks to Henrietta Dombrovskaya for the feature |
| 46 | + request. |
| 47 | + - Raw csv output: do not add double quote to parameters and application |
| 48 | + name if they are empty. |
| 49 | + - Add double quotes when queries have a semi colon in raw csv output. |
| 50 | + Thanks to Henrietta Dombrovskaya for the report. |
| 51 | + |
1 | 52 | 2023-12-25 - v12.4 |
2 | 53 |
|
3 | 54 | This is a maintenance release of pgBadger that fixes issues reported by |
|
0 commit comments