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
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
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-
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
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)--
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)
-
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)--
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)--
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)
-
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
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
+
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
[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
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
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=
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)
-
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
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)
--
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 (
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
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
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
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
23 matches
Mail list logo