diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-08-07 18:19:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-08-07 18:19:16 +0000 |
commit | 952faf77c17f84bda41c484701f091e616d7c47d (patch) | |
tree | 320277aa8389e6304ac39b9376afe3863e329fbc /databases/postgresql73-docs | |
parent | 233d053988818b136209f97d605fa35503568c5c (diff) | |
download | pkgsrc-952faf77c17f84bda41c484701f091e616d7c47d.tar.gz |
Update to 7.3.10
Posted on 2005-05-12:
In order to address several security issues identified over the past two
weeks, as well as one "low probability" race condition, we are releasing new
version of PostgreSQL as far back as the 7.2.x branch.
Please note that the security issues were those already reported by Tom Lane,
as well as a manual fix for them. These releases are mainly to ensure that
those installing and/or upgrading existing installations have those fixes
automatically.
For details on the fixes, please see the HISTORY file included in the Release,
but a summary consists of:
* Change encoding function signature to prevent misuse
* Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function results
* Repair race condition between relation extension and VACUUM This could
theoretically have caused loss of a page's worth of freshly-inserted data,
although the scenario seems of very low probability. There are no known
cases of it having caused more than an Assert failure.
Diffstat (limited to 'databases/postgresql73-docs')
-rw-r--r-- | databases/postgresql73-docs/PLIST | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/postgresql73-docs/PLIST b/databases/postgresql73-docs/PLIST index 2f58c364431..01990d6b47a 100644 --- a/databases/postgresql73-docs/PLIST +++ b/databases/postgresql73-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/02/20 00:03:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/08/07 18:19:16 adrianp Exp $ share/doc/html/postgresql/admin-preface.html share/doc/html/postgresql/admin.html share/doc/html/postgresql/app-clusterdb.html @@ -192,10 +192,10 @@ share/doc/html/postgresql/libpq-threading.html share/doc/html/postgresql/libpq-trace.html share/doc/html/postgresql/libpq.html share/doc/html/postgresql/ln17992.html +share/doc/html/postgresql/ln26577.html +share/doc/html/postgresql/ln39021.html +share/doc/html/postgresql/ln53737.html share/doc/html/postgresql/ln25.html -share/doc/html/postgresql/ln26479.html -share/doc/html/postgresql/ln38923.html -share/doc/html/postgresql/ln53639.html share/doc/html/postgresql/ln659.html share/doc/html/postgresql/lo-funcs.html share/doc/html/postgresql/lo-implementation.html @@ -388,6 +388,7 @@ share/doc/html/postgresql/release-7-2-4.html share/doc/html/postgresql/release-7-2-5.html share/doc/html/postgresql/release-7-2-6.html share/doc/html/postgresql/release-7-2-7.html +share/doc/html/postgresql/release-7-2-8.html share/doc/html/postgresql/release-7-2.html share/doc/html/postgresql/release-7-3-1.html share/doc/html/postgresql/release-7-3-2.html @@ -397,6 +398,7 @@ share/doc/html/postgresql/release-7-3-5.html share/doc/html/postgresql/release-7-3-6.html share/doc/html/postgresql/release-7-3-7.html share/doc/html/postgresql/release-7-3-8.html +share/doc/html/postgresql/release-7-3-9.html share/doc/html/postgresql/release-7-3.html share/doc/html/postgresql/release.html share/doc/html/postgresql/resources.html |