aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-05-14 20:48:11 -0400
committerBruce Momjian <bruce@momjian.us>2024-05-14 20:48:11 -0400
commit2b065fc549ed60249f211a7f37f383ff621973ea (patch)
tree3d9f0463cca1cb346956e3dfbec42084407a6253 /doc/src
parent78e4841c1bbc4ed4cbd3ae7eb8aac5672190d985 (diff)
downloadpostgresql-2b065fc549ed60249f211a7f37f383ff621973ea.tar.gz
postgresql-2b065fc549ed60249f211a7f37f383ff621973ea.zip
doc PG 17 relnotes: wording fix
Reported-by: Pantelis Theodosiou Discussion: https://postgr.es/m/CAE3TBxxvkSGJGv7S0SMLSAe0khrQJBHsTca799r=vDJTn+BDAw@mail.gmail.com Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-17.sgml24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index a3b4a8fb3b9..9c7c0a0337f 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -385,7 +385,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<listitem>
<para>
-Allow query nodes to be run in parallel in more case (Tom Lane)
+Allow query nodes to be run in parallel in more cases (Tom Lane)
</para>
</listitem>
@@ -564,6 +564,17 @@ Improve performance of heavily-contended WAL writes (Bharath Rupireddy)
</listitem>
<!--
+Author: David Rowley <drowley@postgresql.org>
+2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
+-->
+
+<listitem>
+<para>
+Improve performance when transferring large blocks of data to a client (Melih Mutlu)
+</para>
+</listitem>
+
+<!--
Author: Thomas Munro <tmunro@postgresql.org>
2024-04-03 [210622c60] Provide vectored variant of ReadBuffer().
Author: Thomas Munro <tmunro@postgresql.org>
@@ -1924,17 +1935,6 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
</listitem>
<!--
-Author: David Rowley <drowley@postgresql.org>
-2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
--->
-
-<listitem>
-<para>
-Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu)
-</para>
-</listitem>
-
-<!--
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>