diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-20 19:32:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-20 19:32:18 +0000 |
commit | aa73a794dd4e728fd41f98ca0deb596bb5dceed7 (patch) | |
tree | cad585ff92c5abaa21bcd57061838b9aeca2c402 /databases/postgresql/patches/patch-ah | |
parent | 9a969d709c41320cebec71d8ea8fa31b959b407f (diff) | |
download | pkgsrc-aa73a794dd4e728fd41f98ca0deb596bb5dceed7.tar.gz |
Update postgresql to 7.0. Also closes PR#8616. Changes from 6.5.3:
A HUGE number of bug/performance fixes and minor enhancements.
Foreign Keys
Foreign keys are now implemented, with the exception of PARTIAL
MATCH foreign keys. Many users have been asking for this
feature, and we are pleased to offer it.
Optimizer Overhaul
Continuing on work started a year ago, the optimizer has been
overhauled, allowing improved query execution and better
performance with less memory usage.
Updated psql
psql, our interactive terminal monitor, has been updated with a
variety of new features. See the psql manual page for details.
Upcoming Features
In 7.1 or 7.2, we plan to have outer joins, storage for very
long rows, and a write-ahead logging system.
A dump/restore using pg_dump is required for those wishing to migrate
data from any previous release. For those upgrading from 6.5.*, you
can use pg_upgrade to upgrade to this release.
Diffstat (limited to 'databases/postgresql/patches/patch-ah')
-rw-r--r-- | databases/postgresql/patches/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/postgresql/patches/patch-ah b/databases/postgresql/patches/patch-ah deleted file mode 100644 index a42371a607b..00000000000 --- a/databases/postgresql/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.5 2000/03/18 17:43:17 jlam Exp $ - ---- bin/psql/Makefile.in.orig Sun Jan 17 01:19:19 1999 -+++ bin/psql/Makefile.in Thu Mar 16 17:49:44 2000 -@@ -33,7 +33,7 @@ - all: submake psql - - psql: $(OBJS) $(LIBPQDIR)/libpq.a -- $(CC) -o psql -L$(LIBPQDIR) $(OBJS) -lpq $(LDFLAGS) -+ $(CC) -o psql $(OBJS) $(LIBPQ) $(LDFLAGS) - - ../../utils/strdup.o: - $(MAKE) -C ../../utils strdup.o |