summaryrefslogtreecommitdiff
path: root/databases/postgresql96-server
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-08-10 11:56:08 +0000
committeradam <adam@pkgsrc.org>2018-08-10 11:56:08 +0000
commit7d88977a2760ad7474a336db6c630721312f5fa0 (patch)
tree6e254155b3bcd8d2dfc6c91dd05eb0ad32124481 /databases/postgresql96-server
parentb08f7c4a9fdc15b4834e2551ba25061053808caa (diff)
downloadpkgsrc-7d88977a2760ad7474a336db6c630721312f5fa0.tar.gz
postgresql: updated to 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. This release fixes two security issues as well as bugs reported over the last three months. SECURITY ISSUES: CVE-2018-10915: CERTAIN HOST CONNECTION PARAMETERS DEFEAT CLIENT-SIDE SECURITY DEFENSES CVE-2018-10925: MEMORY DISCLOSURE AND MISSING AUTHORIZATION IN INSERT ... ON CONFLICT DO UPDATE BUG FIXES AND IMPROVEMENTS Several fixes related to VACUUM, including an issue that could lead to data corruption in certain system catalog tables Several fixes for replaying write-ahead logs, including a case where a just-promoted standby server would not restart if it crashed before its first post-recovery checkpoint Several performance improvements for replaying write-ahead logs Several fixes for logical replication and logical decoding, including ensuring logical WAL senders are reporting the streaming state correctly Allow replication slots to be dropped in single-user mode Fix to have variance and similar aggregate functions return accurate results when executed using parallel query Fix SQL-standard FETCH FIRST syntax to allow parameters ($n), as the standard expects Fix to ensure that a process doing a parallel index scan will respond to signals, such as one to abort a query Fix EXPLAIN's accounting for resource usage, particularly buffer accesses, in parallel workers Several fixes for the query planner including improving the cost estimates for hash-joins and choosing to use indexes for mergejoins on composite type columns Fix performance regression related to POSIX semaphores for multi-CPU systems running Linux or FreeBSD Fix for GIN indexes that could lead to an assertion failure after a pg_upgrade from a version before PostgreSQL 9.4 Fix for SHOW ALL to display superuser configuration settings to roles that are allowed to read all settings Fix issue where COPY FROM .. WITH HEADER would drop a line after every 4,294,967,296 lines processed Several fixes for XML support, including using the document node as the context for XPath queries as defined in the SQL standard, which affects the xpath and xpath_exists functions, as well as XMLTABLE Fix libpq for certain cases where hostaddr is used Several ecpg fixes for Windows Fix password prompting in Windows client programs so that echo is properly disabled Several pg_dump fixes, including correctly outputting REPLICA IDENTITY properties for constraint indexes Make pg_upgrade check that the old server was shut down cleanly
Diffstat (limited to 'databases/postgresql96-server')
-rw-r--r--databases/postgresql96-server/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql96-server/PLIST b/databases/postgresql96-server/PLIST
index 4987b087169..55e24d4dc66 100644
--- a/databases/postgresql96-server/PLIST
+++ b/databases/postgresql96-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/02/08 20:53:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -52,6 +52,10 @@ share/locale/pt_BR/LC_MESSAGES/postgres-9.6.mo
share/locale/ro/LC_MESSAGES/plpgsql-9.6.mo
share/locale/ru/LC_MESSAGES/plpgsql-9.6.mo
share/locale/ru/LC_MESSAGES/postgres-9.6.mo
+share/locale/sv/LC_MESSAGES/plpgsql-9.6.mo
+share/locale/sv/LC_MESSAGES/postgres-9.6.mo
+share/locale/tr/LC_MESSAGES/plpgsql-9.6.mo
+share/locale/tr/LC_MESSAGES/postgres-9.6.mo
share/locale/zh_CN/LC_MESSAGES/plpgsql-9.6.mo
share/locale/zh_CN/LC_MESSAGES/postgres-9.6.mo
share/locale/zh_TW/LC_MESSAGES/plpgsql-9.6.mo