summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-19 03:03:49 +0000
committerjlam <jlam@pkgsrc.org>2002-10-19 03:03:49 +0000
commit1f2f4c68c5321756bf364e29144ab23d1e82ad71 (patch)
treeb4cd9e150381c0242e2d33ffa75828f3b77e5d68 /doc
parentfcf4816dce038ef28316f7b8ac1bb8b0a23dce9e (diff)
downloadpkgsrc-1f2f4c68c5321756bf364e29144ab23d1e82ad71.tar.gz
Update databases/postgresql to version 7.2.3.
This has a variety of fixes from 7.2.2, including fixes to prevent possible data loss. A dump/restore is *not* required for those running 7.2.X. Changes from version 7.2.2 include: Prevent possible compressed transaction log loss (Tom) Prevent non-superuser from increasing most recent vacuum info (Tom) Handle pre-1970 date values in newer versions of glibc (Tom) Fix possible hang during server shutdown Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima) Fix pg_dump to properly dump FULL JOIN USING (Tom)
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index f7ba96345dd..89db9b114f3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.306 2002/10/19 01:33:02 wiz Exp $
+$NetBSD: CHANGES,v 1.307 2002/10/19 03:04:12 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3318,3 +3318,12 @@ Changes to the packages collection and infrastructure in 2002:
Added cmu-dhcpd-3.3.7.9 [abs 2002-10-18]
links: Downgraded to 2.1.0.3 [wiz 2002-10-19]
links-gui: Downgraded to 2.1.0.3 [wiz 2002-10-19]
+ Updated postgresql to 7.2.3 [jlam 2002-10-19]
+ Updated postgresql-client to 7.2.3 [jlam 2002-10-19]
+ Updated postgresql-docs to 7.2.3 [jlam 2002-10-19]
+ Updated postgresql-lib to 7.2.3 [jlam 2002-10-19]
+ Updated postgresql-plperl to 7.2.3 [jlam 2002-10-19]
+ Updated postgresql-pltcl to 7.2.3 [jlam 2002-10-19]
+ Updated postgresql-server to 7.2.3 [jlam 2002-10-19]
+ Updated tcl-postgresql to 7.2.3 [jlam 2002-10-19]
+ Updated tk-postgresql to 7.2.3 [jlam 2002-10-19]