diff options
author | adam <adam@pkgsrc.org> | 2007-01-08 18:55:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-01-08 18:55:38 +0000 |
commit | 525f44d891b649433f7ca2635d1be5dcad375075 (patch) | |
tree | c5378bcbe485746ef5a7d7147990b01d98e69131 /databases/postgresql81 | |
parent | 6929e31fb9720a225c41461d4bcbd3962486b792 (diff) | |
download | pkgsrc-525f44d891b649433f7ca2635d1be5dcad375075.tar.gz |
Changes 8.1.6:
* Improve handling of getaddrinfo() on AIX
This fixes a problem with starting the statistics collector, among
other things.
* Fix pg_restore to handle a tar-format backup that contains large
objects (blobs) with comments
* Fix "failed to re-find parent key" errors in "VACUUM"
* Clean out "pg_internal.init" cache files during server restart
This avoids a hazard that the cache files might contain stale data
after PITR recovery.
* Fix race condition for truncation of a large relation across a
gigabyte boundary by "VACUUM"
* Fix bug causing needless deadlock errors on row-level locks
* 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
* Fix for Darwin (OS X) compilation
* 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/postgresql81')
-rw-r--r-- | databases/postgresql81/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql81/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common index 0bdd700ad45..e36ef0ead9d 100644 --- a/databases/postgresql81/Makefile.common +++ b/databases/postgresql81/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2006/10/18 16:31:24 adam Exp $ +# $NetBSD: Makefile.common,v 1.8 2007/01/08 18:55:38 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -32,7 +32,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches # # Note: Do not forget jdbc-postgresql81 when updating version # -DIST_VERS?= 8.1.5 +DIST_VERS?= 8.1.6 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS} diff --git a/databases/postgresql81/distinfo b/databases/postgresql81/distinfo index e40653d87f9..d6d26e8c783 100644 --- a/databases/postgresql81/distinfo +++ b/databases/postgresql81/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2006/12/01 20:10:18 joerg Exp $ +$NetBSD: distinfo,v 1.5 2007/01/08 18:55:38 adam Exp $ -SHA1 (postgresql-8.1.5.tar.bz2) = 6d819ad4e2344db1eac2aaab13f8034820ac8868 -RMD160 (postgresql-8.1.5.tar.bz2) = 02a8aab23e424b5006b24bf884d6920c4818f907 -Size (postgresql-8.1.5.tar.bz2) = 11616301 bytes +SHA1 (postgresql-8.1.6.tar.bz2) = d2a849e5e5d93a102dacaa1e420b1148d564837b +RMD160 (postgresql-8.1.6.tar.bz2) = d61ca7541ff4806bf9216ce156377588589b12dd +Size (postgresql-8.1.6.tar.bz2) = 11646873 bytes SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d SHA1 (patch-ab) = 8d09f4e274aeb4ac2b15db73e7801376a5627d27 SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9 |