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/postgresql93-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/postgresql93-docs')
-rw-r--r-- | databases/postgresql93-docs/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST index 7e3b1762881..b1ae92e5836 100644 --- a/databases/postgresql93-docs/PLIST +++ b/databases/postgresql93-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2016/10/29 19:41:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2017/02/11 10:18:52 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -440,6 +440,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 @@ -1098,6 +1099,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 @@ -1113,6 +1115,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 |