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/
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)--
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
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
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
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
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:
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)
---(
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)
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)
(
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
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
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
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
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
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
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)
---
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:
---
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:
---
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
20 matches
Mail list logo