diff options
author | adam <adam> | 2007-01-08 20:30:42 +0000 |
---|---|---|
committer | adam <adam> | 2007-01-08 20:30:42 +0000 |
commit | 6a93f6c29b8093a683d005b8fa9108966d883c6a (patch) | |
tree | 99e3626d6261d14154caa491993392c79af4d9e2 /databases/postgresql80 | |
parent | 01dde3fc22c83c5516120b8b41711f7d44d9876b (diff) | |
download | pkgsrc-6a93f6c29b8093a683d005b8fa9108966d883c6a.tar.gz |
Changes 8.0.10:
* Improve handling of getaddrinfo() on AIX
This fixes a problem with starting the statistics collector, among
other things.
* Fix "failed to re-find parent key" errors in "VACUUM"
* Fix race condition for truncation of a large relation across a
gigabyte boundary by "VACUUM"
* Fix bugs affecting multi-gigabyte hash indexes
* Fix possible deadlock in Windows signal handling
* Fix error when constructing an ARRAY[] made up of multiple empty
elements
* Fix ecpg memory leak during connection
* to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for
new initdb installs
This is because lc_numeric can potentially change the output of
these functions.
* Improve index usage of regular expressions that use parentheses
This improves psql \d performance also.
* Update timezone database
This affects Australian and Canadian daylight-savings rules in
particular.
Diffstat (limited to 'databases/postgresql80')
-rw-r--r-- | databases/postgresql80/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql80/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common index c5561c0341c..6aaf54fad9f 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2006/10/18 18:38:57 adam Exp $ +# $NetBSD: Makefile.common,v 1.25 2007/01/08 20:30:42 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -35,7 +35,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql80/patches # # Note: Do not forget jdbc-postgresql80 when updating version # -DIST_VERS?= 8.0.9 +DIST_VERS?= 8.0.10 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql80-client+= postgresql80-client>=${BASE_VERS} diff --git a/databases/postgresql80/distinfo b/databases/postgresql80/distinfo index e5fa2ba06de..2646ff8bb37 100644 --- a/databases/postgresql80/distinfo +++ b/databases/postgresql80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2006/10/18 18:38:57 adam Exp $ +$NetBSD: distinfo,v 1.15 2007/01/08 20:30:42 adam Exp $ -SHA1 (postgresql-8.0.9.tar.bz2) = 75caa1c25e651727297e03726bbf09e453c06180 -RMD160 (postgresql-8.0.9.tar.bz2) = 365598898a4d71bfa001bb7eebabc91825ff2273 -Size (postgresql-8.0.9.tar.bz2) = 11161142 bytes +SHA1 (postgresql-8.0.10.tar.bz2) = 5b89d376cc83bf00b1acfe056a59f02e1c7e430a +RMD160 (postgresql-8.0.10.tar.bz2) = b07bf765f7bffda63272da28efce646846e4779c +Size (postgresql-8.0.10.tar.bz2) = 11164508 bytes SHA1 (patch-aa) = d681a5b2bb4dfce4e3db1490b97fed1b99ff445f SHA1 (patch-ab) = 1a80710d13723f2c8130d8235bb40c43af9d9ccd SHA1 (patch-ac) = 092d96fe2baafe8eef731b45a85d33fc40584044 |