-->
- Allow single-evaluation queries, e.g. FROM
- clause queries, and functions in the target list to be
+ Allow single-evaluation queries, e.g. WHERE
+ clause aggregate queries, and functions in the target list to be
parallelized (Amit Kapila, Robert Haas)
-->
- 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)
- The specification is "B".
+ The new unit is "B". This is in addition to "kB", "MB", "GB"
+ and "TB", which were accepted previously.
-->
- Add support for with huge (large) pages on Windows (Takayuki
- Tsunakawa, Thomas Munro)
+ Add support for large pages on Windows
+ (Takayuki Tsunakawa, Thomas Munro)
+
+
+ This is controlled by the
+ linkend="guc-huge-pages">huge_pages configuration
+ parameter.