aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-05-16 20:36:22 -0400
committerBruce Momjian <bruce@momjian.us>2018-05-16 20:36:22 -0400
commitb2b82228ee5dc08f0341b5480546479c19e84baf (patch)
treefbee744e4e11f1a6046f1c6feeb0311874cbc1e1
parent2efc924180f096070d684a712d6c162b6ae0a5e7 (diff)
downloadpostgresql-b2b82228ee5dc08f0341b5480546479c19e84baf.tar.gz
postgresql-b2b82228ee5dc08f0341b5480546479c19e84baf.zip
doc: PG 11 release notes adjustments
-rw-r--r--doc/src/sgml/release-11.sgml21
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 3dd1a7af8ba..2610cf5d771 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -655,8 +655,8 @@ same commits as above
-->
<para>
- Allow single-evaluation queries, e.g. <literal>FROM</literal>
- clause queries, and functions in the target list to be
+ Allow single-evaluation queries, e.g. <literal>WHERE</literal>
+ clause aggregate queries, and functions in the target list to be
parallelized (Amit Kapila, Robert Haas)
</para>
</listitem>
@@ -1367,12 +1367,13 @@ same commits as above
-->
<para>
- Allow bytes to be specified for server variable sizes (Beena
- Emerson)
+ Allow server options related to memory and file sizes to be
+ specified as number of bytes (Beena Emerson)
</para>
<para>
- The specification is "B".
+ The new unit is "B". This is in addition to "kB", "MB", "GB"
+ and "TB", which were accepted previously.
</para>
</listitem>
@@ -2490,8 +2491,14 @@ same commits as above
-->
<para>
- Add support for with huge (large) pages on Windows (Takayuki
- Tsunakawa, Thomas Munro)
+ Add support for <firstterm>large pages</firstterm> on Windows
+ (Takayuki Tsunakawa, Thomas Munro)
+ </para>
+
+ <para>
+ This is controlled by the <link
+ linkend="guc-huge-pages">huge_pages</link> configuration
+ parameter.
</para>
</listitem>