summaryrefslogtreecommitdiff
path: root/databases/postgresql74-contrib
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-10 07:30:22 +0000
committerjdolecek <jdolecek>2004-10-10 07:30:22 +0000
commitb1f64c43d26e8db722a89816f4e706852c86e20c (patch)
tree57de2306c496c1eb9f3f5c323d9b56a4fef3a0ff /databases/postgresql74-contrib
parent1ee733ca24337b28fbbe9b9393e7700ba3abfdc3 (diff)
downloadpkgsrc-b1f64c43d26e8db722a89816f4e706852c86e20c.tar.gz
Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.
Dump/restore is not necessary for 7.4.x users. Changes in 7.4.5: * Repair possible crash during concurrent btree index insertions This patch fixes a rare case in which concurrent insertions into a btree index could result in a server panic. No permanent damage would result, but it's still worth a re-release. The bug does not exist in pre-7.4 releases. Changes in 7.4.4: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Check HAVING restriction before evaluating result list of an aggregate plan * Avoid crash when session's current userID is deleted * Fix hashed crosstab for zero-rows case (Joe) * Force cache update after renaming a column in a foreign key * Pretty-print UNION queries correctly * Make psql handle \r\n newlines properly in COPY IN * pg_dump handled ACLs with grant options incorrectly * Fix thread support for OS X and Solaris * Updated JDBC driver (build 215) with various fixes * ECPG fixes * Translation updates (various contributors)
Diffstat (limited to 'databases/postgresql74-contrib')
-rw-r--r--databases/postgresql74-contrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-contrib/Makefile b/databases/postgresql74-contrib/Makefile
index f1bac7bbc20..e937687fcc0 100644
--- a/databases/postgresql74-contrib/Makefile
+++ b/databases/postgresql74-contrib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/10/10 07:30:23 jdolecek Exp $
PKGNAME= postgresql74-contrib-${BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= # empty
SVR4_PKGNAME= pstgc
COMMENT= PostgreSQL database contrib programs