[COMMITTERS] pgsql: Somehow a ";" got lost which changed the logic.

2006-05-31 Thread Michael Meskes
Log Message: --- Somehow a ";" got lost which changed the logic. This btw is the first fix resulting from SoC. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.302 -> r1.303) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/

Re: [COMMITTERS] pgsql: Somehow a ";" got lost which changed the logic.

2006-05-31 Thread Michael Glaesemann
On May 31, 2006, at 17:12 , Michael Meskes wrote: Log Message: --- Somehow a ";" got lost which changed the logic. This btw is the first fix resulting from SoC. Woot! Go, Go SoC! Michael Glaesemann grzm seespotcode net ---(end of broadcast)--

[COMMITTERS] pgsql: Update cvs command example to show diff -rBASE.

2006-05-31 Thread Bruce Momjian
Log Message: --- Update cvs command example to show diff -rBASE. Modified Files: -- pgsql/src/tools: pgcvslog (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.29&r2=1.30) ---(end of bro

[COMMITTERS] pgsql: Escape processing patch: o turns off

2006-05-31 Thread Bruce Momjian
Log Message: --- Escape processing patch: o turns off escape_string_warning in pg_dumpall.c o optionally use E'' for \password (undocumented option?) o honor standard_conforming-strings for \copy (but not support literal E'' strings) o optiona

[COMMITTERS] pgsql: Support '' for literal ' in psql single-quote strings,

2006-05-31 Thread Bruce Momjian
Log Message: --- Support '' for literal ' in psql single-quote strings, documentation update. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.162 -> r1.163) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r

[COMMITTERS] pgsql: Recommend '' for literal ', rather than \', in psql

2006-05-31 Thread Bruce Momjian
Log Message: --- Recommend '' for literal ', rather than \', in psql documentation. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.163 -> r1.164) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.163&r2

[COMMITTERS] pgsql: Add thesaurus dictionary which can replace N>0 lexemes by M>0

2006-05-31 Thread Teodor Sigaev
Log Message: --- Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes. It required some changes in lexize algorithm, but interface with dictionaries stays compatible with old dictionaries. Funded by Georgia Public Library Service and LibLime, Inc. Modified Files:

[COMMITTERS] pgsql: fix comparison with SPI_processed

2006-05-31 Thread Teodor Sigaev
Log Message: --- fix comparison with SPI_processed Modified Files: -- pgsql/contrib/tsearch2: query_rewrite.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query_rewrite.c.diff?r1=1.5&r2=1.6) ---(

[COMMITTERS] bizgres - bizgres: Updated, now works.

2006-05-31 Thread User Llonergan
Log Message: --- Updated, now works. Modified Files: -- bizgres/buildTools: minGWcross.sh (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/buildTools/minGWcross.sh.diff?r1=1.1&r2=1.2) ---(end of broadcast)

[COMMITTERS] pgsql: Make PG_MODULE_MAGIC required in shared libraries that are loaded

2006-05-31 Thread Tom Lane
Log Message: --- Make PG_MODULE_MAGIC required in shared libraries that are loaded into the server. Per discussion, there seems no point in a waiting period before making this required. Modified Files: -- pgsql/doc/src/sgml: xfunc.sgml (r1.114 -> r1.115) (

[COMMITTERS] pgsql: Fix seriously broken patch for psql '' ...

2006-05-31 Thread Tom Lane
Log Message: --- Fix seriously broken patch for psql '' ... per its comment, emit() is NOT the thing to use here. Modified Files: -- pgsql/src/bin/psql: psqlscan.l (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/psqlscan.l.di

[COMMITTERS] pgsql: Fix example of how to escape data in psql backslash commands.

2006-05-31 Thread Tom Lane
Log Message: --- Fix example of how to escape data in psql backslash commands. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.164 -> r1.165) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.164&r2=1.16

[COMMITTERS] pgsql: Fix up hack to suppress escape_string_warning so that it actually

2006-05-31 Thread Tom Lane
Log Message: --- Fix up hack to suppress escape_string_warning so that it actually works and there's only one place that's a kluge, ie, appendStringLiteralConn. Note that pg_dump itself doesn't use appendStringLiteralConn, so its behavior is not affected; only the other utility programs car

[COMMITTERS] bizgres - bizgres: Fixes and Enhancements: Added clearer logging to SQl

2006-05-31 Thread User Nwakefield
Log Message: --- Fixes and Enhancements: Added clearer logging to SQl job executor Added support for overrding the SOAP authentication model being used Added version numbers to the startup of the ETLDaemon Fixed rollback issue with SQL Job Executor Fixed extra email message with KETLJobExec

[COMMITTERS] pgsql: Respond to Jeremy Drake's original gripe that \copy needs to

2006-05-31 Thread Tom Lane
Log Message: --- Respond to Jeremy Drake's original gripe that \copy needs to recognize E'...' syntax for strings in order to track the backend. Modified Files: -- pgsql/src/bin/psql: copy.c (r1.63 -> r1.64) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Got tired of waiting for spoonbill's compiler to get fixed.

2006-05-31 Thread Tom Lane
Log Message: --- Got tired of waiting for spoonbill's compiler to get fixed. Let's see if using an intermediate variable avoids the gcc bug. Modified Files: -- pgsql/contrib/seg: segparse.y (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Back-port recent ppport.h fix to 8.0 branch.

2006-05-31 Thread Tom Lane
Log Message: --- Back-port recent ppport.h fix to 8.0 branch. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/pl/plperl: ppport.h (r1.8 -> r1.8.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/ppport.h.diff?r1=1.8&r2=1.8.4.1) ---

[COMMITTERS] pgsql: Pre-8.0 branches need to cope with possibility that the system

2006-05-31 Thread Tom Lane
Log Message: --- Pre-8.0 branches need to cope with possibility that the system libc knows about the recent changes in US DST law. Add a variant horology file, so that either the old or new rules will be considered valid test results. Tags: REL7_4_STABLE Added Files: ---

[COMMITTERS] pgsql: Pre-8.0 branches need to cope with possibility that the system

2006-05-31 Thread Tom Lane
Log Message: --- Pre-8.0 branches need to cope with possibility that the system libc knows about the recent changes in US DST law. Add a variant horology file, so that either the old or new rules will be considered valid test results. Tags: REL7_3_STABLE Added Files: ---

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

2006-05-31 Thread User Fxjr
Log Message: --- 2006-06-01 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlConnector.cs, NpgsqlClosedState.cs: [#1000656] ConnectionTimeout doesn't work. Thanks Stephen L (jleelim at hotmail dot com) for heads up. Modified Files: -- Npgsql/src/Npg