Commit b2b82228 authored by Bruce Momjian's avatar Bruce Momjian

doc: PG 11 release notes adjustments

parent 2efc9241
...@@ -655,8 +655,8 @@ same commits as above ...@@ -655,8 +655,8 @@ same commits as above
--> -->
<para> <para>
Allow single-evaluation queries, e.g. <literal>FROM</literal> Allow single-evaluation queries, e.g. <literal>WHERE</literal>
clause queries, and functions in the target list to be clause aggregate queries, and functions in the target list to be
parallelized (Amit Kapila, Robert Haas) parallelized (Amit Kapila, Robert Haas)
</para> </para>
</listitem> </listitem>
...@@ -1367,12 +1367,13 @@ same commits as above ...@@ -1367,12 +1367,13 @@ same commits as above
--> -->
<para> <para>
Allow bytes to be specified for server variable sizes (Beena Allow server options related to memory and file sizes to be
Emerson) specified as number of bytes (Beena Emerson)
</para> </para>
<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> </para>
</listitem> </listitem>
...@@ -2490,8 +2491,14 @@ same commits as above ...@@ -2490,8 +2491,14 @@ same commits as above
--> -->
<para> <para>
Add support for with huge (large) pages on Windows (Takayuki Add support for <firstterm>large pages</firstterm> on Windows
Tsunakawa, Thomas Munro) (Takayuki Tsunakawa, Thomas Munro)
</para>
<para>
This is controlled by the <link
linkend="guc-huge-pages">huge_pages</link> configuration
parameter.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment