[COMMITTERS] bizgres - bizgres: Enhancement: Added code to automatically create the

2006-05-28 Thread User Nwakefield
Log Message: --- Enhancement: Added code to automatically create the logging directory, if it is missing. As exception being thrown is not easily understood. Modified Files: -- bizgres/KETL/src/com/kni/etl/dbutils: ResourcePool.java (r1.8 -> r1.9) (http://

[COMMITTERS] pgsql: Don't call PQclear until the struct is really no longer going to

2006-05-28 Thread Alvaro Herrera
Log Message: --- Don't call PQclear until the struct is really no longer going to be used. Per Coverity bug #304. Thanks to Martijn van Oosterhout for reporting it. Zero out the pointer fields of PGresult so that these mistakes are more easily catched, per discussion. Modified Files: ---

[COMMITTERS] pgsql: Fix up pg_dump to do string escaping fully correctly for client

2006-05-28 Thread Tom Lane
Log Message: --- Fix up pg_dump to do string escaping fully correctly for client encoding and standard_conforming_strings; likewise for the other client programs that need it. As per previous discussion, a pg_dump dump now conforms to the standard_conforming_strings setting of the source d

[COMMITTERS] pgsql: enlargePQExpBuffer, alone among the functions exported by

2006-05-28 Thread Tom Lane
Log Message: --- enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, wasn't exported by exports.txt. Ooops. Per buildfarm results. Modified Files: -- pgsql/src/interfaces/libpq: exports.txt (r1.10 -> r1.11) (http://developer.postgresq

[COMMITTERS] python - ctl: Initialize the control attribute properly.

2006-05-28 Thread James William Pye
Log Message: --- Initialize the control attribute properly. Add to testInterface to validate that we've walked that path. Modified Files: -- ctl/src: cluster.py (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/cluster.py.diff?r1=1