diff options
author | adam <adam@pkgsrc.org> | 2017-09-04 19:33:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-04 19:33:43 +0000 |
commit | 9f0275c2e7069c4109d13f97582e04173bb5fcbf (patch) | |
tree | 2c4733ba0a79eaf222a3044eacdf5b25c84b155d /databases/postgresql94-docs | |
parent | 39bb9928334668aee4b52b255cf4ee2c686b0ac3 (diff) | |
download | pkgsrc-9f0275c2e7069c4109d13f97582e04173bb5fcbf.tar.gz |
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.5, 9.5.9, 9.4.14, 9.3.19, and 9.2.23.
This release includes fixes that prevent a crash in pg_restore when using parallel mode. It also patches over a few other bugs reported since the last releases in August.
Additionally, in 9.4.14 only, there is a fix to an issue with walsenders preventing primary-server shutdown unless immediate shutdown mode is used.
Users should plan to update at the next convenient downtime.
Diffstat (limited to 'databases/postgresql94-docs')
-rw-r--r-- | databases/postgresql94-docs/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST index 59673b4646d..e6b93a9f07d 100644 --- a/databases/postgresql94-docs/PLIST +++ b/databases/postgresql94-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2017/08/13 19:25:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2017/09/04 19:33:43 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1123,6 +1123,7 @@ 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-21.html share/doc/postgresql/html/release-9-2-22.html +share/doc/postgresql/html/release-9-2-23.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 @@ -1141,6 +1142,7 @@ 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-17.html share/doc/postgresql/html/release-9-3-18.html +share/doc/postgresql/html/release-9-3-19.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 @@ -1155,6 +1157,7 @@ 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-12.html share/doc/postgresql/html/release-9-4-13.html +share/doc/postgresql/html/release-9-4-14.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 |