aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-08-09 17:47:03 -0400
committerBruce Momjian <bruce@momjian.us>2023-08-09 17:47:03 -0400
commit89cadf30c605d509f12b0b7f80119cbba38efc6e (patch)
tree40527c742654735becf66189b6afb8adb25770e4
parent0d56c32c8e724f96f4aa5b15645d427f6e2ddf21 (diff)
downloadpostgresql-89cadf30c605d509f12b0b7f80119cbba38efc6e.tar.gz
postgresql-89cadf30c605d509f12b0b7f80119cbba38efc6e.zip
doc: PG 16 relnotes, add Windows 10 huge pages fix
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZL0M28/L+grYR8o7@paquier.xyz Backpatch-through: 16 only
-rw-r--r--doc/src/sgml/release-16.sgml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index c84c0f0eda4..1213f876f41 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -1211,6 +1211,21 @@ The number of reserved slots is set by server variable reserved_connections.
</listitem>
<!--
+Author: Michael Paquier <michael@paquier.xyz>
+2022-09-17 [fdd8937c0] Fix huge_pages on Windows
+-->
+
+<listitem>
+<para>
+Allow huge pages to work on newer versions of Windows 10 (Thomas Munro)
+</para>
+
+<para>
+This adds the special handling required to enable huge pages on newer versions of Windows 10.
+</para>
+</listitem>
+
+<!--
Author: Thomas Munro <tmunro@postgresql.org>
2023-04-08 [d4e71df6d] Add io_direct setting (developer-only).
Author: Thomas Munro <tmunro@postgresql.org>