pgfouine - pgfouine: added the collect of index cleanup information

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: added the collect of index cleanup information
Date: 2006-07-23 21:44:09
Message-ID: 20060723214409.28C2586C617@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
added the collect of index cleanup information

Modified Files:
--------------
pgfouine/include/postgresql/vacuum/parsers:
PostgreSQLVacuumParser.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php.diff?r1=1.4&r2=1.5)
pgfouine/include/postgresql/vacuum:
vacuum.lib.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/vacuum.lib.php.diff?r1=1.4&r2=1.5)
PostgreSQLVacuumRegexps.lib.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php.diff?r1=1.3&r2=1.4)
pgfouine/include/postgresql/vacuum/objects:
VacuumTableLogObject.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php.diff?r1=1.4&r2=1.5)
pgfouine:
ChangeLog (r1.42 -> r1.43)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.42&r2=1.43)

Added Files:
-----------
pgfouine/include/postgresql/vacuum/objects:
VacuumIndexInformation.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLIndexCleanupInformationLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupInformationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
PostgreSQLIndexCleanupDetailLine.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLVacuumIndexInformationLine.class.php
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumIndexInformationLine.class.php)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-07-23 22:01:59 pgfouine - pgfouine: added more information in vacuum overall statistics
Previous Message James William Pye 2006-07-23 20:40:41 python - rc: Prompt for password, if requested.