From b91e5b4684d840c903a78e86700b9d906033c2ad Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Sun, 14 May 2017 22:45:11 -0400
Subject: doc: update PG 10 release notes for recent changes
---
doc/src/sgml/release-10.sgml | 72 ++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 70 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 6497641ba6a..4f953dc5d64 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -126,6 +126,28 @@
+
+
+
+ Rename WAL>-related functions and views to use lsn>
+ instead of location> (David Rowley)
+
+
+
+
+
+
+ RenameWAL>-related functions and views to use lsn>
+ instead of location> (David Rowley)
+
+
+
+
+ Remove the ability to store unencrypted passwords on the server
+ (Heikki Linnakangas)
+
+
+
+ The server-side variable
+ no longer supports off> or plain>.
+ The UNENCRYPTED> option is no longer supported for
+ CREATE/ALTER USER ... PASSSWORD>. Similarly, the
+
+
+
+
+ Add function PQencryptPasswordConn()>>
+ to allow creation of more types of encrypted passwords on the
+ client-side (Michael Paquier, Heikki Linnakangas)
+
+
+
+ Previously only MD5> passwords could be created using PQencryptPassword()>>.
+ This new function can also create SCRAM-SHA-256>> passwords.
+
+
+
Push aggregates to foreign data wrapper servers, where possible
@@ -2858,7 +2925,8 @@
from the foreign data wrapper server, and offloads
aggregate computation from the requesting server. The postgres_fdw>> is able to
- perform this optimization.
+ perform this optimization. There are also improvements in
+ pushing down joins involving extensions.
--
cgit v1.2.3