summaryrefslogtreecommitdiff
path: root/databases/postgresql95-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-09 18:12:23 +0000
committeradam <adam@pkgsrc.org>2018-11-09 18:12:23 +0000
commite312950ec6dca755c25bda29edb2ebd9c1c431db (patch)
tree96ccdc3bd577e5f768138e01417efd7af9217508 /databases/postgresql95-docs
parent5124a13c909c14c4ef2f8d80f1d8600c07ad9093 (diff)
downloadpkgsrc-e312950ec6dca755c25bda29edb2ebd9c1c431db.tar.gz
postgresNN: updated to the latest
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25. This release fixes one security issue as well as bugs reported over the last three months. All users using the affected versions of PostgreSQL should update as soon as possible. Please see the notes on "Updating" below for any post-update steps that may be required if you are using pg_stat_statements in your installation. This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug or security fixes. If your environment still uses PostgreSQL 9.3, please make plans to update to a community supported version as soon as possible. Please see our versioning policy for more information. Security Issues One security vulnerability has been closed by this release: CVE-2018-16850: SQL injection in pg_upgrade and pg_dump, via CREATE TRIGGER ... REFERENCING. Versions Affected: 10, 11 Using a purpose-crafted trigger definition, an attacker can run arbitrary SQL statements with superuser privileges when a superuser runs pg_upgrade on the database or during a pg_dump dump/restore cycle. This attack requires a CREATE privilege on some non-temporary schema or a TRIGGER privilege on a table. This is exploitable in the default PostgreSQL configuration, where all users have CREATE privilege on public schema. Bug Fixes and Improvements This update also fixes numerous bugs that were reported in the last several months. Some of these issues affect only version 11, but many affect all supported versions. These releases include fixes that: Ensure that automatically created child indexes are created in the same tablespace as the parent partitioned index Fix several crashes with triggers Fix problems with applying ON COMMIT DELETE ROWS to a partitioned temporary table Fix how NULL values are handled when using LEFT JOIN with a parallelized hash join Several fixes around using named or defaulted arguments in CALL statements Fix for strict aggregate functions (i.e. aggregates that cannot accept NULL inputs) with ORDER BY columns that enforces the strictness check Fix with CASE statements where an expression was cast to an array type Disable an optimization for updating expression indexes in order to prevent a crash Fix a memory leak that occurred on a specific case of using a SP-GiST index Fix for pg_verify_checksums incorrectly reporting on files that are not expected to have checksums Prevent the PostgreSQL server from starting when wal_level is set to a value that cannot support an existing replication slot Ensure that the server will process already-received NOTIFY and SIGTERM interrupts before waiting for client input Allow PL/Ruby to work with newer versions of PostgreSQL Fix for character-class checks on Windows for Unicode characters above U+FFFF, which affected full-text search as well as contrib/ltree and contrib/pg_trgm Fix a case where psql would not report the receipt of a message from a NOTIFY call until after the next command Fix build problems on macOS 10.14 (Mojave) Several build fixes for the Windows platform This updates also contains tzdata release 2018g for DST law changes in Chile, Fiji, Morocco, and Russia (Volgograd), plus historical corrections for China, Hawaii, Japan, Macau, and North Korea.
Diffstat (limited to 'databases/postgresql95-docs')
-rw-r--r--databases/postgresql95-docs/Makefile3
-rw-r--r--databases/postgresql95-docs/PLIST5
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql95-docs/Makefile b/databases/postgresql95-docs/Makefile
index dd1aa6ee98b..c9ede008ad4 100644
--- a/databases/postgresql95-docs/Makefile
+++ b/databases/postgresql95-docs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:27 adam Exp $
PKGNAME= ${DISTNAME:C/-/95-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql95/Makefile.common"
diff --git a/databases/postgresql95-docs/PLIST b/databases/postgresql95-docs/PLIST
index f7ee979ff06..7115e859b5b 100644
--- a/databases/postgresql95-docs/PLIST
+++ b/databases/postgresql95-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2018/08/10 11:56:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/11/09 18:12:27 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1171,6 +1171,7 @@ share/doc/postgresql/html/release-9-3-21.html
share/doc/postgresql/html/release-9-3-22.html
share/doc/postgresql/html/release-9-3-23.html
share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
share/doc/postgresql/html/release-9-3-3.html
share/doc/postgresql/html/release-9-3-4.html
share/doc/postgresql/html/release-9-3-5.html
@@ -1191,6 +1192,7 @@ share/doc/postgresql/html/release-9-4-17.html
share/doc/postgresql/html/release-9-4-18.html
share/doc/postgresql/html/release-9-4-19.html
share/doc/postgresql/html/release-9-4-2.html
+share/doc/postgresql/html/release-9-4-20.html
share/doc/postgresql/html/release-9-4-3.html
share/doc/postgresql/html/release-9-4-4.html
share/doc/postgresql/html/release-9-4-5.html
@@ -1205,6 +1207,7 @@ share/doc/postgresql/html/release-9-5-11.html
share/doc/postgresql/html/release-9-5-12.html
share/doc/postgresql/html/release-9-5-13.html
share/doc/postgresql/html/release-9-5-14.html
+share/doc/postgresql/html/release-9-5-15.html
share/doc/postgresql/html/release-9-5-2.html
share/doc/postgresql/html/release-9-5-3.html
share/doc/postgresql/html/release-9-5-4.html