Log Message:
---
Applied "[ #1000227 ] Better number normalization" patch
Modified Files:
--
pqa/lib:
pqa.rb (r1.73 -> r1.74)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.73&r2=1.74)
---(end of broadcast
Log Message:
---
Query constructor
Adding initialization of @duration : suppresses warnings for ruby 1.6.8
Modified Files:
--
pqa/lib:
pqa.rb (r1.74 -> r1.75)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.74&r2=1.75)
--
Log Message:
---
Changes PG log line to better continuation detection
closes bug [ #106 ] PG log line continuations are sometimes skipped
Modified Files:
--
pqa/lib:
pqa.rb (r1.75 -> r1.76)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.r
Log Message:
---
New Syslog Line Parser.
This patch mainly changes the key for connections (pids).
It also changes continuation tests, so contexts and errors are not logged
anymore.
Modified Files:
--
pqa/lib:
pqa.rb (r1.77 -> r1.78)
(http://cvs.pgfoundry
Log Message:
---
More normalization changes
This patch changes display of normalized results for enhanced readability :
- replacing string is now "{ }"
- it drops quotes around strings
Also it makes normalization work on ruby 1.6 by changing gsub args to regexp
for stripping \'.
Tested i
Log Message:
---
This patch makes a great deal of changes in the structure :
- parser is now a line factory
- one accumulator for both pg/syslog (might be common with MySQL's)
- 2 parsers for syslog and pglog, but inheriting from a common pg parser
- one line object class by line type
- a L
Log Message:
---
Fix Typo
Minor correction for ruby 1.8
Modified Files:
--
pqa/lib:
pqa.rb (r1.79 -> r1.80)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.79&r2=1.80)
---(end of broadcast)
Log Message:
---
PostgreSQL 8.0 compatibility
Changed Context function pattern for PG8.0.
Modified Files:
--
pqa/lib:
pqa.rb (r1.80 -> r1.81)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.80&r2=1.81)
---
Log Message:
---
Added WARNING/FATAL/PANIC errors
Those are now taken into account. Error report is still not implemented.
Modified Files:
--
pqa/lib:
pqa.rb (r1.81 -> r1.82)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.81&r2=1
Log Message:
---
Add a crude SQL error report
This patch introduces a new flag '-errors' that publish a full log of all
SQL errors.
Errors are not normalize and the log does not (yet) tries to make errors
unique.
Modified Files:
--
pqa/lib:
pqa.rb (r1.82 -> r1.83)
Log Message:
---
Choose your reports from command line
Adds the ability to choose produced reports from command line
Minor : adds DELETE and EXEC to keywords
Modified Files:
--
pqa/lib:
pqa.rb (r1.83 -> r1.84)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/
11 matches
Mail list logo