]>
granicus.if.org Git - pgbadger/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Darold Gilles [Thu, 3 May 2012 20:10:31 +0000 (22:10 +0200)]
Rearrange x and y axis
Darold Gilles [Thu, 3 May 2012 19:43:42 +0000 (21:43 +0200)]
Fix legend opacity on graphics
Darold Gilles [Thu, 3 May 2012 18:14:40 +0000 (20:14 +0200)]
Replace GD::Graph by the Flotr2 javascript library to draw graphics - Guillaume Lelarge
Darold Gilles [Wed, 2 May 2012 12:52:32 +0000 (14:52 +0200)]
Rearrange x-axis label of GD::Graph graphics
Darold Gilles [Wed, 2 May 2012 12:06:26 +0000 (14:06 +0200)]
Rearrange Overall stats view
Darold Gilles [Wed, 2 May 2012 11:51:53 +0000 (13:51 +0200)]
Force graphics images to be saved in the same directory as the html output file
Darold Gilles [Wed, 2 May 2012 10:54:42 +0000 (12:54 +0200)]
Fix samples error with normalyzed error instead of real error message
Darold Gilles [Fri, 27 Apr 2012 10:30:29 +0000 (12:30 +0200)]
Add more "normalization" on errors messages
Darold [Fri, 20 Apr 2012 12:43:00 +0000 (14:43 +0200)]
Fix an other average size of temporary file decimal limit
Darold [Fri, 20 Apr 2012 11:42:12 +0000 (13:42 +0200)]
Update usage information with new options
Darold [Fri, 20 Apr 2012 11:36:18 +0000 (13:36 +0200)]
Force quiet mode when --progress is used
Darold [Fri, 20 Apr 2012 10:44:11 +0000 (12:44 +0200)]
Fix per sessions graphs
Darold [Fri, 20 Apr 2012 09:06:25 +0000 (11:06 +0200)]
Add pie graphs for session, database, user and host. Add --quiet option to remove debug output and --progress to show a progress bar during log parsing
Darold [Wed, 18 Apr 2012 19:34:42 +0000 (21:34 +0200)]
Add pie graph for Queries by type
Darold [Wed, 18 Apr 2012 15:07:43 +0000 (17:07 +0200)]
Fix sort order of days/hours into hours array
Darold [Wed, 18 Apr 2012 15:05:19 +0000 (17:05 +0200)]
Fix sort order of days into graphics
Darold [Mon, 16 Apr 2012 22:37:47 +0000 (00:37 +0200)]
Add graph for checkpoint write buffer per hours
Darold [Sun, 15 Apr 2012 22:05:25 +0000 (00:05 +0200)]
Remove display of locks, sessions and connections statistics when none are available
Darold [Sun, 15 Apr 2012 21:39:57 +0000 (23:39 +0200)]
Fix display of empty column of checkpoint when no checkpoint was found in log file
Darold [Sun, 15 Apr 2012 20:16:55 +0000 (22:16 +0200)]
Allow log parsing without any log_line_prefix and extend it to be defined by the user. Custom log_line prefix can be parsed using user defined regex with command line option
--regex-db and --regex-user. For exemple the default regex of pgbadger to parse user and db name from log_line_prefix can be written like this: pgbadger -l mylogfile.log --regex-user="user=([^,]*)," --regex-db="db=([^,]*)"
Darold [Sun, 15 Apr 2012 16:05:12 +0000 (18:05 +0200)]
Separe log_line_prefix from log level part in the parser to extend log_line_prefix parsing
Darold [Sun, 15 Apr 2012 15:41:05 +0000 (17:41 +0200)]
If there is just one argument, assume it is the logfile and use default value for all other parameters
Darold [Sun, 15 Apr 2012 15:33:33 +0000 (17:33 +0200)]
Add autodetection of log format (syslog or stderr) if none is given with option -f
Darold [Sun, 15 Apr 2012 15:11:44 +0000 (17:11 +0200)]
Add --outfile option to dump output to a file instead of stdout. Default filename is out.html or out.txt following the output format. To dump to stdout set filename to -
Darold [Sun, 15 Apr 2012 14:10:40 +0000 (16:10 +0200)]
Add --version command line option to show current pgbadger version
Darold Gilles [Thu, 12 Apr 2012 16:05:23 +0000 (18:05 +0200)]
Initial commit