[COMMITTERS] pgsql: Arrange for the postmaster (and standalone backends, initdb, etc)

2005-07-03 Thread Tom Lane
Log Message: --- Arrange for the postmaster (and standalone backends, initdb, etc) to chdir into PGDATA and subsequently use relative paths instead of absolute paths to access all files under PGDATA. This seems to give a small performance improvement, and it should make the system more rob

Re: [COMMITTERS] pgsql: Remove GIST concurrency limitations section.

2005-07-03 Thread Oleg Bartunov
On Mon, 4 Jul 2005, Christopher Kings-Lynne wrote: - - The current implementation of GiST within - PostgreSQL has some major limitations: - GiST index access is not concurrent, and the - GiST interface doesn't allow the development of certain - data types, such as digital trees (see pape

[COMMITTERS] pgsql: Reverse this patch:

2005-07-03 Thread Bruce Momjian
Log Message: --- Reverse this patch: --- > A quick look shows that when you use --with-libraries=/foo/bar the > generated link line for libraries says > > -L/foo/bar -lpq > > and it should probably be the other way a

[COMMITTERS] pgsql: Update wording: < Currently, to protect against partial disk

2005-07-03 Thread Bruce Momjian
Log Message: --- Update wording: < Currently, to protect against partial disk page writes, we write the > Currently, to protect against partial disk page writes, we write 877c877 < * Turn off after-change writes if fsync is disabled > * Turn off full page writes if fsync is disabled M

Re: [COMMITTERS] pgsql: Support cross compilation by compiling "zic"

2005-07-03 Thread Neil Conway
Peter Eisentraut wrote: Support cross compilation by compiling "zic" with a native compiler. This relies on the output of zic being platform independent, but that is currently the case. This breaks out of tree (vpath) builds. Attached is a patch that fixes the problem -- committed to HEAD.

[COMMITTERS] pgsql: Fix build break for out of tree (vpath) builds, induced by recent

2005-07-03 Thread Neil Conway
Log Message: --- Fix build break for out of tree (vpath) builds, induced by recent zic changes. Modified Files: -- pgsql/src/timezone: Makefile (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile.diff?r1=1.18&r2=1.19) -

Re: [COMMITTERS] pgsql: Remove GIST concurrency limitations section.

2005-07-03 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> AFAIK the GiST modifications suggested Aoki have not yet been >> implemented, so this should not have been removed. > I thought that was an extremely vague limitation and could easily be > removed... It's like having a limitations section o

[COMMITTERS] pgsql: Bruce, please apply this additional patch, that fixes the

2005-07-03 Thread Bruce Momjian
Log Message: --- Bruce, please apply this additional patch, that fixes the auto-detection of AES. Now openssl.c just checks OpenSSL version. Whoever compiles newer OpenSSL without AES is on his own. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: openssl.c

Re: [COMMITTERS] pgsql: Remove GIST concurrency limitations section.

2005-07-03 Thread Christopher Kings-Lynne
- - The current implementation of GiST within - PostgreSQL has some major limitations: - GiST index access is not concurrent, and the - GiST interface doesn't allow the development of certain - data types, such as digital trees (see papers by Aoki et al). - AFAIK the GiST modifications s

[COMMITTERS] pgbuildfarm - client-code: add comments to sample config making it

2005-07-03 Thread User Andrewd
Log Message: --- add comments to sample config making it clear it is the server that sends email notifications. Modified Files: -- client-code: build-farm.conf (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-far

[COMMITTERS] newsysviews - newsysview: fix another mismatch between the rule deparse

2005-07-03 Thread User Andrewsn
Log Message: --- fix another mismatch between the rule deparse output and the regexps that try and break it apart. Modified Files: -- newsysview/sql: rules.sql (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/rules.sql.

[COMMITTERS] pgsql: Fix memory leak in plperl_hash_from_tuple(), per report from

2005-07-03 Thread Tom Lane
Log Message: --- Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/pl/plperl: plperl.c (r1.67.4.1 -> r1.67.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpe

[COMMITTERS] pgsql: Fix memory leak in plperl_hash_from_tuple(), per report from

2005-07-03 Thread Tom Lane
Log Message: --- Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. Modified Files: -- pgsql/src/pl/plperl: plperl.c (r1.78 -> r1.79) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.78&r2=1.79)

[COMMITTERS] pgsql: Don't try to constant-fold functions returning RECORD.

2005-07-03 Thread Tom Lane
Log Message: --- Don't try to constant-fold functions returning RECORD. We were never able to do this before, but I had tried to make an exception for functions with OUT parameters. Michael Fuhr found one problem with it already, and I found another, which was it didn't work for strict fu

[COMMITTERS] pgsql: Support cross compilation by compiling "zic" with a native

2005-07-03 Thread Peter Eisentraut
Log Message: --- Support cross compilation by compiling "zic" with a native compiler. This relies on the output of zic being platform independent, but that is currently the case. Modified Files: -- pgsql: configure (r1.441 -> r1.442) (http://developer.post

[COMMITTERS] pgsql: Improve outer-join-deduction logic to be able to propagate

2005-07-03 Thread Tom Lane
Log Message: --- Improve outer-join-deduction logic to be able to propagate equalities through multiple join clauses. Modified Files: -- pgsql/src/backend/optimizer/path: pathkeys.c (r1.69 -> r1.70) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/back

Re: [COMMITTERS] pgsql: Remove GIST concurrency limitations section.

2005-07-03 Thread Oleg Bartunov
On Sun, 3 Jul 2005, Neil Conway wrote: Bruce Momjian wrote: Remove GIST concurrency limitations section. - - The current implementation of GiST within - PostgreSQL has some major limitations: - GiST index access is not concurrent, and the - GiST interface doesn't allow the development of