Download List

Project Description

Practical Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type (select/insert/update/delete), and more for both PostgreSQL and MySQL log files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-07 21:44
1.1

The syslog report now includes duration information, there are more text
reports, and this release runs a bit faster than 1.0.
Tags: Minor feature enhancements

2004-05-17 22:47
1.0

Now numbers are normalized, e.g. "select bar where foo=222" normalizes to the same query as "select bar where foo=123312321". This means more accurate information on what queries are occurring most frequently, taking the most time, etc.. OverallStatsReport no longer displays "longest ran in 0.0 seconds". OverallStatsReport now displays the correct number of unique queries. 0.9 listed the same number for both total and unique queries. Various bugs in syslog parsing have been fixed. It's still a better idea to use the PostgreSQL log, though.
Tags: Minor feature enhancements

2004-05-11 19:31
0.9

This release adds the ability to handle PostgreSQL logs where log_pid/log_timestamp/log_connection has been enabled. It has been modified to support both "query:" and "statement:" as log entry preambles (i.e., it works with PostgreSQL 7.4 logs now). The SQL colorizing works a bit better, and the documentation has been updated to include better postgresql.conf configuration details.
Tags: Major bugfixes

2004-05-07 21:40
0.8

This release adds UPDATE queries to the "Queries by type" report,
support for parsing query duration data from the PostgreSQL log, a
"Queries that took up the most time" report, a "Slowest queries" report,
and a table of contents for the HTML report.
Tags: Major feature enhancements

2004-04-28 22:32
0.7

This release adds support for using a PostgreSQL log file (syslog is still supported). A bug which resulted in errors if the number of valid queries in a log was less than -top has been fixed. The SQL colorizing works a bit better now. There are various tweaks to the HTML reports.
Tags: Major feature enhancements

Project Resources