pgfouine - pgfouine: it's now possible to get the timestamp of a query - Mailing list pgsql-committers

From gsmet@pgfoundry.org (User Gsmet)
Subject pgfouine - pgfouine: it's now possible to get the timestamp of a query
Date
Msg-id 20051218154641.CCE681125003@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
it's now possible to get the timestamp of a query

Modified Files:
--------------
    pgfouine/include/reporting:
        ReportAggregator.class.php (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff?r1=1.7&r2=1.8)
    pgfouine/include/postgresql/lines:
        PostgreSQLQueryStartLine.class.php (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLQueryStartLine.class.php.diff?r1=1.4&r2=1.5)
        PostgreSQLLogLine.class.php (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLLogLine.class.php.diff?r1=1.5&r2=1.6)
        PostgreSQLQueryStartWithDurationLine.class.php (r1.6 -> r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLQueryStartWithDurationLine.class.php.diff?r1=1.6&r2=1.7)
        PostgreSQLErrorLine.class.php (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLErrorLine.class.php.diff?r1=1.4&r2=1.5)
    pgfouine/include/reporting/reports:
        OverallStatsReport.class.php (r1.9 -> r1.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/OverallStatsReport.class.php.diff?r1=1.9&r2=1.10)
        Report.class.php (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/Report.class.php.diff?r1=1.7&r2=1.8)
    pgfouine/include:
        Query.class.php (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/Query.class.php.diff?r1=1.8&r2=1.9)
    pgfouine/include/listeners/query:
        GlobalCountersListener.class.php (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/query/GlobalCountersListener.class.php.diff?r1=1.2&r2=1.3)
    pgfouine/include/postgresql/parsers:
        SyslogPostgreSQLParser.class.php (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/SyslogPostgreSQLParser.class.php.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: gsmet@pgfoundry.org (User Gsmet)
Date:
Subject: pgfouine - pgfouine: display hostname only if we can get it
Next
From: gsmet@pgfoundry.org (User Gsmet)
Date:
Subject: pgfouine - pgfouine: fixed a missing reference