]> granicus.if.org Git - pgbadger/shortlog
pgbadger
2014-10-08 Bruno AlmeidaDo not return SUCCESS error code 0 when aborted or...
2014-10-07 Darold GillesFix typo in ChangeLog.
2014-10-07 Darold GillesMerge branch 'master' of github.com:dalibo/pgbadger v6.2
2014-10-07 Darold GillesUpdate changelog and version to 6.2
2014-10-07 Darold GillesUpdate changelog and version to 6.1
2014-10-07 Darold GillesAdd -D | --dns-resolv command line option to replace...
2014-10-07 Darold GillesAdd a note into documentation about prefix [%l-1]....
2014-10-07 Darold GillesDo not display queries in Slowest individual, Time...
2014-10-06 Darold GillesRemove CSV test modification.
2014-10-06 Darold GillesFix min/max queries in SQL trafic.
2014-10-01 Darold GillesFix wrong unit to Synced files in Checkpoints files...
2014-10-01 Darold GillesRemove setting escape_char to undef with Text::CSV_XS...
2014-09-30 Darold GillesEnable allow_loose_quotes and undef escape_char in...
2014-09-25 Darold GillesUpdate ChangeLog and version to 6.1. v6.1
2014-09-23 Darold GillesFix incomplete last commit and add escaping of html...
2014-09-23 Darold GillesRemove pgBadger label when --title is used.
2014-09-22 Darold GillesChange -T | --title position on pgBadger report. Title...
2014-09-19 Darold GillesAdd --file-per-query and --format-query option to write...
2014-09-19 Darold GillesRemove debug query from explain-slowest tool.
2014-09-18 Darold GillesFix surge in sessions number report when an exclusion...
2014-09-16 Darold GillesFix fatal error when remote log file is 0 size. Thanks...
2014-09-10 Darold GillesAllow pgbadger_tools --explain-slowest to automatically...
2014-09-10 Darold GillesAdd --analyze option to replace EXPLAIN statements...
2014-09-10 Darold GillesMove pgbadger_tools.pl program and README.tools into...
2014-09-03 Darold GillesFix case where die with interrupt signal is received...
2014-09-03 Darold GillesAdd a new program pgbadger_tools.pl to demonstrate...
2014-09-03 DaroldMerge pull request #190 from rjuju/fix_zoom
2014-09-03 Julien RouhaudKeep tick formatting when zooming.
2014-08-26 Darold GillesFix automatic detection of rsyslogd logs. Thanks to...
2014-08-25 Darold Gilles- Fix issue in calculating min/max/avg in "General...
2014-08-22 Darold GillesAdd -B or --bar-graph command line option to use bar...
2014-08-11 Darold GillesFix typo v6.0
2014-08-08 Darold GillesUpdate ChangeLog and version to 6.0
2014-08-08 Darold GillesFix label of Reset button. Thanks to Julien Rouhaud...
2014-08-08 DaroldMerge pull request #183 from rjuju/fix_js
2014-08-08 Julien RouhaudSlighty improve javascript.
2014-08-08 Darold GillesChange pgBadger logo and ico to the new one.
2014-08-08 Darold GillesFix wrong average duration on query that generate the...
2014-08-07 Darold GillesAdd -R | --retention option to set the maximum number...
2014-08-07 Darold GillesSession count is immediately decreased when a FATAL...
2014-08-07 Darold GillesFix incomplete completion of progress bar since previou...
2014-08-06 Darold GillesFix issue in incremental mode when parsing is stopped...
2014-08-06 Darold GillesFix revert to single thread when last_line_parsed exist...
2014-08-05 Darold Gilles- Fix issue in handling SIGTERM/SIGINT that cause pgbad...
2014-08-05 Darold GillesAdd a global regex definition array named @session_clos...
2014-08-05 Darold GillesAdd new command line option --anonymize to obscure...
2014-08-01 Darold GillesRemove temporary debug line. Thanks to CZAirwolf for...
2014-07-29 Darold GillesFix single "SELECT;" as a query in a report. Thanks...
2014-07-27 Darold GillesAdd label "Click to copy query" to icon-copy
2014-07-25 Darold GillesAdd a copy icon in front of each query in the report...
2014-07-24 Darold GillesFix wrong move to begining of a file if the file was...
2014-07-24 Darold GillesAllow pgBadger to write out extra files to outdir when...
2014-07-23 Darold GillesFix an other issue with wrong offset in incremental...
2014-07-23 Darold GillesFix move to offset in incremental mode with multiproces...
2014-07-23 Darold GillesFix missing initial move to offset in incremental mode...
2014-07-22 Darold GillesAllow/improve incremental mode with multiple log file...
2014-07-22 Darold GillesFix incorrect location of temporary file stroring last...
2014-07-15 Darold GillesFix remote ssh command error sh: 2: Syntax error: ...
2014-07-12 Darold GillesFix overcount of sessions when a client attempts to...
2014-07-11 Darold GillesFix missing database name in samples of top queries...
2014-07-11 Darold GillesAdd minimal documentation about JSON output format.
2014-07-11 Darold GillesMerge branch 'lansz-master'
2014-07-11 Darold GillesMerge branch 'master' of github.com:lansz/pgbadger...
2014-07-11 Darold GillesAdd execute attribute to pgbadger in the source reposit...
2014-06-26 Darold GillesMerge branch 'master' of github.com:dalibo/pgbadger
2014-06-25 Darold GillesFix issue with csv log format and incremental mode...
2014-06-23 DaroldMerge pull request #170 from rodo/master
2014-06-23 Darold GillesFix bad URL to documentation. Thanks to Rodolphe Quiede...
2014-06-23 Rodolphe QuiƩdeville- Remove the first empty line
2014-06-14 Darold GillesFix incremental mode where weeks on index page start...
2014-06-13 Darold GillesReplace label "More CPU costly" by "Highest CPU-cost...
2014-06-12 DaroldMerge pull request #165 from himanchali/master
2014-06-06 Himanchalifixed issue with float sort
2014-06-05 Darold GillesFix typon pgbadger call. Thanks to Guilhem Rambal for...
2014-06-04 Himanchaliadded query latencey percentile for user level , curren...
2014-05-30 Shanzhang LanAdd JSON support for output format.
2014-05-08 Darold GillesUpdate documentation about remote mode feature.
2014-05-06 Darold GillesUpdate documentation to inform that the xz utility...
2014-05-05 Darold GillesUpdate changelog about missing patches to v5.1 v5.1
2014-05-05 Darold GillesFix remote logfile parsing. Thanks to Herve Werner...
2014-05-04 Darold GillesUpdate version to 5.1
2014-05-04 Darold GillesUpdate changelog
2014-05-01 DaroldMerge pull request #155 from brunomgalmeida/master
2014-05-01 brunomgalmeidarevert to single thread if file is small
2014-05-01 Darold GillesAdd --exclude-line option for excluding log entries...
2014-05-01 brunomgalmeidafixed calendar display
2014-05-01 Darold GillesFix previous commit
2014-05-01 Darold GillesFix SQL keywords that was beautified twice.
2014-04-28 Darold GillesRemove duplicate pg_keyword in SQL beautifier.
2014-04-28 Darold GillesFix increment of session when --disable-session is...
2014-04-28 Darold GillesFix missing unit in Checkpoints Activity report when...
2014-04-28 Darold GillesFix double information in histogram data when period...
2014-04-28 Darold GillesAdd support to named PREPARE and EXECUTE queries. Calls...
2014-04-28 DaroldMerge pull request #154 from brunomgalmeida/master
2014-04-28 brunomgalmeidaIncluded Remote and Client information into the most...
2014-04-25 DaroldMerge pull request #153 from schmiddy/doc_fixes
2014-04-24 Josh KupershmidtCopyediting of the documentation. Attempting to fix...
2014-04-15 Darold GillesFix incremental mode under Windows by replacing %F...
2014-04-15 Darold GillesRemove Examples button when there is no examples available.
2014-04-15 Darold GillesFix label on tips in histogram of errors reports.
next