Skip to content

Commit dd2358a

Browse files
committed
Doc: update v10 release notes through today.
1 parent e9f4ac1 commit dd2358a

File tree

1 file changed

+35
-22
lines changed

1 file changed

+35
-22
lines changed

doc/src/sgml/release-10.sgml

+35-22
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2017-??-?? (current as of 2017-07-09, commit 3381898f9)</para>
9+
<para>2017-??-?? (current as of 2017-08-05, commit eccead9ed)</para>
1010
</formalpara>
1111

1212
<sect2>
@@ -412,13 +412,14 @@
412412
-->
413413
<para>
414414
Add configuration option <xref linkend="guc-ssl-dh-params-file"> to
415-
specify filename for custom OpenSSL DH parameters (Heikki Linnakangas)
415+
specify file name for custom OpenSSL DH parameters (Heikki Linnakangas)
416416
</para>
417417

418418
<para>
419-
This replaces the hardcoded, undocumented <filename>dh1024.pem</>
420-
filename. Note that <filename>dh1024.pem</> is no longer used by default;
421-
you must set the option to use custom DH parameters.
419+
This replaces the hardcoded, undocumented file
420+
name <filename>dh1024.pem</>. Note that <filename>dh1024.pem</> is
421+
no longer examined by default; you must set this option to use custom
422+
DH parameters.
422423
</para>
423424
</listitem>
424425

@@ -427,19 +428,30 @@
427428
2017-07-31 [c0a15e07c] Always use 2048 bit DH parameters for OpenSSL ephemeral
428429
-->
429430
<para>
430-
Increase the size of DH parameters used for OpenSSL ephemeral DH ciphers
431-
to 2048 bits (Heikki Linnakangas)
431+
Increase the size of the default DH parameters used for OpenSSL
432+
ephemeral DH ciphers to 2048 bits (Heikki Linnakangas)
432433
</para>
433434

434435
<para>
435-
The size of the compiled-in DH parameters has been increased from 1024
436-
to 2048 bits, making DH key exchange more resistent to a brute-force
437-
attack. However, some old SSL implementations, notably some revisions of
438-
Java Runtime Environment version 6, will not accept DH parameters longer
439-
than 1024 bits, and will not be able to connect over SSL. As a
440-
work-around, you can use custom 1024-bit DH parameters, instead of the
441-
compiled-in defaults. See <xref linkend="guc-ssl-dh-params-file"> for
442-
information on using custom DH parameters.
436+
The size of the compiled-in DH parameters has been increased from
437+
1024 to 2048 bits, making DH key exchange more resistant to
438+
brute-force attacks. However, some old SSL implementations, notably
439+
some revisions of Java Runtime Environment version 6, will not accept
440+
DH parameters longer than 1024 bits, and hence will not be able to
441+
connect over SSL. If it's necessary to support such old clients, you
442+
can use custom 1024-bit DH parameters instead of the compiled-in
443+
defaults. See <xref linkend="guc-ssl-dh-params-file">.
444+
</para>
445+
</listitem>
446+
447+
<listitem>
448+
<!--
449+
2017-08-04 [c30f1770a] Apply ALTER ... SET NOT NULL recursively in ALTER ... AD
450+
-->
451+
<para>
452+
When <command>ALTER TABLE ... ADD PRIMARY KEY</> marks
453+
columns <literal>NOT NULL</>, that change now propagates to
454+
inheritance child tables as well (Michael Paquier)
443455
</para>
444456
</listitem>
445457

@@ -454,7 +466,7 @@
454466
<para>
455467
This module provided compatibility with the version of full text
456468
search that shipped in pre-8.3 <productname>PostgreSQL</> releases.
457-
</para>
469+
</para>
458470
</listitem>
459471

460472
<listitem>
@@ -887,10 +899,11 @@
887899
<listitem>
888900
<!--
889901
2017-03-25 [b8d7f053c] Faster expression evaluation and targetlist projection.
902+
2017-07-30 [cc9f08b6b] Move ExecProcNode from dispatch to function pointer base
890903
-->
891904
<para>
892-
Reduce expression evaluation overhead during query execution (Andres
893-
Freund)
905+
Reduce expression evaluation overhead during query execution,
906+
as well as plan node calling overhead (Andres Freund)
894907
</para>
895908

896909
<para>
@@ -2109,12 +2122,12 @@
21092122
<!--
21102123
2016-11-03 [274bb2b38] libpq: Allow connection strings and URIs to specify mult
21112124
2017-05-19 [5f374fe7a] libpq: Try next host if one of them times out.
2125+
2017-07-10 [7b02ba62e] Allow multiple hostaddrs to go with multiple hostnames.
21122126
-->
21132127
<para>
2114-
Allow specification of <link
2115-
linkend="libpq-connect-host">multiple host names</> in libpq
2116-
connection strings and URIs
2117-
(Robert Haas)
2128+
Allow specification of <link linkend="libpq-connect-host">multiple
2129+
host names or addresses</> in libpq connection strings and URIs
2130+
(Robert Haas, Heikki Linnakangas)
21182131
</para>
21192132

21202133
<para>

0 commit comments

Comments
 (0)