summaryrefslogtreecommitdiff
path: root/databases/postgresql80
diff options
context:
space:
mode:
authorabs <abs>2006-01-08 12:51:45 +0000
committerabs <abs>2006-01-08 12:51:45 +0000
commit8660e6a73c54352619948b38862334d29f67ffa6 (patch)
tree93e974fec45a652095c317851553c3ab4d5795ad /databases/postgresql80
parent431295b3af55da5d4d6d37fed024a6c6cfe89120 (diff)
downloadpkgsrc-8660e6a73c54352619948b38862334d29f67ffa6.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/postgresql80')
-rw-r--r--databases/postgresql80/Makefile.common8
-rw-r--r--databases/postgresql80/distinfo8
2 files changed, 8 insertions, 8 deletions
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