[COMMITTERS] npgsql - Npgsql: 2006-06-14 Francisco Figueiredo Jr.

2006-06-13 Thread User Fxjr
Log Message: --- 2006-06-14 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlClosedState.cs, NpgsqlState.resx: [#1000656] ConnectionTimeout doesn't work. Thanks Stephen L (jleelim at hotmail dot com) for heads up and tips about fixing it. Modified Files: --

[COMMITTERS] pgsql: Improve error detection and recovery in lo_import()/lo_export().

2006-06-13 Thread Tom Lane
Log Message: --- Improve error detection and recovery in lo_import()/lo_export(). Problems noted while experimenting with new control-C code for psql. Modified Files: -- pgsql/src/interfaces/libpq: fe-lobj.c (r1.56 -> r1.57) (http://developer.postgresql.org

[COMMITTERS] pgsql: Do a CHECK_FOR_INTERRUPTS immediately before terminating a

2006-06-13 Thread Tom Lane
Log Message: --- Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath function call. Previously, there may have been no CHECK_FOR_INTERRUPTS at all in the fastpath code path, making it impossible to cancel an operation such as \lo_import externally. This addition doesn't en

[COMMITTERS] bizgres - bizgres: Added inheritAll=false to the compileKETL target to

2006-06-13 Thread User Sdanforth
Log Message: --- Added inheritAll=false to the compileKETL target to fix a problem with tools.jar not being picked up by ant on certain platforms. Modified Files: -- bizgres: build.xml (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/b

[COMMITTERS] npgsql - Npgsql: 2006-06-13 Francisco Figueiredo Jr.

2006-06-13 Thread User Fxjr
Log Message: --- 2006-06-13 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> [#1000655] Keeping NpsqlException details (code, detail, notice) between retrows in transaction mode... Thanks Hubert Fongarnand for patch! Modified Files: -- Npgsql/src/Npgsql: Np

[COMMITTERS] pgsql: Remove: < o %Add CSV output format

2006-06-13 Thread Bruce Momjian
Log Message: --- Remove: < o %Add CSV output format Modified Files: -- pgsql/doc: TODO (r1.1854 -> r1.1855) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1854&r2=1.1855) pgsql/doc/src/FAQ: TODO.html (r1.357 -> r1.35