[COMMITTERS] npgsql - Npgsql2: Enable System.Transactions support for

2008-01-12 Thread User Jbcooley
Log Message: --- Enable System.Transactions support for EnlistTransaction even when enlist=false is set. (Thanks for the feedback from Dean Ward) Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnection.cs (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] pgsql: Update documentation for tsvector duplicate elimination: !

2008-01-12 Thread Bruce Momjian
Log Message: --- Update documentation for tsvector duplicate elimination: ! Duplicate positions for the same lexeme are discarded. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.222 -> r1.223) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().

2008-01-12 Thread Tom Lane
Log Message: --- It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser(). Therefore we must xmlCleanupParser(), or we risk leaving behind dangling pointers to whatever memory context is current when xml_init() is called. This seems to fix bug #3860, though we might still want the

[COMMITTERS] press - pr: added asyc commit

2008-01-12 Thread User Conni
Log Message: --- added asyc commit Modified Files: -- pr/releases/8.3/de: presskit83.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.3/de/presskit83.html.diff?r1=1.3&r2=1.4) release.txt (r1.5 -> r1.6) (h

[COMMITTERS] pgbouncer - pgbouncer: fscking type problems

2008-01-12 Thread User Mkz
Log Message: --- fscking type problems Modified Files: -- pgbouncer/src: main.c (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.33&r2=1.34) ---(end of broadcast)

[COMMITTERS] pgbouncer - pgbouncer: skip manpage build if tools not availalbe

2008-01-12 Thread User Mkz
Log Message: --- skip manpage build if tools not availalbe Modified Files: -- pgbouncer/doc: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/Makefile.diff?r1=1.8&r2=1.9) ---(end of broadc

[COMMITTERS] pgsql: Fix two places in xml.c that neglected to check the return values

2008-01-12 Thread Neil Conway
Log Message: --- Fix two places in xml.c that neglected to check the return values of SPI_prepare() and SPI_cursor_open(), to silence a Coverity warning. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.65 -> r1.66) (http://developer.postgresql.org

[COMMITTERS] pgsql: Minor perf tweak for _SPI_strdup(): if we're going to call

2008-01-12 Thread Neil Conway
Log Message: --- Minor perf tweak for _SPI_strdup(): if we're going to call strlen() anyway, it is faster to memcpy() than to strcpy(). Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/