summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-01-08 12:51:45 +0000
committerabs <abs@pkgsrc.org>2006-01-08 12:51:45 +0000
commit634fcd92cba008d53666cc96efbe2c6ceb461075 (patch)
tree93e974fec45a652095c317851553c3ab4d5795ad /databases
parentd182d0d6186f777892bdf478ca6ffcf1f311aa20 (diff)
downloadpkgsrc-634fcd92cba008d53666cc96efbe2c6ceb461075.tar.gz
Upgrade postgresql80-client, postgresql80-server, postgresql to 8.0.5
Changes since 8.0.4: * Fix race condition in transaction log management There was a narrow window in which an I/O operation could be initiated for the wrong page, leading to an Assert failure or data corruption. * Fix bgwriter problems after recovering from errors (Tom) The background writer was found to leak buffer pins after write errors. While not fatal in itself, this might lead to mysterious blockages of later VACUUM commands. * Prevent failure if client sends Bind protocol message when current transaction is already aborted * /contrib/ltree fixes (Teodor) * AIX and HPUX compile fixes (Tom) * Retry file reads and writes after Windows NO_SYSTEM_RESOURCES error (Qingqing Zhou) * Fix intermittent failure when log_line_prefix includes %i * Fix psql performance issue with long scripts on Windows (Merlin Moncure) * Fix missing updates of pg_group flat file * Fix longstanding planning error for outer joins This bug sometimes caused a bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". * Postpone timezone initialization until after postmaster.pid is created This avoids confusing startup scripts that expect the pid file to appear quickly. * Prevent core dump in pg_autovacuum when a table has been dropped * Fix problems with whole-row references (foo.*) to subquery results
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql80-client/PLIST9
-rw-r--r--databases/postgresql80/Makefile.common8
-rw-r--r--databases/postgresql80/distinfo8
3 files changed, 14 insertions, 11 deletions
diff --git a/databases/postgresql80-client/PLIST b/databases/postgresql80-client/PLIST
index f4089e29fb3..05c47d05b64 100644
--- a/databases/postgresql80-client/PLIST
+++ b/databases/postgresql80-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/10/23 20:16:52 jlam Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/01/08 12:51:45 abs Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -941,6 +941,9 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-2-7.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-2-8.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-1.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-10.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-11.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-12.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -949,10 +952,9 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-6.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-7.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-8.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-9.html
-${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-10.html
-${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-1.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -965,6 +967,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index c01a023f989..39b692937f8 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2005/12/29 13:33:42 joerg Exp $
+# $NetBSD: Makefile.common,v 1.14 2006/01/08 12:51:45 abs Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -19,7 +19,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER?= jlam@pkgsrc.org
HOMEPAGE?= http://www.postgresql.org/
-CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-*
+CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql84-* postgresql81-*
DISTINFO_FILE?= ${.CURDIR}/../postgresql80/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../postgresql80/files
@@ -30,9 +30,9 @@ PATCHDIR?= ${.CURDIR}/../postgresql80/patches
# DIST_VERS version number on the postgresql distfile
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
-# Note: Do not forget jdbc-postgresql when updating version
+# Note: Do not forget jdbc-postgresql80 when updating version
#
-DIST_VERS?= 8.0.4
+DIST_VERS?= 8.0.5
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql80-client+= postgresql80-client>=${BASE_VERS}
diff --git a/databases/postgresql80/distinfo b/databases/postgresql80/distinfo
index 494b0756319..5a11ba9e1dd 100644
--- a/databases/postgresql80/distinfo
+++ b/databases/postgresql80/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2005/10/23 20:16:52 jlam Exp $
+$NetBSD: distinfo,v 1.11 2006/01/08 12:51:45 abs Exp $
-SHA1 (postgresql-8.0.4.tar.bz2) = 19a83cc4bb61880c6078f1507cd876d582498220
-RMD160 (postgresql-8.0.4.tar.bz2) = 04d00f77a5139c654eb4d90cc4ee2a515ee1a15d
-Size (postgresql-8.0.4.tar.bz2) = 11102847 bytes
+SHA1 (postgresql-8.0.5.tar.bz2) = 7735f235189e970a2e5de9c9141e445bac066b63
+RMD160 (postgresql-8.0.5.tar.bz2) = 33c70a4ada8967ac24324afb7be0ae903696dae9
+Size (postgresql-8.0.5.tar.bz2) = 11168579 bytes
SHA1 (patch-aa) = d681a5b2bb4dfce4e3db1490b97fed1b99ff445f
SHA1 (patch-ab) = 1a80710d13723f2c8130d8235bb40c43af9d9ccd
SHA1 (patch-ac) = 092d96fe2baafe8eef731b45a85d33fc40584044