summaryrefslogtreecommitdiff
path: root/databases/postgresql74-lib
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-10 07:30:22 +0000
committerjdolecek <jdolecek>2004-10-10 07:30:22 +0000
commit1af1964ea595902e9c30d92974273035ce510e4a (patch)
tree57de2306c496c1eb9f3f5c323d9b56a4fef3a0ff /databases/postgresql74-lib
parent78f6ef2f9b911a5e97f0ffbde5073358c1f7bbbc (diff)
downloadpkgsrc-1af1964ea595902e9c30d92974273035ce510e4a.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-lib')
-rw-r--r--databases/postgresql74-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-lib/Makefile b/databases/postgresql74-lib/Makefile
index 2285cd2b6a3..0341d33a189 100644
--- a/databases/postgresql74-lib/Makefile
+++ b/databases/postgresql74-lib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/10 07:30:23 jdolecek Exp $
PKGNAME= postgresql74-lib-${BASE_VERS}
-PKGREVISION= 2
+PKGREVISION= # empty
SVR4_PKGNAME= pstgl
COMMENT= PostgreSQL database headers and libraries