Download List

Descripción del Proyecto

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.

2005-11-28 07:16
1.6

Esta versión corrige un error tonto que han impedido que se ejecute directamente. Tiene varias mejoras internas. Si lo instala a través de RubyGems, se puede ejecutar utilizando "PQA-f archivo1 [archivo2, etc]".
Tags: Minor bugfixes
This release fixes a silly bug that prevented it from being run directly. It has various internal improvements. If you install it via RubyGems, you can run it using "pqa -f file1 [file2, etc.]".

2005-01-31 19:51
1.5

Un error que a veces se asocian con una medición de la duración de la consulta incorrecta fue corregido. Un error que podría causar el informe HTML a un error con una excepción de eliminar la referencia cero fue corregido. Un error que PQA a atragantarse con las instrucciones SQL que se publicaron como parte de un procedimiento almacenado se haya fijado. La capacidad de ejecutar en Ruby 1.6.8 fue restaurado.
Tags: Major feature enhancements
A bug that would sometimes associate a duration
measurement with the incorrect query was fixed. A
bug which would cause the HTML report to error out
with a nil-dereference exception was fixed. A bug
which caused PQA to choke on SQL statements that
were issued as part of a stored procedure was
fixed. The ability to run under Ruby 1.6.8 was
restored.

2004-07-27 23:05
1.4

Varios errores se han corregido en el analizador syslog, lo que debería ser menos propensos a reportar líneas como "postgres comenzó" como errores. Además, los controles, tanto para líneas de LOG y DEBUG.
Tags: Major bugfixes
Several bugs have been fixed in the syslog parser; which should be less likely to report lines like "postgres started" as errors. Also, it checks for both LOG and DEBUG lines.

2004-06-18 22:36
1.3

El soporte de MySQL es mejor ahora, y hay un "errores de análisis" informe para ayudar en la solución de problemas. El formato de registro por defecto es "PGLOG".
Tags: Minor feature enhancements
MySQL support is better now, and there's a "parse errors" report to aid in troubleshooting. The default log format is "pglog".

2004-06-09 00:33
1.2

Esta versión incluye soporte para MySQL. A "-logType mysql opción" ha añadido.
Tags: Major feature enhancements
This release includes MySQL support. A "-logtype mysql" option has been added.

Project Resources