[COMMITTERS] pgsql: Add space.

2005-11-23 Thread Bruce Momjian
Log Message: --- Add space. Modified Files: -- pgsql/doc: TODO (r1.1702 -> r1.1703) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1702&r2=1.1703) pgsql/doc/src/FAQ: TODO.html (r1.209 -> r1.210) (http://developer.p

[COMMITTERS] pgsql: Add item: < > o Add -f to pg_dumpall

2005-11-23 Thread Bruce Momjian
Log Message: --- Add item: < > o Add -f to pg_dumpall Modified Files: -- pgsql/doc: TODO (r1.1701 -> r1.1702) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1701&r2=1.1702) pgsql/doc/src/FAQ: TODO.html (r1.208 -> r1

[COMMITTERS] mysqlcompat - mysqlcompat: Imported Sources

2005-11-23 Thread User Chriskl
Update of /cvsroot/mysqlcompat/mysqlcompat In directory pgfoundry.org:/tmp/cvs-serv29726 Log Message: Initial import Status: Vendor Tag: chriskl Release Tags: start N mysqlcompat/mysqlcompat.sql No conflicts created by this import ---(end of broa

[COMMITTERS] pgfouine - pgfouine: implemented the Profiler in the parsers optimized

2005-11-23 Thread User Gsmet
Log Message: --- implemented the Profiler in the parsers optimized the parsers Modified Files: -- pgfouine: ChangeLog (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.4&r2=1.5) ---(en

[COMMITTERS] pgfouine - pgfouine: major performances improvement

2005-11-23 Thread User Gsmet
Log Message: --- major performances improvement Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLStatusLine.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLStatusLine.

[COMMITTERS] pgfouine - pgfouine: initialize the profiler in GenericLogReader

2005-11-23 Thread User Gsmet
Log Message: --- initialize the profiler in GenericLogReader Modified Files: -- pgfouine/include: base.lib.php (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/base.lib.php.diff?r1=1.4&r2=1.5) GenericLogReader.cl

[COMMITTERS] pgfouine - pgfouine: fixed a few bugs in the profiler

2005-11-23 Thread User Gsmet
Log Message: --- fixed a few bugs in the profiler Modified Files: -- pgfouine/include/lib: Profiler.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/Profiler.class.php.diff?r1=1.1&r2=1.2) pgfouine:

[COMMITTERS] pgfouine - pgfouine: added the new profiler fixed the tests for the new

2005-11-23 Thread User Gsmet
Log Message: --- added the new profiler fixed the tests for the new version Modified Files: -- pgfouine/tests: TestProfiler.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/tests/TestProfiler.class.php.diff?r1=1.1&r2=1

[COMMITTERS] pgsql: Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan

2005-11-23 Thread Tom Lane
Log Message: --- Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types generate their output tuple descriptors from their target lists (ie, using ExecAssignResultTypeFromTL()). We long ago fixed things so that all node types have minimally valid tlists, so there's no

[COMMITTERS] pgsql: Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan

2005-11-23 Thread Tom Lane
Log Message: --- Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types generate their output tuple descriptors from their target lists (ie, using ExecAssignResultTypeFromTL()). We long ago fixed things so that all node types have minimally valid tlists, so there's no

[COMMITTERS] pgsql: Fix problems with rewriter failing to set Query.hasSubLinks when

2005-11-23 Thread Tom Lane
Log Message: --- Fix problems with rewriter failing to set Query.hasSubLinks when inserting a SubLink expression into a rule query. Pre-8.1 we essentially did this unconditionally; 8.1 tries to do it only when needed, but was missing a couple of cases. Per report from Kyle Bateman. Add s

[COMMITTERS] pgsql: Fix problems with rewriter failing to set Query.hasSubLinks when

2005-11-23 Thread Tom Lane
Log Message: --- Fix problems with rewriter failing to set Query.hasSubLinks when inserting a SubLink expression into a rule query. Pre-8.1 we essentially did this unconditionally; 8.1 tries to do it only when needed, but was missing a couple of cases. Per report from Kyle Bateman. Add s

[COMMITTERS] pgsql: Having blank lines in -f scripts was causing silent failures.

2005-11-23 Thread Tatsuo Ishii
Log Message: --- Having blank lines in -f scripts was causing silent failures. per David Fetter Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.45.2.1 -> r1.45.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/

[COMMITTERS] pgsql: Having blank lines in -f scripts was causing silent failures.

2005-11-23 Thread Tatsuo Ishii
Log Message: --- Having blank lines in -f scripts was causing silent failures. per David Fetter Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.47&r2=