diff options
author | adam <adam@pkgsrc.org> | 2017-02-11 10:18:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-11 10:18:51 +0000 |
commit | c1c285213fd822ac34a274c9ffccc40cb55793bf (patch) | |
tree | 66169b67003e7dc5c742d2479379e7aa64c558a2 /databases/postgresql94-docs | |
parent | 3595e57c4103e84071e78527be47d36546510805 (diff) | |
download | pkgsrc-c1c285213fd822ac34a274c9ffccc40cb55793bf.tar.gz |
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months.
Diffstat (limited to 'databases/postgresql94-docs')
-rw-r--r-- | databases/postgresql94-docs/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST index 65f5f6f9416..c756f466a2c 100644 --- a/databases/postgresql94-docs/PLIST +++ b/databases/postgresql94-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2016/10/29 19:41:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2017/02/11 10:18:52 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -445,6 +445,7 @@ share/doc/postgresql/html/disk-usage.html share/doc/postgresql/html/diskusage.html share/doc/postgresql/html/dml-delete.html share/doc/postgresql/html/dml-insert.html +share/doc/postgresql/html/dml-returning.html share/doc/postgresql/html/dml-update.html share/doc/postgresql/html/dml.html share/doc/postgresql/html/docguide-authoring.html @@ -1118,6 +1119,7 @@ share/doc/postgresql/html/release-9-2-17.html share/doc/postgresql/html/release-9-2-18.html share/doc/postgresql/html/release-9-2-19.html share/doc/postgresql/html/release-9-2-2.html +share/doc/postgresql/html/release-9-2-20.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html share/doc/postgresql/html/release-9-2-5.html @@ -1133,6 +1135,7 @@ share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-13.html share/doc/postgresql/html/release-9-3-14.html share/doc/postgresql/html/release-9-3-15.html +share/doc/postgresql/html/release-9-3-16.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html @@ -1144,6 +1147,7 @@ share/doc/postgresql/html/release-9-3-9.html share/doc/postgresql/html/release-9-3.html share/doc/postgresql/html/release-9-4-1.html share/doc/postgresql/html/release-9-4-10.html +share/doc/postgresql/html/release-9-4-11.html share/doc/postgresql/html/release-9-4-2.html share/doc/postgresql/html/release-9-4-3.html share/doc/postgresql/html/release-9-4-4.html |