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
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
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
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
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)
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
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
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/