From f5197d8da0edc49db78961d7c415246b606a6d38 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 12 Oct 2013 20:39:42 +0000 Subject: 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 --- databases/postgresql91/Makefile | 3 +-- databases/postgresql91/Makefile.common | 4 ++-- databases/postgresql91/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'databases/postgresql91') diff --git a/databases/postgresql91/Makefile b/databases/postgresql91/Makefile index 433abcde085..465621d6e6b 100644 --- a/databases/postgresql91/Makefile +++ b/databases/postgresql91/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:39:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/10/12 20:39:43 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index be716d2bd9f..841fb082c23 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2013/04/04 21:08:35 adam Exp $ +# $NetBSD: Makefile.common,v 1.15 2013/10/12 20:39:43 adam Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -21,7 +21,7 @@ # -postgresql client-side interface to PostgreSQL # postgresql- server-side module for PostgreSQL backend -DISTNAME= postgresql-9.1.9 +DISTNAME= postgresql-9.1.10 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index 794a82e2b22..d5e7c31c484 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2013/04/04 21:08:35 adam Exp $ +$NetBSD: distinfo,v 1.15 2013/10/12 20:39:43 adam Exp $ -SHA1 (postgresql-9.1.9.tar.bz2) = 4cbbfc5be9b8e6fe3d67c5075c212bcb057eac20 -RMD160 (postgresql-9.1.9.tar.bz2) = 65aa38a4f687cd278bedcf4f1516089ab65924d1 -Size (postgresql-9.1.9.tar.bz2) = 15815421 bytes +SHA1 (postgresql-9.1.10.tar.bz2) = ac2882d50f5a4798d1fcc7c6445c4964b1edda5f +RMD160 (postgresql-9.1.10.tar.bz2) = 9ffafab4c2b60be33789066b1d5563f370685500 +Size (postgresql-9.1.10.tar.bz2) = 15849107 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 -- cgit v1.2.3