summaryrefslogtreecommitdiff
path: root/databases/postgresql90
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-09-27 11:04:42 +0000
committeradam <adam@pkgsrc.org>2011-09-27 11:04:42 +0000
commitce8e87023a776055f8dcfab4f1221781fbceb027 (patch)
treeeb50524ba9e8f617c0fd0bc75d630bbeb9ecbe86 /databases/postgresql90
parent5f01ee826885cd719b5a7d0210baab4156012dff (diff)
downloadpkgsrc-ce8e87023a776055f8dcfab4f1221781fbceb027.tar.gz
Changes 9.0.5:
* Fix catalog cache invalidation after a "VACUUM FULL" or "CLUSTER" on a system catalog * Fix incorrect order of operations during sinval reset processing, and ensure that TOAST OIDs are preserved in system catalogs * Fix bugs in indexing of in-doubt HOT-updated tuples * Fix multiple bugs in GiST index page split processing * Fix possible buffer overrun in tsvector_concat() * Fix crash in xml_recv when processing a "standalone" parameter * Make pg_options_to_table return NULL for an option with no value * Avoid possibly accessing off the end of memory in "ANALYZE" and in SJIS-2004 encoding conversion * Protect pg_stat_reset_shared() against NULL input * Fix possible failure when a recovery conflict deadlock is detected within a sub-transaction * Avoid spurious conflicts while recycling btree index pages during hot standby * Shut down WAL receiver if it's still running at end of recovery * Fix race condition in relcache init file invalidation * Fix memory leak at end of a GiST index scan * Fix memory leak when encoding conversion has to be done on incoming command strings and "LISTEN" is active * Fix incorrect memory accounting (leading to possible memory bloat) in tuplestores supporting holdable cursors and plpgsql's RETURN NEXT command * Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist * more...
Diffstat (limited to 'databases/postgresql90')
-rw-r--r--databases/postgresql90/Makefile.common5
-rw-r--r--databases/postgresql90/distinfo10
-rw-r--r--databases/postgresql90/patches/patch-ad12
3 files changed, 14 insertions, 13 deletions
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common
index 15d1e5c0a53..915e2393380 100644
--- a/databases/postgresql90/Makefile.common
+++ b/databases/postgresql90/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2011/04/22 08:10:23 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2011/09/27 11:04:42 adam Exp $
#
# used by databases/postgresql90-adminpack/Makefile
# used by databases/postgresql90-client/Makefile
@@ -23,7 +23,7 @@
.include "../../databases/postgresql90/Makefile.mirrors"
-DISTNAME= postgresql-9.0.4
+DISTNAME= postgresql-9.0.5
CATEGORIES= databases
MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
@@ -34,6 +34,7 @@ LICENSE= postgresql-license
CONFLICTS+= postgresql-[0-9]*
CONFLICTS+= postgresql[0-8][0-9]-*
+CONFLICTS+= postgresql9[1-9]-*
DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql90/files
diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo
index 69f8dd6dc60..1ae84b8c616 100644
--- a/databases/postgresql90/distinfo
+++ b/databases/postgresql90/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.6 2011/04/22 08:10:23 adam Exp $
+$NetBSD: distinfo,v 1.7 2011/09/27 11:04:42 adam Exp $
-SHA1 (postgresql-9.0.4.tar.bz2) = 5c4ebc2abbbc63ce2973974a7d020e7d14a01e73
-RMD160 (postgresql-9.0.4.tar.bz2) = 0f11efb7634b9acb2080d07771c0355a3bf96fa4
-Size (postgresql-9.0.4.tar.bz2) = 14040871 bytes
+SHA1 (postgresql-9.0.5.tar.bz2) = 1c71be5b1a7d519eff33bb60768776f47b44acf3
+RMD160 (postgresql-9.0.5.tar.bz2) = c5f4f37808f7e24d91a6c95d41fc89330624e26f
+Size (postgresql-9.0.5.tar.bz2) = 14344752 bytes
SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
-SHA1 (patch-ad) = 64b24d389470ddb980b7a2bdb95e59a599812dfd
+SHA1 (patch-ad) = 378dce5ea08c4344018824a7e44867f31e876c9a
SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
diff --git a/databases/postgresql90/patches/patch-ad b/databases/postgresql90/patches/patch-ad
index fd6ebf67a56..12a2c7a7501 100644
--- a/databases/postgresql90/patches/patch-ad
+++ b/databases/postgresql90/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $
+$NetBSD: patch-ad,v 1.2 2011/09/27 11:04:42 adam Exp $
---- src/pl/plperl/GNUmakefile.orig 2010-09-21 07:39:30.000000000 +0000
+--- src/pl/plperl/GNUmakefile.orig 2011-09-22 22:00:48.000000000 +0000
+++ src/pl/plperl/GNUmakefile
@@ -54,7 +54,6 @@ PSQLDIR = $(bindir)
@@ -9,13 +9,13 @@ $NetBSD: patch-ad,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $
-plperl.o: perlchunks.h plperl_opmask.h
plperl_opmask.h: plperl_opmask.pl
- $(PERL) $< $@
-@@ -62,7 +61,7 @@ plperl_opmask.h: plperl_opmask.pl
- perlchunks.h: $(PERLCHUNKS)
+ @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
+@@ -64,7 +63,7 @@ perlchunks.h: $(PERLCHUNKS)
+ @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
$(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > $@
-all: all-lib
+all: perlchunks.h plperl_opmask.h all-lib
SPI.c: SPI.xs
- $(PERL) $(perl_privlibexp)/ExtUtils/xsubpp -typemap $(perl_privlibexp)/ExtUtils/typemap $< >$@
+ @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi