[COMMITTERS] pgsql: \pset numericsep -> numericlocale.

2005-07-18 Thread Bruce Momjian
Log Message: --- \pset numericsep -> numericlocale. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.147 -> r1.148) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.147&r2=1.148) pgsql/src/bin/psql:

[COMMITTERS] pgsql: Documentation tweak: make CREATE OPERATOR

2005-07-18 Thread Neil Conway
Log Message: --- Documentation tweak: make CREATE OPERATOR CLASS into an . Modified Files: -- pgsql/doc/src/sgml: xindex.sgml (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xindex.sgml.diff?r1=1.40&r2=1.41)

[COMMITTERS] bizgres - bizgres: Added CSV and BINARY data formats to the buffered

2005-07-18 Thread User Agoldshuv
Log Message: --- Added CSV and BINARY data formats to the buffered parsing execution path of TEXT format. Code refactored and eliminated previous duplications. Modified Files: -- bizgres/postgresql/src/backend/commands: copy.c (r1.2 -> r1.3) (http://cvs.pgf

[COMMITTERS] pgsql: Back-patch fix for erroneous backslashing of LIKE pattern.

2005-07-18 Thread Tom Lane
Log Message: --- Back-patch fix for erroneous backslashing of LIKE pattern. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_dumpall.c (r1.57.4.1 -> r1.57.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpal

[COMMITTERS] pgsql: Fix bogus backslash sequences, per Kris Jurka.

2005-07-18 Thread Tom Lane
Log Message: --- Fix bogus backslash sequences, per Kris Jurka. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/bin/pg_dump/po: pt_BR.po (r1.1.2.1 -> r1.1.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/po/pt_BR.po.diff?r1=1.1.

[COMMITTERS] pgsql: Fix some bogosities in geometric-function documentation: add an

2005-07-18 Thread Tom Lane
Log Message: --- Fix some bogosities in geometric-function documentation: add an entry for circle(polygon), which was missing; remove bogus entry for point(lseg, lseg), which does not exist, and the documentation seemed to describe lseg_interpt, which we already document as an operator not

[COMMITTERS] pgsql: Adjust psql describe queries so that any pg_foo_is_visible()

2005-07-18 Thread Tom Lane
Log Message: --- Adjust psql describe queries so that any pg_foo_is_visible() condition is applied last, after other constraints such as name patterns. This is useful first because the pg_foo_is_visible() functions are relatively expensive, and second because it minimizes the prospects for

[COMMITTERS] pgsql: Avoid need for E'' construct by using regexp instead of LIKE.

2005-07-18 Thread Tom Lane
Log Message: --- Avoid need for E'' construct by using regexp instead of LIKE. More readable, and more like the other places in this file. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.121 -> r1.122) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Fix numiericsep length computations.

2005-07-18 Thread Bruce Momjian
Log Message: --- Fix numiericsep length computations. Eugen Nedelcu Modified Files: -- pgsql/src/bin/psql: print.c (r1.69 -> r1.70) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.69&r2=1.70) ---(en

[COMMITTERS] pgsql: Fix len so decimal length is only added when a period appears in

2005-07-18 Thread Bruce Momjian
Log Message: --- Fix len so decimal length is only added when a period appears in the output. Modified Files: -- pgsql/src/bin/psql: print.c (r1.70 -> r1.71) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.70&r2=1.71) -

[COMMITTERS] pgsql: It appears that Darwin (OS X) does not cope well with C functions

2005-07-18 Thread Tom Lane
Log Message: --- It appears that Darwin (OS X) does not cope well with C functions that have the same name as the containing shared library --- as best I can tell, the compiler internally creates a function of that name, and does not warn you about the conflict. Fix buildfarm failure in ba

[COMMITTERS] pgsql: Avoid use of E'', and thereby creating an unnecessary

2005-07-18 Thread Tom Lane
Log Message: --- Avoid use of E'', and thereby creating an unnecessary version-dependency, by using LIKE...ESCAPE instead. Per suggestion by [EMAIL PROTECTED] Modified Files: -- pgsql/src/bin/pg_dump: pg_dumpall.c (r1.63 -> r1.64) (http://developer.postgre

[COMMITTERS] pgsql: pgcrypto documentation update.

2005-07-18 Thread Tom Lane
Log Message: --- pgcrypto documentation update. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: README.pgcrypto (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/README.pgcrypto.diff?r1=1.11&r2=1.12) --

[COMMITTERS] pgsql: Small cleanups for pgcrypto.

2005-07-18 Thread Tom Lane
Log Message: --- Small cleanups for pgcrypto. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: fortuna.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/fortuna.c.diff?r1=1.2&r2=1.3) internal.c (r1.20 -> r1.2

[COMMITTERS] pgsql: Fortuna fixes.

2005-07-18 Thread Tom Lane
Log Message: --- Fortuna fixes. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: fortuna.c (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/fortuna.c.diff?r1=1.3&r2=1.4) fortuna.h (r1.1 -> r1.2) (http

[COMMITTERS] pgsql: Fix C++-style comments, per Rocco Altier.

2005-07-18 Thread Tom Lane
Log Message: --- Fix C++-style comments, per Rocco Altier. Modified Files: -- pgsql/contrib/pgcrypto: pgp-compress.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-compress.c.diff?r1=1.2&r2=1.3) pgp-decrypt.c (

[COMMITTERS] pgsql: MemSet() must not cast its pointer argument to int32* until after

2005-07-18 Thread Tom Lane
Log Message: --- MemSet() must not cast its pointer argument to int32* until after it has checked that the pointer is actually word-aligned. Casting a non-aligned pointer to int32* is technically illegal per the C spec, and some recent versions of gcc actually generate bad code for the mem

[COMMITTERS] pgsql: MemSet() must not cast its pointer argument to int32* until after

2005-07-18 Thread Tom Lane
Log Message: --- MemSet() must not cast its pointer argument to int32* until after it has checked that the pointer is actually word-aligned. Casting a non-aligned pointer to int32* is technically illegal per the C spec, and some recent versions of gcc actually generate bad code for the mem

[COMMITTERS] pgsql: MemSet() must not cast its pointer argument to int32* until after

2005-07-18 Thread Tom Lane
Log Message: --- MemSet() must not cast its pointer argument to int32* until after it has checked that the pointer is actually word-aligned. Casting a non-aligned pointer to int32* is technically illegal per the C spec, and some recent versions of gcc actually generate bad code for the mem

[COMMITTERS] pgsql: MemSet() must not cast its pointer argument to int32* until after

2005-07-18 Thread Tom Lane
Log Message: --- MemSet() must not cast its pointer argument to int32* until after it has checked that the pointer is actually word-aligned. Casting a non-aligned pointer to int32* is technically illegal per the C spec, and some recent versions of gcc actually generate bad code for the mem

[COMMITTERS] pgsql: MemSet() must not cast its pointer argument to int32* until after

2005-07-18 Thread Tom Lane
Log Message: --- MemSet() must not cast its pointer argument to int32* until after it has checked that the pointer is actually word-aligned. Casting a non-aligned pointer to int32* is technically illegal per the C spec, and some recent versions of gcc actually generate bad code for the mem