summaryrefslogtreecommitdiff
path: root/databases/postgresql94-server
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-06-23 07:55:58 +0000
committeradam <adam@pkgsrc.org>2019-06-23 07:55:58 +0000
commit625d55fb604434673516cbb1676e7cf85ee1a5e0 (patch)
tree02342cd8f694ea8d903aa41deed71a1c7106289c /databases/postgresql94-server
parentb9cd14a3cf45c6457e26222fe47057a9f209886d (diff)
downloadpkgsrc-625d55fb604434673516cbb1676e7cf85ee1a5e0.tar.gz
postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23
PostgreSQL 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23, and 12 Beta 2 Released! The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.4, 10.9, 9.6.14, 9.5.18, and 9.4.23, as well as the second beta of PostgreSQL 12. This release fixes one security issue and over 25 bugs since the previous cumulative update in May. Security Issues This release closes one security vulnerability: CVE-2019-10164: Stack-based buffer overflow via setting a password Versions affected: 10, 11, 12 beta. Bug Fixes and Improvements Fix assorted errors in run-time partition pruning that could lead to wrong answers in queries on partitioned tables pg_dump now recreates table partitions using CREATE TABLE and ALTER TABLE .. ATTACH PARTITION rather than including PARTITION OF in the creation command Improve how initdb determines which system time zone to select if there are equivalent names for the time zone. Also explicitly prefer UTC over UCT Fix possible crash while trying to copy trigger definitions to a new partition Fix failure of ALTER TABLE .. ALTER COLUMN TYPE when the table has a partial exclusion constraint Fix failure of COMMENT command for comments on domains Several fixes related to aggregation Fix faulty generation of merge-append plans that could lead to "could not find pathkey item to sort" errors Fix failures on dump/restore where views contained queries with duplicate join names Fix conversion of JSON string literals to JSON-type output columns in json_to_record() and json_populate_record() Fix incorrect optimization of {1,1} quantifiers in regular expressions Fix issue for B-tree indexes during edge case failure involving columns covered with the INCLUDE clause, which manifests itself with errors during VACUUM. If you are affected by this issue, you will need to reindex the specific index Fix race condition in check to see whether a pre-existing shared memory segment is still in use by a conflicting postmaster Fix for the walreceiver process that avoids a crash or deadlock on shutdown Avoid possible hang in libpq if using SSL and OpenSSL's pending-data buffer contains an exact multiple of 256 bytes Fix ordering of GRANT commands emitted by pg_dump and pg_dumpall for databases and tablespaces Fix misleading error reports from reindexdb Ensure that vacuumdb returns correct status if an error occurs while using parallel jobs Fix contrib/auto_explain to not cause problems in parallel queries, which resulted in failures like "could not find key N in shm TOC" Account for possible data modifications by local BEFORE ROW UPDATE triggers in contrib/postgres_fdw On Windows, avoid failure when the database encoding is set to SQL_ASCII and we attempt to log a non-ASCII string
Diffstat (limited to 'databases/postgresql94-server')
-rw-r--r--databases/postgresql94-server/MESSAGE.rcd18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/postgresql94-server/MESSAGE.rcd b/databases/postgresql94-server/MESSAGE.rcd
deleted file mode 100644
index a1f34038164..00000000000
--- a/databases/postgresql94-server/MESSAGE.rcd
+++ /dev/null
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.rcd,v 1.1 2019/05/28 13:40:40 jperkin Exp $
-
-To enable this package, put the following into your /etc/rc.conf:
-
- pgsql=YES
- pgsql_flags="-l" # enables SSL connections (TCP/IP and
- # ~pgsql/data/server.crt required)
-
-and ensure that
-
- ${RCD_SCRIPTS_DIR}/pgsql start
-
-is run at the appropriate time.
-
-Note: PostgreSQL accepts TCP/IP connections on localhost address by default.
-
-===========================================================================