]> granicus.if.org Git - pgbadger/shortlog
pgbadger
2013-03-13 damien clochardNote on how to contribute
2013-03-11 Darold GillesFix issue with logs read from stdin. Thanks to hubert...
2013-03-07 Darold GillesForce pgbadger to not try to beautify queries bigger...
2013-03-03 Darold GillesApply previous patch to syslog format.
2013-03-03 Darold GillesFix an other issue in replacing bind param when the...
2013-03-03 Darold GillesFix parsing of compressed files together with uncompres...
2013-03-03 Darold GillesAdd missing zcat command control in previous patch.
2013-03-03 Darold GillesReplace zcat by gunzip -c to fix an issue on MacOsx...
2013-03-03 Darold GillesEscape HTML code inside queries. Thanks to denstark...
2013-03-02 Darold GillesAdd Min/Max in addition to Average duration values...
2013-03-02 Darold GillesFix top slowest array size with binary format.
2013-03-02 Darold GillesFix an other case with bind parameters with value in...
2013-03-02 Darold GillesFix non replacement of bind parameters where there...
2013-03-02 Darold GillesFix error with seekable export tag with Perl v5.8....
2013-02-28 Darold GillesFix parsing of syslog lines begining with a timestamp...
2013-02-27 Darold GillesFix issue #65 where using -c | --dbclient with csvlog...
2013-02-22 Darold GillesUpdate ChangeLog with last commit for release 3.1.
2013-02-22 Darold GillesFix empty report in watchlog mode (-w option).
2013-02-21 Darold GillesUpdate ChangeLog and version to 3.1
2013-02-21 Darold GillesFix dies on command line options error.
2013-02-21 Darold GillesFix missing report of most frequent events/errors repor...
2013-02-21 Darold GillesFix missing report of slowest normalized queries.
2013-02-21 Darold GillesFix display of last print of progress bar when quiet...
2013-02-20 Darold GillesUpdate Changelog for v3.0
2013-02-20 Darold GillesAdd more details about parallel parsing.
2013-02-20 Darold GillesFix freeze of pgbadger in multiprocess mode with -e...
2013-02-19 Darold GillesFix multiprocess freeze issue introduce in previous...
2013-02-18 Darold GillesUpdate to version 3.0
2013-02-18 Darold GillesUpdate documentation about log_duration, log_min_durati...
2013-02-18 Darold GillesRewrite dirty code around log timestamp comparison...
2013-02-17 Darold GillesRemove distinction between log with duration enable...
2013-02-17 Darold GillesUpdate documentation about parallel processing
2013-02-16 Darold GillesUpdate Changelog
2013-02-14 Darold GillesRemove usage of Storable::file_magic to autodetect...
2013-02-13 Darold GillesForce multiprocess per file when files are compressed...
2013-02-12 Darold GillesAdd progress bar logger for multiprocess by forking...
2013-02-06 Darold Gilleschmod 755 pgbadger
2013-02-06 Darold GillesFix display of reference array instead of errors sample...
2013-02-06 Darold GillesFix display of empty table with --enable-log_min_durati...
2013-02-06 Darold GillesFix checkpoint reports when there is on checkpoint...
2013-02-05 Darold GillesFix non report of hourly connections/checkpoint/autovac...
2013-02-05 Darold GillesRemove the use of Proc::Queue for multiprocess support.
2013-02-05 Darold GillesAdd better handling of signal in multiprocess mode.
2013-02-05 Darold GillesAdd -J|--job_per_file command line option to force...
2013-02-05 Darold GillesFix parsing of orphan lines with stderr logs and log_li...
2013-01-31 Darold GillesUpdate documentation about -j | --jobs option.
2013-01-31 Darold GillesAllow pgbadger to use several cores, aka multiprocessin...
2013-01-30 Darold GillesAdd autovacuum and autoanalyze infos to binary format.
2013-01-28 Darold GillesFix case in SQL code highlighting where QQCODE temp...
2013-01-26 Darold GillesFix CSS to draw autovacuum graph and change legend...
2013-01-25 Darold GillesAdd pie graph to show repartition of number of autovacu...
2013-01-24 Darold GillesAdd debug information about selected type of log durati...
2013-01-17 Darold GillesAdd report of tuples/pages removed in report of Vacuums...
2013-01-17 Darold GillesFix major bug on syslog parser where years part of...
2013-01-17 DaroldMerge pull request #56 from gleu/autovacuum
2013-01-17 Darold GillesFix strange issue with Perl 5.16 that do not allow...
2013-01-17 Guillaume LelargeNew autovacuum hourly report and its graph
2013-01-17 Guillaume LelargeTwo new reports: VACUUM/ANALYZE per table
2013-01-17 Darold GillesUpdate release to 2.3
2013-01-17 Darold GillesUpdate ChangeLog.
2013-01-17 Darold GillesUpdate year in copyright.
2013-01-09 Darold GillesChange doc/pgBadger.pod to reflect Matt Romaine README...
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...
next