summaryrefslogtreecommitdiff
path: root/databases/postgresql/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-09-20 23:38:45 +0000
committerjlam <jlam@pkgsrc.org>1999-09-20 23:38:45 +0000
commit745377f7028f13bed9820723467387361277d1bc (patch)
tree146f66937a0bd4646b08503820df3f7c52dc0e46 /databases/postgresql/files
parent3426b02198e1c0741e10bc24921db80a3e5df898 (diff)
downloadpkgsrc-745377f7028f13bed9820723467387361277d1bc.tar.gz
Update PostgreSQL to 6.5.2. The pgaccess binary is no longer available
from the main PostgreSQL distribution, and must be installed separately (databases/pgaccess). Relevant changes from 6.5.1: subselect+CASE fixes(Tom) Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik) Fixes for CASE in WHERE join clauses(Tom) Fix BTScan abort(Tom) Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas) Improve it so that it checks for multi-column constraints(Tom) Fix for Win32 making problem with MB enabled(Hiroki Kataoka) Allow BSD yacc and bison to compile pl code(Bruce) Fix SET NAMES int8 fixes(Thomas) Fix vacuum's memory consumption(Hiroshi,Tatsuo) Reduce the total memory consumption of vacuum(Tom) Fix for timestamp(datetime) Rule deparsing bugfixes(Tom) Fix quoting problems in mkMakefile.tcldefs.sh.in and mkMakefile.tkdefs.sh.in(Tom) This is to re-use space on index pages freed by vacuum(Vadim) document -x for pg_dump(Bruce) Fix for unary operators in rule deparser(Tom) Comment out FileUnlink of excess segments during mdtruncate()(Tom) Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com> Repair logic error in LIKE: should not return LIKE_ABORT when reach end of pattern before end of text(Tom) Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
Diffstat (limited to 'databases/postgresql/files')
-rw-r--r--databases/postgresql/files/md54
-rw-r--r--databases/postgresql/files/patch-sum15
-rw-r--r--databases/postgresql/files/post-install-notes7
3 files changed, 13 insertions, 13 deletions
diff --git a/databases/postgresql/files/md5 b/databases/postgresql/files/md5
index 969615f38e0..a86f5db6673 100644
--- a/databases/postgresql/files/md5
+++ b/databases/postgresql/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 1999/09/19 04:24:54 jlam Exp $
+$NetBSD: md5,v 1.6 1999/09/20 23:38:47 jlam Exp $
-MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51
+MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab
diff --git a/databases/postgresql/files/patch-sum b/databases/postgresql/files/patch-sum
index bba739f323d..c684b2dd5fc 100644
--- a/databases/postgresql/files/patch-sum
+++ b/databases/postgresql/files/patch-sum
@@ -1,15 +1,14 @@
-$NetBSD: patch-sum,v 1.4 1999/09/19 04:24:54 jlam Exp $
+$NetBSD: patch-sum,v 1.5 1999/09/20 23:38:47 jlam Exp $
-MD5 (patch-aa) = 5e8179c837c09090840c1b56d5c396d8
-MD5 (patch-ab) = 75e575fb9211ed9357e3e4789452d055
+MD5 (patch-aa) = 6d8e8d9ddc61cd79ecab1b0b9a26973a
+MD5 (patch-ab) = eec9c83c775fa5962a28004a309236d1
MD5 (patch-ac) = ef8e86f21029d7bab85f74d0bcec874c
MD5 (patch-ad) = 0c7ad509908b626485eb152ce4ff4ba8
MD5 (patch-ae) = 74a20ce1af43193ee2a0152e88d8c852
MD5 (patch-af) = 055fe149d55089efa39eaaedafc611b6
MD5 (patch-ag) = 9fe78b65dbd36b7c1f5d2a928639ad23
-MD5 (patch-ah) = cb80c672fa0b4e68802dafada7924030
-MD5 (patch-ai) = 27e8d614ef112a233c29debd6d6f4692
-MD5 (patch-aj) = c87c762e2732893073917e5af535cc52
+MD5 (patch-ah) = 43e39c5c596432cb3cce6ab49d005102
+MD5 (patch-aj) = fe9fc5224b1b3d1cb85f57007f005d1b
MD5 (patch-ak) = 1e22bf0d5770426882fef94d528f324e
-MD5 (patch-al) = 1394c41ef6b8d6e89bd4875606d6f8b5
-MD5 (patch-am) = 03f21739e54e2b7eca7094a5a61d97a1
+MD5 (patch-al) = 17bff31d1a88187c0b46b2262e7fc8d6
+MD5 (patch-am) = fe992cdaa4f532dc143cad9b56f4ee61
diff --git a/databases/postgresql/files/post-install-notes b/databases/postgresql/files/post-install-notes
index aded8a71e2c..719aeed92f2 100644
--- a/databases/postgresql/files/post-install-notes
+++ b/databases/postgresql/files/post-install-notes
@@ -1,4 +1,4 @@
-$NetBSD: post-install-notes,v 1.3 1999/09/19 04:24:54 jlam Exp $
+$NetBSD: post-install-notes,v 1.4 1999/09/20 23:38:48 jlam Exp $
Now that PostgreSQL is installed, you should read the documentation and
implementation guides. These can be found at:
@@ -9,6 +9,7 @@ You may wish to subscribe to the PostgreSQL user-support mailing list.
Send an e-mail to pgsql-questions-request@postgresql.org with the
text "subscribe" in the message body.
-If you built PostgreSQL with TCL support, then you can use the
-TCL/TK based database frontend "pgaccess" for database operations.
+If you built PostgreSQL with Tcl/Tk support, then you can also install
+the Tcl/Tk database frontend "pgaccess" (databases/pgaccess) for database
+operations with a GUI.