[COMMITTERS] pgsql: Adjust probe for getaddrinfo to cope with macro-ized definitions,

2006-02-20 Thread Tom Lane
Log Message: --- Adjust probe for getaddrinfo to cope with macro-ized definitions, such as Tru64's. Per previous discussion. Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.8 -> r1.461.2.9) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Adjust probe for getaddrinfo to cope with macro-ized definitions,

2006-02-20 Thread Tom Lane
Log Message: --- Adjust probe for getaddrinfo to cope with macro-ized definitions, such as Tru64's. Per previous discussion. Modified Files: -- pgsql: configure (r1.479 -> r1.480) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.479&r2

[COMMITTERS] psqlodbc - psqlodbc: Fix Typo (UNICDOE) and define deletion of

2006-02-20 Thread User H-saito
Log Message: --- Fix Typo (UNICDOE) and define deletion of configure.ac. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: multibyte.c (r1.35.2.2 -> r1.35.2.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.35

[COMMITTERS] psqlodbc - psqlodbc: Change xxxx_COMMON_CS macros in case of

2006-02-20 Thread User Hinoue
Log Message: --- Change _COMMON_CS macros in case of non-pthreads. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: environ.h (r1.22.4.3 -> r1.22.4.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/environ.h.diff?r1=1.22.4.3&r

[COMMITTERS] python - fe: Add DB-API 2.0 interface module.

2006-02-20 Thread James William Pye
Log Message: --- Add DB-API 2.0 interface module. It is likely to be compliant enough for standards use. Also add unittests for it via http://stuartbishop.net/Software/DBAPI20TestSuite/dbapi20.py Thanks to Erwin on freenode/#python for pointing me at it. Added Files: --- fe/

[COMMITTERS] pgsql: Fix three Python reference leaks in PLy_traceback().

2006-02-20 Thread Neil Conway
Log Message: --- Fix three Python reference leaks in PLy_traceback(). This would result in leaking memory when invoking a PL/Python procedure that raises an exception. Unfortunately this still leaks memory, but at least the largest leak has been plugged. This patch also fixes a reference c

[COMMITTERS] pgsql: Fix three Python reference leaks in PLy_traceback().

2006-02-20 Thread Neil Conway
Log Message: --- Fix three Python reference leaks in PLy_traceback(). This would result in leaking memory when invoking a PL/Python procedure that raises an exception. Unfortunately this still leaks memory, but at least the largest leak has been plugged. This patch also fixes a reference c

[COMMITTERS] pgsql: Fix three Python reference leaks in PLy_traceback().

2006-02-20 Thread Neil Conway
Log Message: --- Fix three Python reference leaks in PLy_traceback(). This would result in leaking memory when invoking a PL/Python procedure that raises an exception. Unfortunately this still leaks memory, but at least the largest leak has been plugged. This patch also fixes a reference c

[COMMITTERS] pgsql: Fix three Python reference leaks in PLy_traceback().

2006-02-20 Thread Neil Conway
Log Message: --- Fix three Python reference leaks in PLy_traceback(). This would result in leaking memory when invoking a PL/Python procedure that raises an exception. Unfortunately this still leaks memory, but at least the largest leak has been plugged. This patch also fixes a reference c

[COMMITTERS] pgsql: Fix three Python reference leaks in PLy_traceback().

2006-02-20 Thread Neil Conway
Log Message: --- Fix three Python reference leaks in PLy_traceback(). This would result in leaking memory when invoking a PL/Python procedure that raises an exception. Unfortunately this still leaks memory, but at least the largest leak has been plugged. This patch also fixes a reference c

[COMMITTERS] psqlodbc - psqlodbc: CRLF line code is corrected to LF.

2006-02-20 Thread User H-saito
Log Message: --- CRLF line code is corrected to LF. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: configure.ac (r1.12.2.5 -> r1.12.2.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.12.2.5&r2=1.12.2.6)

[COMMITTERS] pgsql: Fixing and improve compound word support.

2006-02-20 Thread Teodor Sigaev
Log Message: --- Fixing and improve compound word support. This changes cannot be applied to previous version iwthout recreating tsvector fields... Thanks to Alexander Presber <[EMAIL PROTECTED]> to discover a problem. Modified Files: -- pgsql/contrib/tsearch2/ispell:

[COMMITTERS] psqlodbc - psqlodbc: fixed define(HAVE_LONG_LONG SIZEOF_LONG) as config.

2006-02-20 Thread User H-saito
Log Message: --- fixed define(HAVE_LONG_LONG SIZEOF_LONG) as config. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: config.h.in (r1.2.2.3 -> r1.2.2.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/config.h.in.diff?r1=1.2.2.3&r2

[COMMITTERS] psqlodbc - psqlodbc: fixed SQLLEN define(iODBC).

2006-02-20 Thread User H-saito
Log Message: --- fixed SQLLEN define(iODBC). Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: psqlodbc.h (r1.82.2.8 -> r1.82.2.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.h.diff?r1=1.82.2.8&r2=1.82.2.9) ---

[COMMITTERS] python - fe: Implement nowait option.

2006-02-20 Thread James William Pye
Log Message: --- Implement nowait option. This option provides a transaction with the ability to startup and leave prior to full processing. This allows some applications the ability to avoid some of the cost of network round-trips. [In particular, if this feature is taken advantage of, t

[COMMITTERS] orafce - orafce: definition of PG_VERSION_XX_COMPAT

2006-02-20 Thread User Okbob
Log Message: --- definition of PG_VERSION_XX_COMPAT Added Files: --- orafce: putline.h (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/putline.h?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)-

[COMMITTERS] orafce - orafce: Corection of NVL, NVL2 functions.

2006-02-20 Thread User Okbob
Log Message: --- Corection of NVL, NVL2 functions. Problem with compilation on 8.2 solved. Modified Files: -- orafce: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.2&r2=1.3) datefce.c (r1.4 ->

[COMMITTERS] psqlodbc - psqlodbc: Put back a change I removed by mistake.

2006-02-20 Thread User Hinoue
Log Message: --- Put back a change I removed by mistake. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: convert.c (r1.115.2.3 -> r1.115.2.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c.diff?r1=1.115.2.3&r2=1.115.2.4

[COMMITTERS] phppgbind - CVSROOT: Send commit messages to phppgbind-commits list

2006-02-20 Thread User Devrim
Log Message: --- Send commit messages to phppgbind-commits list Modified Files: -- CVSROOT: loginfo (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/phppgbind/CVSROOT/loginfo.diff?r1=1.2&r2=1.3) ---(end of broadcast)