[COMMITTERS] python - pq: ShowOption is an asynchronous message, so treat it as such.

2005-08-02 Thread James William Pye
Log Message: --- ShowOption is an asynchronous message, so treat it as such. Also, 'Q' messages have an implied sync, so consume the SynchronizeMessage returned by the handle_error state to avoid a double synchronize. (Later, perhaps, remove the syncmsg return from handle_error entirely.)

[COMMITTERS] python - pq: Get the exception information from sys.exc_info().

2005-08-02 Thread James William Pye
Log Message: --- Get the exception information from sys.exc_info(). Rename the exception attribute to exc_info to better describe the object. Grab all exceptions. Not just Exception subclasses. Modified Files: -- pq/src: transam.py (r1.1.1.1 -> r1.2) (http:

[COMMITTERS] pgsql: Done: < * Prevent inherited tables from expanding temporary

2005-08-02 Thread Bruce Momjian
Log Message: --- Done: < * Prevent inherited tables from expanding temporary subtables of other > * -Prevent inherited tables from expanding temporary subtables of other Modified Files: -- pgsql/doc: TODO (r1.1616 -> r1.1617) (http://developer.postgresql.

[COMMITTERS] bizgres - bizgres: modified -D clickstream.property.file

2005-08-02 Thread User Nitin
Log Message: --- modified -D clickstream.property.file Modified Files: -- bizgres/KETL/conf: Extra.Config (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/Extra.Config.diff?r1=1.3&r2=1.4) ---(end

[COMMITTERS] bizgres - bizgres: moved clickstream.properties to WEB-INF/lib of webapp

2005-08-02 Thread User Nitin
Log Message: --- moved clickstream.properties to WEB-INF/lib of webapp added pointer in conf/Extra.Config Removed Files: - bizgres/KETL/conf: clickstream.properties (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/clickstream.propertie

[COMMITTERS] pgsql: Tweak BgBufferSync() so that a persistent write error on a dirty

2005-08-02 Thread Tom Lane
Log Message: --- Tweak BgBufferSync() so that a persistent write error on a dirty buffer doesn't block the bgwriter from making progress writing out other buffers. This was a hard problem in the context of the ARC/2Q design, but it's trivial in the context of clock sweep ... just advance th

[COMMITTERS] pgsql: Prevent planner from including temp tables of other backends when

2005-08-02 Thread Tom Lane
Log Message: --- Prevent planner from including temp tables of other backends when expanding an inheritance tree. Per recent discussions. Modified Files: -- pgsql/src/backend/optimizer/prep: prepunion.c (r1.125 -> r1.126) (http://developer.postgresql.org/c

[COMMITTERS] bizgres - bizgres: Empty warehouse with seeded metadata and example

2005-08-02 Thread User Nwakefield
Log Message: --- Empty warehouse with seeded metadata and example weblog Added Files: --- bizgres/KETL/setup: clickstreamBlank.dmp.bz2 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/clickstreamBlank.dmp.bz2?rev=1.1&content-type=t

[COMMITTERS] bizgres - bizgres: Example Warehouse and Metadata

2005-08-02 Thread User Nwakefield
Log Message: --- Example Warehouse and Metadata Added Files: --- bizgres/KETL/setup: clickstreamExample.dmp.bz2 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/clickstreamExample.dmp.bz2?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] pgsql: Clean up CREATE DATABASE processing to make it more robust and

2005-08-02 Thread Tom Lane
Log Message: --- Clean up CREATE DATABASE processing to make it more robust and get rid of special case for Windows port. Put a PG_TRY around most of createdb() to ensure that we remove copied subdirectories on failure, even if the failure happens while creating the pg_database row. (I th

[COMMITTERS] bizgres - bizgres: added support for multiple locations of jars

2005-08-02 Thread User Nwakefield
Log Message: --- added support for multiple locations of jars Modified Files: -- bizgres/KETL: build.xml (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/build.xml.diff?r1=1.6&r2=1.7) ---(end of broad

[COMMITTERS] bizgres - bizgres:

2005-08-02 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/KETL: README.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/README.txt.diff?r1=1.2&r2=1.3) build.xml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] bizgres - bizgres:

2005-08-02 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/KETL/bin: ketl_start (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/bin/ketl_start.diff?r1=1.1&r2=1.2) ketl_ctl (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/

[COMMITTERS] pgsql: Code and docs review for pg_column_size() patch.

2005-08-02 Thread Tom Lane
Log Message: --- Code and docs review for pg_column_size() patch. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.275 -> r1.276) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.275&r2=1.276) pgsql/src/backend/acce

[COMMITTERS] pgsql: Add ERROR_NO_MORE_FILES workaround to check_data_dir().

2005-08-02 Thread Tom Lane
Log Message: --- Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or may not be obsolete, but since every other readdir loop in our code has it, I think this should too. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.93 -> r1.94) (ht

[COMMITTERS] pgsql: rmtree() reported the wrong pathname if final rmdir failed.

2005-08-02 Thread Tom Lane
Log Message: --- rmtree() reported the wrong pathname if final rmdir failed. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/port: dirmod.c (r1.34.4.2 -> r1.34.4.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.34.4.2&

[COMMITTERS] pgsql: Use ReadDir() not readdir() so as to have some modicum of error

2005-08-02 Thread Tom Lane
Log Message: --- Use ReadDir() not readdir() so as to have some modicum of error checking. Modified Files: -- pgsql/src/backend/utils/adt: dbsize.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c.diff?r1=1.2&r

[COMMITTERS] pgsql: rmtree() reported the wrong pathname if final rmdir failed.

2005-08-02 Thread Tom Lane
Log Message: --- rmtree() reported the wrong pathname if final rmdir failed. Modified Files: -- pgsql/src/port: dirmod.c (r1.37 -> r1.38) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.37&r2=1.38) ---(

[COMMITTERS] pgsql: Un-Windows-ify newlines.

2005-08-02 Thread Tom Lane
Log Message: --- Un-Windows-ify newlines. Modified Files: -- pgsql/src/backend/utils/adt: dbsize.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c.diff?r1=1.1&r2=1.2) ---(end of broadc