Changes: Apply patch from Filip RembiaĆkowski, which adds first header and last header display - for example to see time range the analysis was on. SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Changes: Fix bug spotted by Selena Deckelmann %l is *number* not some string. SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Robert Treat reported an error with find.best.tablespace.split.pl. In some cases it could die with 'division by zero' error. Problem was solved using patch from Robert, which simply treats "0" in number of rows fetched or written, as '0.001'. Additionally, I added a ...
After nearly 3 weeks of functioning, I just uploaded update to explain.depesz.com. New things are not really spectacular - I added help with proper explanation on what each color means and contact form in case somebody had ideas on what to ...
Long time ago I wrote small program to filter EXPLAIN ANALYZE output, and add summary of time. A bit later (I guess, I don't recall exact time line, it could have been earlier) Michael Glaesemann started explain-analyze.info - cool tool for ...
Changes: normalize BEGIN/START ... statements normalize END/COMMIT ... statements normalize ROLLBACK/ABORT ... statements SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Changes: fix regexps for header - now it will be possible to sensibly analyze logs with informations about log archiving. SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Changes: normalize PREPARE ... statements normalize DEALLOCATE ... statements SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Changes: properly handle cases where non-LOG: lines contain "\n" SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Changes: add handling of %i in log_line_prefix add handling of [, ], ( and ) in log_line_prefix SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
