[COMMITTERS] pgsql: Add NO_PGPORT defines to fix win32/cygwin builds for new target

2005-07-05 Thread Bruce Momjian
Log Message: --- Add NO_PGPORT defines to fix win32/cygwin builds for new target platform build of zic. Modified Files: -- pgsql/src/include: port.h (r1.77 -> r1.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.77&r2=1.78)

[COMMITTERS] pgsql: Fix initialization bug in pgcrypto openssl code.

2005-07-05 Thread Tom Lane
Log Message: --- Fix initialization bug in pgcrypto openssl code. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: openssl.c (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.diff?r1=1.19&r2=1.20) pgsql/

[COMMITTERS] pgsql: Back out patch.

2005-07-05 Thread Bruce Momjian
Log Message: --- Back out patch. This should be done like other server-side languages. --- This patch allows the PL/Python module to do (SRF) functions. The patch was taken from the CVS version. I have modified the

[COMMITTERS] dblink-tds - dblink_tds:

2005-07-05 Thread User Diogob
Log Message: --- Tags: stable74 Modified Files: -- dblink_tds: README.dblink_tds (r1.2 -> r1.2.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dblink-tds/dblink_tds/README.dblink_tds.diff?r1=1.2&r2=1.2.2.1) ---(end of broad

[COMMITTERS] dblink-tds - dblink_tds: adi��o da documenta��o dos novos recursos

2005-07-05 Thread User Diogob
Log Message: --- adição da documentação dos novos recursos Tags: stable80 Modified Files: -- dblink_tds: README.dblink_tds (r1.1 -> r1.1.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dblink-tds/dblink_tds/README.dblink_tds.diff?r1=1.1&r2=1.1.2

[COMMITTERS] dblink-tds - dblink_tds:

2005-07-05 Thread User Diogob
Log Message: --- Tags: stable80 Modified Files: -- dblink_tds: README.dblink_tds (r1.1.2.1 -> r1.1.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dblink-tds/dblink_tds/README.dblink_tds.diff?r1=1.1.2.1&r2=1.1.2.2) ---(end

[COMMITTERS] pgsql: Add: < 881a881,882 > o Improve xid wraparound detection by

2005-07-05 Thread Bruce Momjian
Log Message: --- Add: < 881a881,882 > o Improve xid wraparound detection by recording per-table rather > than per-database Modified Files: -- pgsql/doc: TODO (r1.1591 -> r1.1592) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff

[COMMITTERS] pgsql: Remove, now have GUC: < * Turn off full page writes if fsync is

2005-07-05 Thread Bruce Momjian
Log Message: --- Remove, now have GUC: < * Turn off full page writes if fsync is disabled < < If fsync is off, there is no purpose in writing full pages to WAL < Modified Files: -- pgsql/doc: TODO (r1.1592 -> r1.1593) (http://developer.postgresql.org/cv

[COMMITTERS] pgsql: Dept of second thoughts: don't expose rijndael.tbl: rijndael.c

2005-07-05 Thread Tom Lane
Log Message: --- Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency to make. We ship the table file in the tarball and so this dependency just opens file timestamp skew problems without doing anything useful. (Not that it should hurt, either ... except for cross-comp

[COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for OpenSSL when

2005-07-05 Thread Tom Lane
Log Message: --- Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl is used in the toplevel configure. Per Marko Kreen. Modified Files: -- pgsql: configure (r1.442 -> r1.443) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.di

[COMMITTERS] pgsql: Add GUC full_page_writes to control writing full pages to WAL.

2005-07-05 Thread Bruce Momjian
Log Message: --- Add GUC full_page_writes to control writing full pages to WAL. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.335 -> r1.336) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.335&r2=1.336) pg

[COMMITTERS] pgsql: Attached is a patch that enhances the "\h" capability in psql.

2005-07-05 Thread Bruce Momjian
Log Message: --- Attached is a patch that enhances the "\h" capability in psql. I often find myself typing a command and then wanting to get the syntax for it. So I do a ctrl-a and add a \h: but psql does not recognize the command, because I have stuff attached to it (e.g. "alter table foob

Re: [COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for

2005-07-05 Thread Kris Jurka
On Tue, 5 Jul 2005, Tom Lane wrote: > Log Message: > --- > Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl > is used in the toplevel configure. Per Marko Kreen. > This seems to have broken the canary buildfarm member: http://www.pgbuildfarm.org/cgi-bi

[COMMITTERS] pgsql: Done: > * -Add function to return compressed length of TOAST

2005-07-05 Thread Bruce Momjian
Log Message: --- Done: > * -Add function to return compressed length of TOAST data values Modified Files: -- pgsql/doc: TODO (r1.1593 -> r1.1594) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1593&r2=1.1594) pgsql/doc/src/FAQ:

Re: [COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for OpenSSL when

2005-07-05 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > This seems to have broken the canary buildfarm member: > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=canary&dt=2005-07-06%2002:30:01 Not a lot of help there: ERROR: could not load library "/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql

Re: [COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for

2005-07-05 Thread Kris Jurka
On Wed, 6 Jul 2005, Tom Lane wrote: > Not a lot of help there: > > ERROR: could not load library > "/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql/pgcrypto.so": dlopen > (/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql/pgcrypto.so) failed > > On most Unixen that I've dealt with, this sor