[COMMITTERS] psqlodbc - psqlodbc: Fix DelayLoadDLL was made explicit.

2007-06-11 Thread User H-saito
Log Message: --- Fix DelayLoadDLL was made explicit. However, The DEBUG mode of /MTd contains some problems by the reason Release DLL is /MT. This problem is closely related to the release of OpenSSL. Therefore, we are going to still investigate this problem and to cope with it. Then, pl

[COMMITTERS] pgunittest - GeneratorParser: New Directory

2007-06-11 Thread User Pgunittest
Update of /cvsroot/pgunittest/GeneratorParser In directory pgfoundry.org:/tmp/cvs-serv17490/GeneratorParser Log Message: Directory /cvsroot/pgunittest/GeneratorParser added to the repository ---(end of broadcast)--- TIP 7: You can help support the

[COMMITTERS] pgunittest - GeneratorParser:

2007-06-11 Thread User Pgunittest
Log Message: --- Modified Files: -- GeneratorParser: GeneratorParser.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/GeneratorParser/GeneratorParser.java.diff?r1=1.1&r2=1.2) Added Files: --- GeneratorParser:

[COMMITTERS] pgunittest - GeneratorParser:

2007-06-11 Thread User Pgunittest
Log Message: --- Added Files: --- GeneratorParser: .classpath (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/GeneratorParser/.classpath?rev=1.1&content-type=text/x-cvsweb-markup) .project (r1.1) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] pgsql: Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used

2007-06-11 Thread Tom Lane
Log Message: --- Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql with a plpgsql-defined cursor. The underlying mechanism for this is that the main SQL engine will now take "WHERE CURRENT OF $n" where $n is a refcursor parameter. Not sure if we should document

[COMMITTERS] pgunittest - pgUnitTest:

2007-06-11 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/doc/org/pgfoundry/pgunittest/parser/xml/class-use: XMLConstants.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/doc/org/pgfoundry/pgunittest/parser/xml/class-use/XMLConst

[COMMITTERS] pgunittest - pgUnitTest: New Directory

2007-06-11 Thread User Pgunittest
Update of /cvsroot/pgunittest/pgUnitTest/usr/tutorial In directory pgfoundry.org:/tmp/cvs-serv12350/usr/tutorial Log Message: Directory /cvsroot/pgunittest/pgUnitTest/usr/tutorial added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill

[COMMITTERS] dbsamples - dbsamples: New Directory

2007-06-11 Thread User Xzilla
Update of /cvsroot/dbsamples/dbsamples/us-state-county-city-zip/state_flags In directory pgfoundry.org:/tmp/cvs-serv95634/state_flags Log Message: Directory /cvsroot/dbsamples/dbsamples/us-state-county-city-zip/state_flags added to the repository ---(end of broadcast)---

[COMMITTERS] dbsamples - dbsamples: New Directory

2007-06-11 Thread User Xzilla
Update of /cvsroot/dbsamples/dbsamples/us-state-county-city-zip In directory pgfoundry.org:/tmp/cvs-serv95260/us-state-county-city-zip Log Message: Directory /cvsroot/dbsamples/dbsamples/us-state-county-city-zip added to the repository ---(end of broadcast)--

[COMMITTERS] pgsql: Minor wording improvement.

2007-06-11 Thread Tom Lane
Log Message: --- Minor wording improvement. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.110 -> r1.111) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.110&r2=1.111) ---(end of broadc

[COMMITTERS] pgbuildfarm - client-code: possible workarounds for apparent Windows

2007-06-11 Thread User Andrewd
Log Message: --- possible workarounds for apparent Windows timing issues. Modified Files: -- client-code: run_build.pl (r1.82 -> r1.83) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.82&r2=1.83)

Re: [COMMITTERS] pgsql: Fixed one memory leak in descriptor code.

2007-06-11 Thread Michael Meskes
On Mon, Jun 11, 2007 at 02:00:59PM +0200, Magnus Hagander wrote: > Got a spelling error on preproc.y there - ourput instead of output. Fixed in my second commit. Thanks. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) ICQ: 179140304, AIM/Yaho

[COMMITTERS] pgsql: Should not try to unlink stdout.

2007-06-11 Thread Michael Meskes
Log Message: --- Should not try to unlink stdout. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.348 -> r1.349) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.348&r2=1.349) pgsql/src/interfaces/ecp

Re: [COMMITTERS] pgsql: Fixed one memory leak in descriptor code.

2007-06-11 Thread Magnus Hagander
On Mon, Jun 11, 2007 at 08:52:09AM -0300, Michael Meskes wrote: > Log Message: > --- > Fixed one memory leak in descriptor code. > Made sure ecpg deletes output file in case of an error. > > Modified Files: > -- > pgsql/src/interfaces/ecpg/ecpglib: > descriptor.c (r

[COMMITTERS] pgsql: Fixed one memory leak in descriptor code.

2007-06-11 Thread Michael Meskes
Log Message: --- Fixed one memory leak in descriptor code. Made sure ecpg deletes output file in case of an error. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: descriptor.c (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/inte