pgfouine - pgfouine: tsung support

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: tsung support
Date: 2006-08-07 22:25:11
Message-ID: 20060807222511.3A05986C61B@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
tsung support

Modified Files:
--------------
pgfouine/include:
QueryLogObject.class.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/QueryLogObject.class.php.diff?r1=1.6&r2=1.7)
DurationLogObject.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/DurationLogObject.class.php.diff?r1=1.2&r2=1.3)
LogObject.class.php (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogObject.class.php.diff?r1=1.8&r2=1.9)
ErrorLogObject.class.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/ErrorLogObject.class.php.diff?r1=1.5&r2=1.6)
pgfouine/include/reporting/reports:
Report.class.php (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/Report.class.php.diff?r1=1.11&r2=1.12)
pgfouine/include/postgresql/lines:
PostgreSQLQueryStartWithDurationLine.class.php (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLQueryStartWithDurationLine.class.php.diff?r1=1.11&r2=1.12)
PostgreSQLQueryStartLine.class.php (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLQueryStartLine.class.php.diff?r1=1.10&r2=1.11)
PostgreSQLDurationLine.class.php (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLDurationLine.class.php.diff?r1=1.8&r2=1.9)
PostgreSQLErrorLine.class.php (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLErrorLine.class.php.diff?r1=1.8&r2=1.9)
pgfouine:
ChangeLog (r1.49 -> r1.50)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.49&r2=1.50)
pgfouine.php (r1.50 -> r1.51)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.50&r2=1.51)
pgfouine/include/reporting:
reports.lib.php (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports.lib.php.diff?r1=1.12&r2=1.13)
pgfouine/include/listeners:
listeners.lib.php (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/listeners.lib.php.diff?r1=1.9&r2=1.10)

Added Files:
-----------
pgfouine/include/reporting/reports:
TsungSessionsReport.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/TsungSessionsReport.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/listeners/query:
TsungSessionsListener.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/query/TsungSessionsListener.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Nwakefield 2006-08-07 22:54:10 bizgres - bizgres:
Previous Message Tom Lane 2006-08-07 21:56:25 pgsql: Put back another improperly-removed #include.