]> granicus.if.org Git - pgbadger/shortlog
pgbadger
2012-11-07 Darold GillesFix parser on syslog with level info after the timestam...
2012-11-07 Darold GillesMerge branch 'master' of github.com:dalibo/pgbadger
2012-11-07 DaroldMerge pull request #39 from davidfetter/master
2012-11-06 David Fetters/Text::CSV/$&_XS/g
2012-11-05 Darold GillesMerge branch 'master' of github.com:dalibo/pgbadger
2012-11-05 Darold GillesRemove the use of dynamic variables on parsing some...
2012-10-28 DaroldFix several issue with tsung output.
2012-10-28 DaroldFix issue on select_only mode
2012-10-28 DaroldAdd report of shut down events
2012-10-27 DaroldAdd debug information on command line used to pipe...
2012-10-27 DaroldMove tsung authenticate request into connection transac...
2012-10-26 Darold GillesAdd -U | --exclude-user command line option to generate...
2012-10-26 Darold GillesAdd -S | --select-only option to build report only...
2012-10-24 Darold GillesFix bug, --include-query was added to exclude_query...
2012-10-24 Darold GillesAdd --include-query and --include-file to specify regx...
2012-10-23 DaroldFix auto detection of log_min_duration_statement format.
2012-10-19 Darold GillesFix parser issue with Windows logs without timezone...
2012-10-18 Darold GillesFix bug in %r = remote host and port log line prefix...
2012-10-18 Darold GillesAdd -C | --nocomment option to remove comment like...
2012-10-18 Darold GillesFix escaping of log_line_prefix . Thanks to Hubert...
2012-10-18 Darold GillesFix wrong detection of update queries when a query...
2012-10-12 Darold GillesUpdate Changelog and release version 2.1
2012-10-12 Darold GillesAdd new --enable-log_min_duration option to force pgbad...
2012-10-12 Darold GillesAdd syslog-ng format to better handle syslog traces...
2012-10-12 Darold GillesAdd --enable-log_duration command line option to force...
2012-10-11 Darold GillesFix display of empty hourly graph when no data were...
2012-10-11 Darold GillesRemove query type report when log_duration is enabled.
2012-10-11 Darold GillesFix a major bug in query with bind parameter. Thanks...
2012-10-10 DaroldChange version to 2.1
2012-10-10 DaroldUpdate changelog
2012-10-10 DaroldFix detection of compressed log files and allow automat...
2012-10-10 DaroldAdd gunzip -l command to find the real size of a compre...
2012-10-10 DaroldFix log_duration lonly reports to not take care about...
2012-10-10 DaroldAllow usage of log_duration and log_statement instead...
2012-10-07 DaroldFix autodetect log format to handle with additional...
2012-10-07 DaroldFix issue on syslog format with additional info like...
2012-10-07 DaroldAdd support to log_duration without queries detail...
2012-09-26 Darold GillesRemoved unrecognized log line generated by deadlock_tim...
2012-09-26 Darold GillesFix issue with compressed csvlog. Thanks to Philip...
2012-09-26 Darold GillesAdd missing information about unsupported csv log input...
2012-09-25 Darold GillesFix issue #28: Illegal division by zero with log file...
2012-09-15 DaroldUpdate documentation about the -N | --appname option
2012-09-15 Guillaume LelargeRename --name to --appname
2012-09-12 Darold GillesFix min/max value in xasis that was always represented...
2012-09-12 Darold GillesFix major bug when running pgbadger with the -e option...
2012-09-12 Darold GillesChange project url to http://dalibo.github.com/pgbadger/
2012-09-12 Darold GillesFix lot of issues in CSV parser and force locale to...
2012-09-11 Darold GillesMerge branch 'master' of github.com:dalibo/pgbadger
2012-09-11 Darold GillesImprove speed with custom log_line_prefix
2012-09-11 DaroldMerge pull request #26 from elementalvoid/helpdoc-fix
2012-09-10 Matt KlichFixed help text for --exclude-file
2012-09-10 DaroldRemove the obsolete --regex-user and --regex-db options...
2012-09-10 DaroldAdd -c|--client and -N|--name to limit report to the...
2012-09-09 DaroldReplace Time column report header by Hour
2012-09-09 DaroldFix another issue in log_line_prefix parser with stderr...
2012-09-09 DaroldAdd a more complex example using log_line_prefix
2012-09-09 DaroldFix log_line_prefix issue using timepstamp with millisecond
2012-09-07 Darold GillesAdd support to use any custom log_line_prefix with...
2012-09-06 Darold GillesFix false autodetection of CSV format when log_statemen...
2012-09-06 Darold GillesFix display of empty graph of connections per seconds
2012-08-29 Darold GillesAllow character : in log line prefix, it will no more...
2012-08-29 Darold GillesAdd report of configuration parameter changes into...
2012-08-29 Darold GillesAllow pgbadger to recognize " autovacuum launcher"...
2012-08-21 Darold GillesUpdate version to 2.0
2012-08-21 Darold GillesUpdate Changelog
2012-08-21 Darold GillesFix 0 size README
2012-08-21 Darold GillesAdd documentation about -P (--no-prettify) command...
2012-08-21 Darold GillesChange license from BSD like to PostgreSQL license
2012-08-21 Darold GillesFix wrong pointer on Connections per host menu.
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...
next