From 0fa60e6199f2ba87fe3e571a8fcd5204f7de8388 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Wed, 4 Jul 2012 18:24:30 +0200 Subject: [PATCH] Add ChangeLog file --- ChangeLog | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9aa4b72 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,262 @@ + 2012-07-04 Darold Gilles + + * META.yml, pgbadger: Change version to 1.1 + + * README, doc/pgBadger.pod: Add information about log format requirement - + Alain Benard + + 2012-07-03 Darold + + * README, doc/pgBadger.pod, pgbadger: Add possibility to get log from stdin + (issue #13) - Tonis Kevvai + + * pgbadger: Change fix on day with single digit to be formatted by sprintf() + + 2012-07-03 josephmarlin + + * pgbadger: Fix for begin/end dates with single digit day using syslog + + 2012-07-02 Darold + + * pgbadger: Allow log without duration with error only report and when + --disable-query and --disable-hourly are used + + 2012-07-02 Denis Orlikhin + + * pgbadger: handle syslog dates with single-digit day number + + 2012-07-01 Darold + + * pgbadger: Change syslog parsing regex to allow log timestamp in + log_line_prefix + + 2012-06-29 Darold Gilles + + * README, doc/pgBadger.pod, pgbadger: Add documentation for the --zcat + command line option + + 2012-06-29 David E. Wheeler + + * pgbadger: Allow `zcat` location to be specified via `--zcat`. Also default + to just `zcat`, so that chances are it can be found in the path. Even better + might be to search the path for `gzcat` and fall back on `zcat`, but perhaps + another time. + + 2012-06-25 josephmarlin + + * pgbadger: Fix English in error messages. + + * doc/pgBadger.pod: Mirrored English changes in the doc + + * README: English fixes for README + + 2012-06-25 Darold Gilles + + * pgbadger: Fix non terminated TH html tag in checkpoint hourly table - + Joseph Marlin + + * pgbadger: "Log file" will now only report first and last log file parsed + + * README, doc/pgBadger.pod, pgbadger: Add + --disable-session,--disable-connecti + able-checkpoint command line options to remove their respective report from + the output + + 2012-06-24 Darold + + * README, doc/pgBadger.pod, pgbadger: Add --disable-query command line option + to remove queries statistics from the output + + * README, doc/pgBadger.pod, pgbadger: Add --disable-hourly command line + option to remove hourly statistics from the output + + * pgbadger: Fix hourly temporary file stat empty output + + * README, doc/pgBadger.pod, pgbadger: Add --disable-error command line option + to remove error report from the output + + 2012-06-23 Darold + + * pgbadger: Fix issue #8 wrapping query that goes out of the table and makes + the window scroll horizontally - Isaac Reuben + + * README, doc/pgBadger.pod, pgbadger: Add --exclude-query option to exclude + types of queries by specifying a regex - Isaac Reuben + + * pgbadger: Fix issue #10 where != was replaced by + $$CLASSSY0A$$!=$$CLASSSY0B$$ in the output - Isaac Reuben + + 2012-06-10 Darold + + * pgbadger: Fix text output + + 2012-06-09 Darold + + * pgbadger: Set thousand separator and decimal separator locale dependant + + * README, doc/pgBadger.pod, pgbadger: Add -w option to only report errors + + * README, doc/pgBadger.pod: Fix some type and add some comment into + documentation + + 2012-06-09 Darold Gilles + + * MANIFEST, META.yml, Makefile.PL, README, doc/pgBadger.pod, pgbadger: Add + Makefile.PL and full POD documentation to the project + + 2012-06-08 Darold Gilles + + * pgbadger: Fix a SQL code highligh replacement + + * pgbadger: Change a little the CSS + + 2012-06-07 Darold Gilles + + * LICENSE, pgbadger: Complete review of the HTML output. Hourly report for + temporary files and checkpoints have moved in a separate table + + * README, pgbadger: Allow multiple log file from command line, option -l is + now deprecated + + 2012-06-01 Vincent Picavet + + * .gitignore: Add .gitignore for swap files. + + * pgbadger: Fix wrong variable for user and database filter. + + * pgbadger: Change default regexp for user and db to be able to detect both. + + 2012-05-31 Vincent Picavet + + * pgbadger: Fix false cur_date when using syslog and allow -b and -e options + to work. + + 2012-05-23 Alex Hunsaker + + * README, pgbadger: Add simple csvlog support + + 2012-05-24 Darold + + * pgbadger: fix case where log line where not detected + + * pgbadger: fix interpreted ctrl+M and log format example from previous git + merges + + 2012-05-22 ragged + + * pgbadger: Added explanation for --begin and --end datetime setting. And + added -v / --version + + 2012-05-23 ragged + + * README: Added explanation for --begin and --end datetime setting. And added + -v / --version + + 2012-05-18 Isaac Reuben + + * README, pgbadger: Fix config examples to use variables for user and db + + 2012-05-18 Darold + + * README: Fix usage information and presentation in README file + + 2012-05-04 Darold Gilles + + * pgbadger: Change version to 1.0 + + * pgbadger: Add graph of ckeckpoint Wal files usage (added, removed, + recycled) + + * pgbadger: Add --image-format to allow the change of the default png image + format to jpeg + + * pgbadger: Allow download of all pie graphics as images + + * pgbadger: Add --pie-limit to sum all data lower than this percentage limit + to avoid label overlap + + 2012-05-03 Darold Gilles + + * pgbadger: Allow download of graphics as PNG images + + * pgbadger: Rearrange x and y axis + + * pgbadger: Fix legend opacity on graphics + + * pgbadger: Replace GD::Graph by the Flotr2 javascript library to draw + graphics - Guillaume Lelarge + + 2012-05-02 Darold Gilles + + * pgbadger: Rearrange x-axis label of GD::Graph graphics + + * pgbadger: Rearrange Overall stats view + + * pgbadger: Force graphics images to be saved in the same directory as the + html output file + + * pgbadger: Fix samples error with normalyzed error instead of real error + message + + 2012-04-27 Darold Gilles + + * pgbadger: Add more "normalization" on errors messages + + 2012-04-20 Darold + + * pgbadger: Fix an other average size of temporary file decimal limit + + * README, pgbadger: Update usage information with new options + + * pgbadger: Force quiet mode when --progress is used + + * pgbadger: Fix per sessions graphs + + * pgbadger: Add pie graphs for session, database, user and host. Add --quiet + option to remove debug output and --progress to show a progress bar during + log parsing + + 2012-04-18 Darold + + * pgbadger: Add pie graph for Queries by type + + * pgbadger: Fix sort order of days/hours into hours array + + * pgbadger: Fix sort order of days into graphics + + 2012-04-17 Darold + + * pgbadger: Add graph for checkpoint write buffer per hours + + 2012-04-16 Darold + + * pgbadger: Remove display of locks, sessions and connections statistics when + none are available + + 2012-04-15 Darold + + * pgbadger: Fix display of empty column of checkpoint when no checkpoint was + found in log file + + * pgbadger: Allow log parsing without any log_line_prefix and extend it to be + defined by the user. Custom log_line prefix can be parsed using user defined + regex with command line option --regex-db and --regex-user. For exemple the + default regex of pgbadger to parse user and db name from log_line_prefix can + be written like this: pgbadger -l mylogfile.log --regex-user="user=([^,]*)," + --regex-db="db=([^,]*)" + + * pgbadger: Separe log_line_prefix from log level part in the parser to + extend log_line_prefix parsing + + * pgbadger: If there is just one argument, assume it is the logfile and use + default value for all other parameters + + * pgbadger: Add autodetection of log format (syslog or stderr) if none is + given with option -f + + * pgbadger: Add --outfile option to dump output to a file instead of stdout. + Default filename is out.html or out.txt following the output format. To dump + to stdout set filename to - + + * pgbadger: Add --version command line option to show current pgbadger + version -- 2.40.0