pgfouine - pgfouine: more work on vacuum verbose output analysis

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: more work on vacuum verbose output analysis
Date: 2006-07-19 16:29:53
Message-ID: 20060719162953.49E2286C59A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
more work on vacuum verbose output analysis

Modified Files:
--------------
pgfouine:
pgfouine_vacuum.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine_vacuum.php.diff?r1=1.2&r2=1.3)

Added Files:
-----------
pgfouine/include/postgresql/vacuum/parsers:
PostgreSQLVacuumParser.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/vacuum:
vacuum.lib.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/vacuum.lib.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumAccumulator.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumAccumulator.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/vacuum/objects:
VacuumLogObject.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumLogObject.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
AnalyzeTableLogObject.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
VacuumTableLogObject.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLVacuumContinuationLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumContinuationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumCpuDetailLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumCpuDetailLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumOperationInformationLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumOperationInformationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLAnalyzingTableLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLAnalyzingTableLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumRemovableInformationLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumRemovableInformationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumingTableLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingTableLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumDetailLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumIndexInformationLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumIndexInformationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLVacuumLogLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-07-19 16:32:05 pgfouine - pgfouine: added API documentation
Previous Message User Gsmet 2006-07-19 16:29:44 pgfouine - pgfouine: New Directory