|
| 1 | +2016-01-18 version 7.3 |
| 2 | + |
| 3 | +This is a maintenance release to fix a major bug that was breaking |
| 4 | +the incremental mode in pgBadger. It also adds some more reports and |
| 5 | +features. |
| 6 | + |
| 7 | + * Add --timezone=+/-HH to control the timezone used in charts. The |
| 8 | + javascript library runs at client side so the timezone used is |
| 9 | + the browser timezone so the displayed time in the charts can be |
| 10 | + different from the time in the log file. |
| 11 | + * Add /tmp/pgbadger.pid file to prevent cron jobs overlaping on |
| 12 | + same log files. |
| 13 | + * Add command line option --pid-dir to be able to run two pgbadger |
| 14 | + at the same time by setting an alternate path to the pid file. |
| 15 | + * Report information about "LOG: skipping analyze of ..." into |
| 16 | + events reports. |
| 17 | + * Report message "LOG: sending cancel to blocking autovacuum" into |
| 18 | + events reports. Useful to look for queries generating autovacuum |
| 19 | + kill on account of a lock issue. |
| 20 | + |
| 21 | +Here the complete list of changes: |
| 22 | + |
| 23 | + - Automatically remove obsolete pid file when there is no other |
| 24 | + pgbadger process running (unix only) |
| 25 | + - Update documentation about the --timezone command line option. |
| 26 | + - Add --timezone=+/-HH to control the timezone used in charts. |
| 27 | + Thanks to CZAirwolf for the report. |
| 28 | + - Fix Histogram of session times when there is no data. |
| 29 | + - Fix unclosed test file. |
| 30 | + - Fix an other case where pgbadger.pid was not removed. |
| 31 | + - Always display slides part on connections report even if there |
| 32 | + is no data. |
| 33 | + - Fix some label on sessions reports |
| 34 | + - Add remove of pid file at normal ending. |
| 35 | + - Fix wrong size/offset of log files that was breaking incremental |
| 36 | + mode. Thanks a lot to CZAirwolf for the report and the help to |
| 37 | + find the problem. |
| 38 | + - Add command line option --pid-dir to be able to run two pgbadger |
| 39 | + at the same time by setting an alternate path to the directory |
| 40 | + where the pid file will be written. |
| 41 | + - Add /tmp/pgbadger.pid file to prevent cron jobs overlaping on same |
| 42 | + log files. |
| 43 | + - Report information about "LOG: skipping analyze of ..." into |
| 44 | + events reports. |
| 45 | + - Report message "LOG: sending cancel to blocking autovacuum" into |
| 46 | + events reports. Usefull to know which queries generate autovacuum |
| 47 | + kill on account of a lock issue. |
| 48 | + - Add more debug information about check log parsing decision. |
| 49 | + |
1 | 50 | 2016-01-05 version 7.2
|
2 | 51 |
|
3 | 52 | This new release fixes some issues especially in temporary files
|
|
0 commit comments