]> granicus.if.org Git - pgbadger/shortlog
pgbadger
2013-01-09 DaroldMerge pull request #54 from mromaine/log_duration-readm...
2013-01-09 Darold GillesFix --dbname and --dbuser issue with csvlog format...
2013-01-08 Matt (on joker)Clarify misleading statement about log_duration
2013-01-07 Darold GillesAdd missing SQL::Beautify paternity.
2013-01-04 Darold GillesFix issue in SQL formatting that prevent left back...
2013-01-02 Darold GillesDisplay 3 decimal in time report so that ms can be...
2012-12-30 DaroldForce the parser to not insert a new line after the...
2012-12-29 DaroldAdd better SQL formatting of update queries by adding...
2012-12-27 Darold GillesUpdate documentation.
2012-12-27 Darold GillesQueries without application name are stored under other...
2012-12-27 Darold GillesAdd report of number of queries by application if ...
2012-12-27 Darold GillesAdd link menu to the request per database and limit...
2012-12-26 Darold GillesAdd report of requests per database.
2012-12-26 Darold GillesAdd report of user,remote client and application name...
2012-12-24 Darold GillesFix memory leak with option -b (--begin) and in increme...
2012-12-24 Darold GillesRemove duration from log format auto-detection. Thanks...
2012-12-23 Darold GillesFix a performance issue on prettifying SQL queries...
2012-12-23 Darold GillesFix populating of %_error_info.
2012-12-21 DaroldMerge pull request #50 from ioguix/storable
2012-12-21 Jehan-Guillaume... Add 'binary' format as input/output format
2012-12-16 DaroldRemove port from the session regex pattern to match...
2012-12-14 DaroldMerge pull request #49 from eulerto/master
2012-12-14 Euler Taveira... Fix the progress bar. It was trying to use gunzip to...
2012-12-14 Euler Taveira... Fix some typos and grammatical issues.
2012-12-11 Darold GillesImprove SQL code highlighting and keywords detection...
2012-12-10 Darold GillesFix issue #46, to add support to hostname or ip address...
2012-12-10 Darold GillesFix issue #45, pgbadger will now only reports execute...
2012-12-05 DaroldMerge pull request #44 from darkixion/master
2012-12-05 Thom BrownFix numerous typos as well as formatting and grammatica...
2012-12-05 Darold GillesAdd backward compatibility to obsolete --client command...
2012-12-05 DaroldMerge pull request #43 from rjuju/fix_dbclient
2012-12-05 Julien RouhaudSmall fix for issue with --dbclient and %h in log_line_...
2012-12-01 DaroldFix multiline progress bar output.
2012-11-22 Darold GillesAllow usage of a dash into database, user and applicati...
2012-11-22 Darold GillesMouse over queries will now show in which database...
2012-11-22 Darold GillesAdd some code optimization.
2012-11-21 Darold GillesFix missing keys on %cur_info hash foreach loop. Thanks...
2012-11-21 Darold GillesMove openning file handle to log file into a dedicated...
2012-11-20 Darold GillesReplace Ctrl+M by printable \r. Thanks to Marc Cousin...
2012-11-14 Darold GillesUpdate version to 2.2
2012-11-13 Darold GillesUpdate Changelog and release version 2.2
2012-11-13 Darold GillesAdd two more Pg keywords and run perltidy.
2012-11-13 Darold GillesFix number of queries in progress bar with tsung output.
2012-11-12 Darold GillesRemove obsolete syslog-ng and temporary syslog-ll log...
2012-11-12 Darold GillesAdd comment about the check_incremental_position()...
2012-11-12 Darold GillesFix bad report with empty graphs when log files was...
2012-11-07 Darold GillesAdd report of the current total of queries and events...
2012-11-07 Darold GillesFix parser on syslog with level info after the timestam...
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...
next