diff options
author | adam <adam@pkgsrc.org> | 2013-10-12 20:39:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-10-12 20:39:42 +0000 |
commit | be1c26b1ed2ec45c577ae75b1827245831d20fc8 (patch) | |
tree | a431a56a6e447f1c737734429661bf2b715cf36f /databases/postgresql90 | |
parent | 66e4d4b01853002acdcf238b27499e0c852431c2 (diff) | |
download | pkgsrc-be1c26b1ed2ec45c577ae75b1827245831d20fc8.tar.gz |
Changes
Guarantee transmission of all WAL files before replica failover
Prevent downcasing of non-ASCII identifiers
Fix several minor memory leaks
Correct overcommit behavior when using more than 24GB of work memory
Improve planner cost estimates for choosing generic plans
Fix estimates of NULL rows in boolean columns
Make UNION ALL and inheritance query plans recheck parameterized paths
Correct pg_dump bugs for foreign tables, views, and extensions
Prevent a parallel pg_restore failure on certain indexes
Make REINDEX revalidate constraints
Prevent two deadlock issues in SP-GIST and REINDEX CONCURRENTLY
Prevent GiST index lookup crash
Fix several regular expression failures
Allow ALTER DEFAULT PRIVILEGES to work on all schemas
Loosen restrictions on keywords
Allow various spellings of infinity
Expand ability to compare rows to records and arrays
Prevent psql client crash on bad PSQLRC file
Add spinlock support for ARM64
Diffstat (limited to 'databases/postgresql90')
-rw-r--r-- | databases/postgresql90/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql90/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/databases/postgresql90/Makefile b/databases/postgresql90/Makefile index 00464e75ab3..05fe716f1d6 100644 --- a/databases/postgresql90/Makefile +++ b/databases/postgresql90/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2013/05/31 12:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/10/12 20:39:42 adam Exp $ PKGNAME= ${DISTNAME:C/-/90-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 48b1c54e325..412918b52e2 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2013/04/04 21:08:33 adam Exp $ +# $NetBSD: Makefile.common,v 1.25 2013/10/12 20:39:42 adam Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -21,7 +21,7 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -DISTNAME= postgresql-9.0.13 +DISTNAME= postgresql-9.0.14 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo index 8d0a40234fb..14a63e8132d 100644 --- a/databases/postgresql90/distinfo +++ b/databases/postgresql90/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2013/04/04 21:08:33 adam Exp $ +$NetBSD: distinfo,v 1.18 2013/10/12 20:39:42 adam Exp $ -SHA1 (postgresql-9.0.13.tar.bz2) = d4812cba43c1a76b66f43687df78c86996a23620 -RMD160 (postgresql-9.0.13.tar.bz2) = 1b7e37cb4ecb1e512f5ca3c0350c9e908d03a01d -Size (postgresql-9.0.13.tar.bz2) = 15139873 bytes +SHA1 (postgresql-9.0.14.tar.bz2) = f6d59d6fddbecc16d8f4d3ccbb70d62f77d56564 +RMD160 (postgresql-9.0.14.tar.bz2) = 17e5f49bb8497a92f641b2bc607cbd5aa6848104 +Size (postgresql-9.0.14.tar.bz2) = 15154015 bytes SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 |