]> granicus.if.org Git - pgbadger/shortlog
pgbadger
2012-08-21 DaroldMerge pull request #23 from rjuju/master
2012-08-21 Julien RouhaudFix sql formatting, adding scrollbars
2012-08-21 Darold GillesAdd SQL formater on SQL queries. When you will click...
2012-08-20 Darold GillesRemove option -g and -p to the documentation.
2012-08-14 Darold GillesThe progress bar is now enabled by default, the -p...
2012-08-14 Darold GillesGraphs are now generated by default for HTML output...
2012-08-14 Darold GillesFix case sensitivity in command line options. Patch...
2012-08-14 Darold GillesAdd -T|--title option to change report title. Patch...
2012-08-13 Darold GillesAdding new option --exclude-file to exclude specific...
2012-08-13 Darold GillesCSV log parser have been entirely rewritten to handle...
2012-07-28 DaroldAlphabetical reordering of options list in method usage...
2012-07-28 DaroldAdd -l | --last-parsed options to allow incremental...
2012-07-28 DaroldRemove obsolete -l | --logfile command line option...
2012-07-26 Darold GillesReplace call to timelocal_nocheck by timegm_nocheck...
2012-07-24 Darold GillesChange regex on log parser to allow missing ending...
2012-07-21 Daroldprint a warning when an empty log file is found
2012-07-21 DaroldAdd perltidy rc file to format pgbadger Perl code ...
2012-07-15 Darold GillesChange version to 1.2
2012-07-12 Darold GillesAdd -v | --verbose to enable debug mode. It is now...
2012-07-12 Darold GillesThis new report sums the messages by log types. The...
2012-07-11 Darold GillesAdd hourly report of checkpoint warning when checkpoint...
2012-07-10 Darold GillesAdd missing pie graph on locks by type report
2012-07-10 Darold GillesFormat pie mouse track to display values only
2012-07-10 Darold GillesFix graph download button id on new connection graph
2012-07-10 Darold GillesAdd trackFormatter to flotr2 line graphs to show curren...
2012-07-10 Darold GillesFix issue on per minute minimum value
2012-07-09 Darold GillesAdd a note about Windows Os and zcat as well as a more...
2012-07-09 Darold GillesRewrite change log to be human readable
2012-07-09 Darold GillesComplete rewrite of the log parser to handle unordered...
2012-07-05 Darold GillesFix miss handling of multi lines queries on syslog
2012-07-05 Darold GillesAdd -a|--average option to configure the per minutes...
2012-07-05 Darold GillesAdd hourly statistics of connections and sessions as...
2012-07-05 Darold GillesAdd OTHERS type of queries lower than 2% to be include...
2012-07-05 Darold GillesAdd autodetection of syslog ident name if different...
2012-07-05 Darold GillesRemove syslog replacement of tabulation by #011 still...
2012-07-05 Darold GillesFix autodetection of log format syslog with single...
2012-07-04 Darold GillesAdd ChangeLog to MANIFEST and change URI in html footer
2012-07-04 Darold GillesAdd ChangeLog file
2012-07-04 Darold GillesChange version to 1.1
2012-07-04 Darold GillesAdd information about log format requirement - Alain...
2012-07-03 DaroldAdd possibility to get log from stdin (issue #13) ...
2012-07-03 DaroldChange fix on day with single digit to be formatted...
2012-07-03 DaroldMerge pull request #19 from josephmarlin/master
2012-07-03 josephmarlinFix for begin/end dates with single digit day using...
2012-07-02 DaroldAllow log without duration with error only report and...
2012-07-02 DaroldMerge pull request #18 from overplumbum/master
2012-07-01 Denis Orlikhinhandle syslog dates with single-digit day number
2012-07-01 DaroldChange syslog parsing regex to allow log timestamp...
2012-06-29 Darold GillesAdd documentation for the --zcat command line option
2012-06-29 DaroldMerge pull request #15 from theory/where-zcat
2012-06-29 David E. WheelerAllow `zcat` location to be specified via `--zcat`.
2012-06-25 DaroldMerge pull request #12 from josephmarlin/master
2012-06-25 josephmarlinFix English in error messages.
2012-06-25 josephmarlinMirrored English changes in the doc
2012-06-25 josephmarlinEnglish fixes for README
2012-06-25 Darold GillesFix non terminated TH html tag in checkpoint hourly...
2012-06-25 Darold Gilles"Log file" will now only report first and last log...
2012-06-25 Darold GillesAdd --disable-session,--disable-connection,--disable...
2012-06-24 DaroldAdd --disable-query command line option to remove queri...
2012-06-24 DaroldAdd --disable-hourly command line option to remove...
2012-06-24 DaroldFix hourly temporary file stat empty output
2012-06-24 DaroldAdd --disable-error command line option to remove error...
2012-06-23 DaroldFix issue #8 wrapping query that goes out of the table...
2012-06-23 DaroldAdd --exclude-query option to exclude types of queries...
2012-06-22 DaroldFix issue #10 where != was replaced by $$CLASSSY0A...
2012-06-10 DaroldFix text output
2012-06-09 DaroldSet thousand separator and decimal separator locale...
2012-06-09 DaroldAdd -w option to only report errors
2012-06-09 DaroldFix some type and add some comment into documentation
2012-06-08 Darold GillesAdd Makefile.PL and full POD documentation to the project
2012-06-08 Darold GillesFix a SQL code highligh replacement
2012-06-08 Darold GillesChange a little the CSS
2012-06-07 Darold GillesComplete review of the HTML output. Hourly report for...
2012-06-07 Darold GillesAllow multiple log file from command line, option ...
2012-06-01 DaroldMerge pull request #5 from vpicavet/master
2012-06-01 Vincent PicavetAdd .gitignore for swap files.
2012-06-01 Vincent PicavetFix wrong variable for user and database filter.
2012-06-01 Vincent PicavetChange default regexp for user and db to be able to...
2012-05-31 DaroldMerge pull request #4 from vpicavet/master
2012-05-31 Vincent PicavetFix false cur_date when using syslog and allow -b and...
2012-05-30 DaroldMerge pull request #3 from badalex/csv
2012-05-24 Alex HunsakerAdd simple csvlog support
2012-05-24 Daroldfix case where log line where not detected
2012-05-24 Daroldfix interpreted ctrl+M and log format example from...
2012-05-24 DaroldMerge pull request #2 from ragged/master
2012-05-23 raggedAdded explanation for --begin and --end datetime settin...
2012-05-23 raggedAdded explanation for --begin and --end datetime settin...
2012-05-19 Guillaume LelargeMerge pull request #1 from ireuben/master
2012-05-19 Isaac ReubenFix config examples to use variables for user and db
2012-05-18 DaroldFix usage information and presentation in README file
2012-05-04 Darold GillesChange version to 1.0
2012-05-04 Darold GillesAdd graph of ckeckpoint Wal files usage (added, removed...
2012-05-04 Darold GillesAdd --image-format to allow the change of the default...
2012-05-04 Darold GillesAllow download of all pie graphics as images
2012-05-04 Darold GillesAdd --pie-limit to sum all data lower than this percent...
2012-05-03 Darold GillesAllow download of graphics as PNG images
2012-05-03 Darold GillesRearrange x and y axis
2012-05-03 Darold GillesFix legend opacity on graphics
2012-05-03 Darold GillesReplace GD::Graph by the Flotr2 javascript library...
2012-05-02 Darold GillesRearrange x-axis label of GD::Graph graphics
next