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
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
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
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
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.
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)
-
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
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
-
- 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
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
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.
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
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)
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
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
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
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
17 matches
Mail list logo