[COMMITTERS] pgsql: Missed adding extra argument to array_recv in a couple of places

2005-07-10 Thread Tom Lane
Log Message: --- Missed adding extra argument to array_recv in a couple of places (harmless, actually, but let's be tidy). Modified Files: -- pgsql/src/backend/utils/adt: int.c (r1.66 -> r1.67) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/u

[COMMITTERS] pgsql: Change typreceive function API so that receive functions get the

2005-07-10 Thread Tom Lane
Log Message: --- Change typreceive function API so that receive functions get the same optional arguments as text input functions, ie, typioparam OID and atttypmod. Make all the datatypes that use typmod enforce it the same way in typreceive as they do in typinput. This fixes a problem wi

[COMMITTERS] pgestraier - pgestraier: misc cleanups

2005-07-10 Thread User Dpavlin
Log Message: --- misc cleanups Modified Files: -- pgestraier: Makefile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.9&r2=1.10) test.sql (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-

[COMMITTERS] pgestraier - pgestraier: removed misleading INFO message (hint: it's not

2005-07-10 Thread User Dpavlin
Log Message: --- removed misleading INFO message (hint: it's not a bug) Modified Files: -- pgestraier: pgest.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.16&r2=1.17) ---(end

[COMMITTERS] pgestraier - pgestraier: subversion revision 39 commited to CVS

2005-07-10 Thread User Dpavlin
Log Message: --- subversion revision 39 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.39 -> r1.40) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.39&r2=1.40) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: added est_cond_set_max to return just minumum

2005-07-10 Thread User Dpavlin
Log Message: --- added est_cond_set_max to return just minumum needed resutls from Hyper Estraier Modified Files: -- pgestraier: pgest.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.15&r2=1.16) -

[COMMITTERS] pgestraier - pgestraier: subversion revision 38 commited to CVS

2005-07-10 Thread User Dpavlin
Log Message: --- subversion revision 38 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.38&r2=1.39) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 37 commited to CVS

2005-07-10 Thread User Dpavlin
Log Message: --- subversion revision 37 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.37&r2=1.38) ---(end of broadcast)--

[COMMITTERS] pgsql: Add extra argument for new pg_regexec API.

2005-07-10 Thread Bruce Momjian
Log Message: --- Add extra argument for new pg_regexec API. Modified Files: -- pgsql/contrib/tsearch2/ispell: spell.c (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.c.diff?r1=1.20&r2=1.21) -

[COMMITTERS] pgsql: > One more failure: > > I think this is because we don't have -lz

2005-07-10 Thread Bruce Momjian
Log Message: --- > One more failure: > > I think this is because we don't have -lz in SHLIB_LINK. > Following patch fixes it. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: Makefile (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql

Re: [COMMITTERS] pgsql: I made the patch that implements regexp_replace

2005-07-10 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > I made the patch that implements regexp_replace again. > > This patch broke tsearch2. Thanks, fixed. -- Bruce Momjian| http://candle.pha.pa.us [email protected] | (610) 359-1001 +

[COMMITTERS] pgsql: Suppress compile warning.

2005-07-10 Thread Tom Lane
Log Message: --- Suppress compile warning. Modified Files: -- pgsql/contrib/pgcrypto: internal.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/internal.c.diff?r1=1.18&r2=1.19) ---(end of broadca

Re: [COMMITTERS] pgsql: I made the patch that implements regexp_replace again.

2005-07-10 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > I made the patch that implements regexp_replace again. This patch broke tsearch2. regards, tom lane ---(end of broadcast)--- TIP 5: don't forget to increase your free space map set

[COMMITTERS] pgsql: Rename xmalloc to pg_malloc for consistency with psql usage.

2005-07-10 Thread Bruce Momjian
Log Message: --- Rename xmalloc to pg_malloc for consistency with psql usage. Add missing plperl include. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.91 -> r1.92) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1

[COMMITTERS] pgsql: Reverse pg_malloc patch because psql/print.c is used in scripts

2005-07-10 Thread Bruce Momjian
Log Message: --- Reverse pg_malloc patch because psql/print.c is used in scripts files that don't have pg_malloc. Modified Files: -- pgsql/src/bin/psql: print.c (r1.62 -> r1.63) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=

[COMMITTERS] pgsql: Use failure-safe pg_malloc consistently in psql/print.c.

2005-07-10 Thread Bruce Momjian
Log Message: --- Use failure-safe pg_malloc consistently in psql/print.c. Modified Files: -- pgsql/src/bin/psql: print.c (r1.61 -> r1.62) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.61&r2=1.62) -

[COMMITTERS] pgsql: Following up a previous thought I had, yesterday I realised how

2005-07-10 Thread Bruce Momjian
Log Message: --- Following up a previous thought I had, yesterday I realised how to return arays nicely without having to make the plperl programmer aware of anything. The attached patch allows plperl to return an arrayref where the function returns an array type. It silently calls a perl f

[COMMITTERS] pgsql: Remove #include as compile fix.

2005-07-10 Thread Bruce Momjian
Log Message: --- Remove #include as compile fix. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: pgp-pubdec.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-pubdec.c.diff?r1=1.1&r2=1.2) --

[COMMITTERS] pgsql: The attached patch implements spi_query() and spi_fetchrow()

2005-07-10 Thread Bruce Momjian
Log Message: --- The attached patch implements spi_query() and spi_fetchrow() functions for PL/Perl, to avoid loading the entire result set into memory as the existing spi_exec_query() function does. Here's how one might use the new functions: $x = spi_query("select ..."); while (

[COMMITTERS] pgsql: Add --encoding to pg_dump.

2005-07-10 Thread Bruce Momjian
Log Message: --- Add --encoding to pg_dump. The Problem: Occassionally a DBA needs to dump a database to a new encoding. In instances where the current encoding, (or lack of an encoding, like SQL_ASCII) is poorly supported on the target database server, it can be useful to dump into

[COMMITTERS] pgsql: This patch implements putting language handlers for the optional

2005-07-10 Thread Bruce Momjian
Log Message: --- This patch implements putting language handlers for the optional PLs into pg_catalog rather than public, and supports dumping languages whose handlers are found there. This will make it easier to drop the public schema if desired. Unlike the previous patch, the comments ha

[COMMITTERS] pgsql: As Kris Jurka found out, pgcrypto does not work with OpenSSL

2005-07-10 Thread Bruce Momjian
Log Message: --- As Kris Jurka found out, pgcrypto does not work with OpenSSL 0.9.6x. The DES functions use the older 'des_' API, but the newer 3DES functions use the 0.9.7x-only 'DES_' API. I think I just used /usr/include/openssl/des.h for reference when implementing them, and had upgra

[COMMITTERS] pgsql: Add missing pgcrypto files from previous commit.

2005-07-10 Thread Bruce Momjian
Log Message: --- Add missing pgcrypto files from previous commit. Added Files: --- pgsql/contrib/pgcrypto: fortuna.c (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/fortuna.c?rev=1.1&content-type=text/x-cvsweb-markup) fortuna.h