]> granicus.if.org Git - pgbadger/log
pgbadger
10 years agoDo not return SUCCESS error code 0 when aborted or something fails
Bruno Almeida [Wed, 8 Oct 2014 11:11:58 +0000 (11:11 +0000)]
Do not return SUCCESS error code 0 when aborted or something fails

10 years agoFix typo in ChangeLog.
Darold Gilles [Tue, 7 Oct 2014 19:18:45 +0000 (21:18 +0200)]
Fix typo in ChangeLog.

10 years agoMerge branch 'master' of github.com:dalibo/pgbadger v6.2
Darold Gilles [Tue, 7 Oct 2014 19:02:04 +0000 (21:02 +0200)]
Merge branch 'master' of github.com:dalibo/pgbadger

10 years agoUpdate changelog and version to 6.2
Darold Gilles [Tue, 7 Oct 2014 18:58:35 +0000 (20:58 +0200)]
Update changelog and version to 6.2

10 years agoUpdate changelog and version to 6.1
Darold Gilles [Tue, 7 Oct 2014 18:58:35 +0000 (20:58 +0200)]
Update changelog and version to 6.1

10 years agoAdd -D | --dns-resolv command line option to replace ip adresses by their DNS name...
Darold Gilles [Tue, 7 Oct 2014 17:25:22 +0000 (19:25 +0200)]
Add -D | --dns-resolv command line option to replace ip adresses by their DNS name. Be warned that this can slow down pgBagder a lot. Thanks to Jiri Hlinka for the feature request.

10 years agoAdd a note into documentation about prefix [%l-1]. Thanks to sterfield for the sugges...
Darold Gilles [Tue, 7 Oct 2014 14:24:31 +0000 (16:24 +0200)]
Add a note into documentation about prefix [%l-1]. Thanks to sterfield for the suggestion.

10 years agoDo not display queries in Slowest individual, Time consuming and Normalized slowest...
Darold Gilles [Tue, 7 Oct 2014 08:41:23 +0000 (10:41 +0200)]
Do not display queries in Slowest individual, Time consuming and Normalized slowest queries reports when there is no duration in log file. Diplay NO DATASET instead.

10 years agoRemove CSV test modification.
Darold Gilles [Mon, 6 Oct 2014 13:39:04 +0000 (15:39 +0200)]
Remove CSV test modification.

10 years agoFix min/max queries in SQL trafic.
Darold Gilles [Mon, 6 Oct 2014 13:36:37 +0000 (15:36 +0200)]
Fix min/max queries in SQL trafic.

10 years agoFix wrong unit to Synced files in Checkpoints files report. Thanks to Levente Birta...
Darold Gilles [Wed, 1 Oct 2014 20:54:18 +0000 (22:54 +0200)]
Fix wrong unit to Synced files in Checkpoints files report. Thanks to Levente Birta for the report.

10 years agoRemove setting escape_char to undef with Text::CSV_XS that break reports like tempora...
Darold Gilles [Wed, 1 Oct 2014 15:20:51 +0000 (17:20 +0200)]
Remove setting escape_char to undef with Text::CSV_XS that break reports like temporary files.

10 years agoEnable allow_loose_quotes and undef escape_char in Text::CSV_XS call to fix CSV forma...
Darold Gilles [Tue, 30 Sep 2014 19:04:30 +0000 (21:04 +0200)]
Enable allow_loose_quotes and undef escape_char in Text::CSV_XS call to fix CSV format error when fields have quote inside an unquoted field. Thanks to Josh Berkus for the report.

10 years agoUpdate ChangeLog and version to 6.1. v6.1
Darold Gilles [Thu, 25 Sep 2014 21:29:58 +0000 (23:29 +0200)]
Update ChangeLog and version to 6.1.

10 years agoFix incomplete last commit and add escaping of html. Thanks to Julien Rouhauld for...
Darold Gilles [Tue, 23 Sep 2014 16:07:57 +0000 (18:07 +0200)]
Fix incomplete last commit and add escaping of html. Thanks to Julien Rouhauld for the patch.

10 years agoRemove pgBadger label when --title is used.
Darold Gilles [Tue, 23 Sep 2014 07:43:38 +0000 (09:43 +0200)]
Remove pgBadger label when --title is used.

10 years agoChange -T | --title position on pgBadger report. Title is now displayed inline right...
Darold Gilles [Mon, 22 Sep 2014 21:34:02 +0000 (23:34 +0200)]
Change -T | --title position on pgBadger report. Title is now displayed inline right after pgBadger label.

10 years agoAdd --file-per-query and --format-query option to write each slowest query in a separ...
Darold Gilles [Fri, 19 Sep 2014 09:28:41 +0000 (11:28 +0200)]
Add --file-per-query and --format-query option to write each slowest query in a separate file named qryXXX.sql and perform minimal formating of the queries. Thanks to Rodolphe Quiedeville for the patch.

10 years agoRemove debug query from explain-slowest tool.
Darold Gilles [Fri, 19 Sep 2014 08:20:05 +0000 (10:20 +0200)]
Remove debug query from explain-slowest tool.

10 years agoFix surge in sessions number report when an exclusion or inclusion option (dbname...
Darold Gilles [Thu, 18 Sep 2014 07:19:54 +0000 (09:19 +0200)]
Fix surge in sessions number report when an exclusion or inclusion option (dbname, user, appname, etc.) is used. Thanks to suyah for the report.

10 years agoFix fatal error when remote log file is 0 size. Thanks to Julien Rouhaud for the...
Darold Gilles [Tue, 16 Sep 2014 12:37:18 +0000 (14:37 +0200)]
Fix fatal error when remote log file is 0 size. Thanks to Julien Rouhaud for the report.

10 years agoAllow pgbadger_tools --explain-slowest to automatically execute the EXPLAIN statement...
Darold Gilles [Wed, 10 Sep 2014 20:17:06 +0000 (22:17 +0200)]
Allow pgbadger_tools --explain-slowest to automatically execute the EXPLAIN statements an report the plan. See pgbadger_tools --help for more explanation.

10 years agoAdd --analyze option to replace EXPLAIN statements by EXPLAIN (ANALYZE, VERBOSE,...
Darold Gilles [Wed, 10 Sep 2014 18:57:11 +0000 (20:57 +0200)]
Add --analyze option to replace EXPLAIN statements by EXPLAIN (ANALYZE, VERBOSE, BUFFERS).

10 years agoMove pgbadger_tools.pl program and README.tools into the tools/ subdirectory with...
Darold Gilles [Wed, 10 Sep 2014 17:34:23 +0000 (19:34 +0200)]
Move pgbadger_tools.pl program and README.tools into the tools/ subdirectory with removing the extension. Add more comments and explanations.

10 years agoFix case where die with interrupt signal is received when using -e option. Thanks...
Darold Gilles [Wed, 3 Sep 2014 22:12:51 +0000 (00:12 +0200)]
Fix case where die with interrupt signal is received when using -e option. Thanks to Lloyd Albin for the report.

10 years agoAdd a new program pgbadger_tools.pl to demonstrate how to deal with pgBadger binary...
Darold Gilles [Wed, 3 Sep 2014 15:00:55 +0000 (17:00 +0200)]
Add a new program pgbadger_tools.pl to demonstrate how to deal with pgBadger binary files to build your own new feature. The first one 'explain-slowest' allow printing of top slowest queries as EXPLAIN statements.

10 years agoMerge pull request #190 from rjuju/fix_zoom
Darold [Wed, 3 Sep 2014 14:26:22 +0000 (16:26 +0200)]
Merge pull request #190 from rjuju/fix_zoom

Keep tick formatting when zooming.

10 years agoKeep tick formatting when zooming.
Julien Rouhaud [Wed, 3 Sep 2014 14:17:43 +0000 (16:17 +0200)]
Keep tick formatting when zooming.

10 years agoFix automatic detection of rsyslogd logs. Thanks to David Day for the report.
Darold Gilles [Tue, 26 Aug 2014 20:39:28 +0000 (22:39 +0200)]
Fix automatic detection of rsyslogd logs. Thanks to David Day for the report.

10 years ago- Fix issue in calculating min/max/avg in "General Activity" report. It was build...
Darold Gilles [Mon, 25 Aug 2014 15:17:55 +0000 (17:17 +0200)]
- Fix issue in calculating min/max/avg in "General Activity" report. It was build on the sum of queries duration per minutes instead of each duration. Thanks to Jayadevan M for the report.
- The same issue remains with percentile that are build using the sum of duration per minutes and doesn't represent the real queries duration.
- This commit also include a modification in convert_time() method to reports milliseconds.

10 years agoAdd -B or --bar-graph command line option to use bar instead of line in graph. Thanks...
Darold Gilles [Fri, 22 Aug 2014 13:19:14 +0000 (15:19 +0200)]
Add -B or --bar-graph command line option to use bar instead of line in graph. Thanks to Bart Dopheide for the suggestion. Also fix Checkpoint Wal files usage graph title.

10 years agoFix typo v6.0
Darold Gilles [Mon, 11 Aug 2014 14:10:21 +0000 (16:10 +0200)]
Fix typo

10 years agoUpdate ChangeLog and version to 6.0
Darold Gilles [Fri, 8 Aug 2014 21:08:36 +0000 (23:08 +0200)]
Update ChangeLog and version to 6.0

10 years agoFix label of Reset button. Thanks to Julien Rouhaud for the report.
Darold Gilles [Fri, 8 Aug 2014 20:19:27 +0000 (22:19 +0200)]
Fix label of Reset button. Thanks to Julien Rouhaud for the report.

10 years agoMerge pull request #183 from rjuju/fix_js
Darold [Fri, 8 Aug 2014 20:07:22 +0000 (22:07 +0200)]
Merge pull request #183 from rjuju/fix_js

Slighty improve javascript.

10 years agoSlighty improve javascript.
Julien Rouhaud [Fri, 8 Aug 2014 20:01:10 +0000 (22:01 +0200)]
Slighty improve javascript.

- use only one call of sql_select
- use only one call of sql_format
- use jQuery selector instead of getElementById to avoid js errors when
not found.

10 years agoChange pgBadger logo and ico to the new one.
Darold Gilles [Fri, 8 Aug 2014 14:33:36 +0000 (16:33 +0200)]
Change pgBadger logo and ico to the new one.

10 years agoFix wrong average duration on query that generate the most locks. Thanks to Pascal...
Darold Gilles [Fri, 8 Aug 2014 13:30:45 +0000 (15:30 +0200)]
Fix wrong average duration on query that generate the most locks. Thanks to Pascal-b for the report.

10 years agoAdd -R | --retention option to set the maximum number of week reports to preserve...
Darold Gilles [Thu, 7 Aug 2014 22:37:51 +0000 (00:37 +0200)]
Add -R | --retention option to set the maximum number of week reports to preserve in the output directory for incremental mode. Thanks to Kong Man for the feature request.

10 years agoSession count is immediately decreased when a FATAL error is received in the current...
Darold Gilles [Thu, 7 Aug 2014 18:00:51 +0000 (20:00 +0200)]
Session count is immediately decreased when a FATAL error is received in the current session.

10 years agoFix incomplete completion of progress bar since previous patch.
Darold Gilles [Thu, 7 Aug 2014 14:39:30 +0000 (16:39 +0200)]
Fix incomplete completion of progress bar since previous patch.

10 years agoFix issue in incremental mode when parsing is stopped after rotating log and rotated...
Darold Gilles [Wed, 6 Aug 2014 20:44:32 +0000 (22:44 +0200)]
Fix issue in incremental mode when parsing is stopped after rotating log and rotated log has new lines. The new file was not parsed at all. Thanks to CZAirwolf for the report.

10 years agoFix revert to single thread when last_line_parsed exists. Thanks to Bruno Almeida...
Darold Gilles [Wed, 6 Aug 2014 09:49:01 +0000 (11:49 +0200)]
Fix revert to single thread when last_line_parsed exists. Thanks to Bruno Almeida for the report.

10 years ago- Fix issue in handling SIGTERM/SIGINT that cause pgbadger to continue.
Darold Gilles [Tue, 5 Aug 2014 22:14:47 +0000 (00:14 +0200)]
- Fix issue in handling SIGTERM/SIGINT that cause pgbadger to continue.
- Add autoclean feature to pgbadger in incremental mode. pgbadger will now removed automatically obsolete binary files unless you specify --noclean at command line. Take care that the old behaviour was to keep those unecessary binary files, now they will be removed if there's already a report in the day directory. In incremental mode (-I) only the binary files of the current parsed week are needed. This may help saving disk space.

10 years agoAdd a global regex definition array named @session_closed_msg to add regex that match...
Darold Gilles [Tue, 5 Aug 2014 18:25:28 +0000 (20:25 +0200)]
Add a global regex definition array named @session_closed_msg to add regex that match fatal error messages that do not generate disconnection line in pg log.

10 years agoAdd new command line option --anonymize to obscure all literals in queries/errors...
Darold Gilles [Tue, 5 Aug 2014 11:09:06 +0000 (13:09 +0200)]
Add new command line option --anonymize to obscure all literals in queries/errors to hide confidential data. Thanks to wmorancfi for the feature request.

10 years agoRemove temporary debug line. Thanks to CZAirwolf for the report.
Darold Gilles [Fri, 1 Aug 2014 07:39:42 +0000 (09:39 +0200)]
Remove temporary debug line. Thanks to CZAirwolf for the report.

10 years agoFix single "SELECT;" as a query in a report. Thanks to Marc Cousin for the report.
Darold Gilles [Tue, 29 Jul 2014 16:25:44 +0000 (18:25 +0200)]
Fix single "SELECT;" as a query in a report. Thanks to Marc Cousin for the report.

10 years agoAdd label "Click to copy query" to icon-copy
Darold Gilles [Sun, 27 Jul 2014 10:33:14 +0000 (12:33 +0200)]
Add label "Click to copy query" to icon-copy

10 years agoAdd a copy icon in front of each query in the report to select the entire query on...
Darold Gilles [Fri, 25 Jul 2014 20:37:51 +0000 (22:37 +0200)]
Add a copy icon in front of each query in the report to select the entire query on click. Click and drag to select the query can be a pain, this button is a click-to-select that allow to use Ctrl+c to copy on clipboard. Thanks to Josh Berkus for the feature request.

10 years agoFix wrong move to begining of a file if the file was modified after have been parse...
Darold Gilles [Thu, 24 Jul 2014 20:43:18 +0000 (22:43 +0200)]
Fix wrong move to begining of a file if the file was modified after have been parse a time. Thanks to Herve Werner for the report.

10 years agoAllow pgBadger to write out extra files to outdir when creating incremental reports...
Darold Gilles [Thu, 24 Jul 2014 00:31:57 +0000 (02:31 +0200)]
Allow pgBadger to write out extra files to outdir when creating incremental reports. Require the use of the -X or --extra-files option in incremental mode (-I). Thanks to Matthew Musgrove for the feature request.

10 years agoFix an other issue with wrong offset in incremental mode, initial position was 1...
Darold Gilles [Wed, 23 Jul 2014 21:50:28 +0000 (23:50 +0200)]
Fix an other issue with wrong offset in incremental mode, initial position was 1 instead of 0. Thanks to Herve Werner for the report.
Fix incomplete handling of XZ compressed format.

10 years agoFix move to offset in incremental mode with multiprocess and incomplete condition...
Darold Gilles [Wed, 23 Jul 2014 15:38:41 +0000 (17:38 +0200)]
Fix move to offset in incremental mode with multiprocess and incomplete condition when file is smaller than the last offset.

10 years agoFix missing initial move to offset in incremental mode before the file change test...
Darold Gilles [Wed, 23 Jul 2014 15:11:06 +0000 (17:11 +0200)]
Fix missing initial move to offset in incremental mode before the file change test. Thanks to Herve Werner for the report.

10 years agoAllow/improve incremental mode with multiple log file and multiprocess.
Darold Gilles [Tue, 22 Jul 2014 21:47:44 +0000 (23:47 +0200)]
Allow/improve incremental mode with multiple log file and multiprocess.

10 years agoFix incorrect location of temporary file stroring last parsed line in multiprocess...
Darold Gilles [Tue, 22 Jul 2014 16:50:27 +0000 (18:50 +0200)]
Fix incorrect location of temporary file stroring last parsed line in multiprocess+incremental mode. Thanks to Herve Werner for the report.

10 years agoFix remote ssh command error sh: 2: Syntax error: "|" unexpected. Thanks to Herve...
Darold Gilles [Tue, 15 Jul 2014 08:04:44 +0000 (10:04 +0200)]
Fix remote ssh command error sh: 2: Syntax error: "|" unexpected. Thanks to Herve Werner for the report.

10 years agoFix overcount of sessions when a client attempts to log in and is kicked off because...
Darold Gilles [Sat, 12 Jul 2014 16:25:57 +0000 (18:25 +0200)]
Fix overcount of sessions when a client attempts to log in and is kicked off because of failed authentication or an incorrect database name. These show up as sessions which connected and never disconnected. Thanks to Josh Berkus for the report.

10 years agoFix missing database name in samples of top queries reports. Thanks to Thomas Reiss...
Darold Gilles [Fri, 11 Jul 2014 15:59:41 +0000 (17:59 +0200)]
Fix missing database name in samples of top queries reports. Thanks to Thomas Reiss for the report.

10 years agoAdd minimal documentation about JSON output format.
Darold Gilles [Fri, 11 Jul 2014 14:13:15 +0000 (16:13 +0200)]
Add minimal documentation about JSON output format.

10 years agoMerge branch 'lansz-master'
Darold Gilles [Fri, 11 Jul 2014 13:48:46 +0000 (15:48 +0200)]
Merge branch 'lansz-master'

10 years agoMerge branch 'master' of github.com:lansz/pgbadger into lansz-master
Darold Gilles [Fri, 11 Jul 2014 13:48:25 +0000 (15:48 +0200)]
Merge branch 'master' of github.com:lansz/pgbadger into lansz-master

10 years agoAdd execute attribute to pgbadger in the source repository, some may find this more...
Darold Gilles [Fri, 11 Jul 2014 10:15:01 +0000 (12:15 +0200)]
Add execute attribute to pgbadger in the source repository, some may find this more helpful when pgbadger is not installed and executed directly from this repository.

10 years agoMerge branch 'master' of github.com:dalibo/pgbadger
Darold Gilles [Thu, 26 Jun 2014 03:39:02 +0000 (05:39 +0200)]
Merge branch 'master' of github.com:dalibo/pgbadger

10 years agoFix issue with csv log format and incremental mode. Thanks to Suya for the report...
Darold Gilles [Wed, 25 Jun 2014 22:45:32 +0000 (00:45 +0200)]
Fix issue with csv log format and incremental mode. Thanks to Suya for the report and the help to solve the issue. There also a fix to support autovacuum statistic with csv format.

10 years agoMerge pull request #170 from rodo/master
Darold [Mon, 23 Jun 2014 14:11:36 +0000 (16:11 +0200)]
Merge pull request #170 from rodo/master

Two minor change to made easier to use Tsung scenario

10 years agoFix bad URL to documentation. Thanks to Rodolphe Quiedeville for the report.
Darold Gilles [Mon, 23 Jun 2014 14:09:56 +0000 (16:09 +0200)]
Fix bad URL to documentation. Thanks to Rodolphe Quiedeville for the report.

10 years ago- Remove the first empty line
Rodolphe QuiƩdeville [Mon, 23 Jun 2014 13:12:45 +0000 (15:12 +0200)]
- Remove the first empty line
- replace probability by weight

Now it is possible to use the scenario as is with Tsung 1.5

10 years agoFix incremental mode where weeks on index page start on sunday and week reports start...
Darold Gilles [Sat, 14 Jun 2014 02:06:22 +0000 (04:06 +0200)]
Fix incremental mode where weeks on index page start on sunday and week reports start on monday. Thanks to flopma and birkosan for the report.

10 years agoReplace label "More CPU costly" by "Highest CPU-cost". Thanks to Marc Cousin for...
Darold Gilles [Fri, 13 Jun 2014 01:33:40 +0000 (03:33 +0200)]
Replace label "More CPU costly" by "Highest CPU-cost". Thanks to Marc Cousin for the report.

10 years agoMerge pull request #165 from himanchali/master
Darold [Thu, 12 Jun 2014 02:54:52 +0000 (04:54 +0200)]
Merge pull request #165 from himanchali/master

Query Latency Percentile on General Activity Page

10 years agofixed issue with float sort
Himanchali [Fri, 6 Jun 2014 13:54:39 +0000 (19:24 +0530)]
fixed issue with float sort

10 years agoFix typon pgbadger call. Thanks to Guilhem Rambal for the report.
Darold Gilles [Thu, 5 Jun 2014 02:56:08 +0000 (04:56 +0200)]
Fix typon pgbadger call. Thanks to Guilhem Rambal for the report.

10 years agoadded query latencey percentile for user level , current percentiles are 90, 95, 99
Himanchali [Wed, 4 Jun 2014 09:44:39 +0000 (15:14 +0530)]
added query latencey percentile for user level , current percentiles are 90, 95, 99

10 years agoAdd JSON support for output format.
Shanzhang Lan [Fri, 30 May 2014 09:55:01 +0000 (17:55 +0800)]
Add JSON support for output format.

JSON format is good for sharing data with other languages, which makes
it easy to integrate pgBadger's result into other monitoring tools
like Cacti or Graphite.

10 years agoUpdate documentation about remote mode feature.
Darold Gilles [Thu, 8 May 2014 14:32:23 +0000 (16:32 +0200)]
Update documentation about remote mode feature.

10 years agoUpdate documentation to inform that the xz utility should be at least in version...
Darold Gilles [Tue, 6 May 2014 11:19:53 +0000 (13:19 +0200)]
Update documentation to inform that the xz utility should be at least in version 5.05 to support the --robot option. Thanks to Xavier Millies-Lacroix for the report.

10 years agoUpdate changelog about missing patches to v5.1 v5.1
Darold Gilles [Mon, 5 May 2014 15:19:22 +0000 (17:19 +0200)]
Update changelog about missing patches to v5.1

10 years agoFix remote logfile parsing. Thanks to Herve Werner for the report.
Darold Gilles [Mon, 5 May 2014 15:05:24 +0000 (17:05 +0200)]
Fix remote logfile parsing. Thanks to Herve Werner for the report.

10 years agoUpdate version to 5.1
Darold Gilles [Sun, 4 May 2014 15:01:27 +0000 (17:01 +0200)]
Update version to 5.1

10 years agoUpdate changelog
Darold Gilles [Sun, 4 May 2014 15:01:00 +0000 (17:01 +0200)]
Update changelog

10 years agoMerge pull request #155 from brunomgalmeida/master
Darold [Thu, 1 May 2014 15:10:27 +0000 (17:10 +0200)]
Merge pull request #155 from brunomgalmeida/master

fixed calendar display

10 years agorevert to single thread if file is small
brunomgalmeida [Thu, 1 May 2014 14:49:06 +0000 (15:49 +0100)]
revert to single thread if file is small
print calendars 4+4+4 instead of 3+4+4+1 when looking at a full year

10 years agoAdd --exclude-line option for excluding log entries with a regex based on the full...
Darold Gilles [Thu, 1 May 2014 14:24:53 +0000 (16:24 +0200)]
Add --exclude-line option for excluding log entries with a regex based on the full log line. Thanks to ferfebles for the feature request.

10 years agofixed calendar display
brunomgalmeida [Thu, 1 May 2014 14:15:50 +0000 (15:15 +0100)]
fixed calendar display
correct typo in "Jully"

10 years agoFix previous commit
Darold Gilles [Thu, 1 May 2014 13:06:03 +0000 (15:06 +0200)]
Fix previous commit

10 years agoFix SQL keywords that was beautified twice.
Darold Gilles [Thu, 1 May 2014 11:55:11 +0000 (13:55 +0200)]
Fix SQL keywords that was beautified twice.

10 years agoRemove duplicate pg_keyword in SQL beautifier.
Darold Gilles [Mon, 28 Apr 2014 21:57:51 +0000 (23:57 +0200)]
Remove duplicate pg_keyword in SQL beautifier.

10 years agoFix increment of session when --disable-session is activated.
Darold Gilles [Mon, 28 Apr 2014 20:20:38 +0000 (22:20 +0200)]
Fix increment of session when --disable-session is activated.

10 years agoFix missing unit in Checkpoints Activity report when time value is empty. Thanks...
Darold Gilles [Mon, 28 Apr 2014 19:41:30 +0000 (21:41 +0200)]
Fix missing unit in Checkpoints Activity report when time value is empty. Thanks to Herve Werner for the report.

10 years agoFix double information in histogram data when period is the hour.
Darold Gilles [Mon, 28 Apr 2014 19:35:29 +0000 (21:35 +0200)]
Fix double information in histogram data when period is the hour.

10 years agoAdd support to named PREPARE and EXECUTE queries. Calls to EXECUTE statements are...
Darold Gilles [Mon, 28 Apr 2014 18:29:39 +0000 (20:29 +0200)]
Add support to named PREPARE and EXECUTE queries. Calls to EXECUTE statements are now replaced by the prepared query and show samples with parameters. Thanks to Brian DeRocher for the feature request.

10 years agoMerge pull request #154 from brunomgalmeida/master
Darold [Mon, 28 Apr 2014 12:29:10 +0000 (14:29 +0200)]
Merge pull request #154 from brunomgalmeida/master

Included Remote and Client information into the most-frequent-errors-eve...

10 years agoIncluded Remote and Client information into the most-frequent-errors-events-examples
brunomgalmeida [Mon, 28 Apr 2014 11:43:33 +0000 (12:43 +0100)]
Included Remote and Client information into the most-frequent-errors-events-examples

10 years agoMerge pull request #153 from schmiddy/doc_fixes
Darold [Fri, 25 Apr 2014 09:52:20 +0000 (11:52 +0200)]
Merge pull request #153 from schmiddy/doc_fixes

Copyediting of the documentation. Attempting to fix various awkward

10 years agoCopyediting of the documentation. Attempting to fix various awkward
Josh Kupershmidt [Thu, 24 Apr 2014 01:00:42 +0000 (21:00 -0400)]
Copyediting of the documentation. Attempting to fix various awkward
phrasings, grammar, and spelling. Consistently capitalize "pgBadger"
as such, except for command examples which should stay all-lowercase.

10 years agoFix incremental mode under Windows by replacing %F and %u POSIX::strftime format...
Darold Gilles [Tue, 15 Apr 2014 14:59:24 +0000 (16:59 +0200)]
Fix incremental mode under Windows by replacing %F and %u POSIX::strftime format to %Y-%m-%d and %w. Thanks to dthiery for the report.

10 years agoRemove Examples button when there is no examples available.
Darold Gilles [Tue, 15 Apr 2014 12:00:39 +0000 (14:00 +0200)]
Remove Examples button when there is no examples available.

10 years agoFix label on tips in histogram of errors reports.
Darold Gilles [Tue, 15 Apr 2014 11:28:49 +0000 (13:28 +0200)]
Fix label on tips in histogram of errors reports.