doc PG 17 relnotes: add item about libpq large data transfers
authorBruce Momjian <[email protected]>
Tue, 14 May 2024 00:55:13 +0000 (20:55 -0400)
committerBruce Momjian <[email protected]>
Tue, 14 May 2024 00:55:33 +0000 (20:55 -0400)
Reported-by: Jelte Fennema-Nio
Discussion: https://postgr.es/m/CAGECzQTz5aUqLEL6daLd2Hu2FXS_LOSh4keDndJ1fwThsb_b5w@mail.gmail.com

Reviewed-by: Joe Conway
Backpatch-through: master

doc/src/sgml/release-17.sgml

index 9dd3954f3c2777d0a0bea06fb4eef84db58b041f..38c14970822c80815e52a2d6a47013eb4dc83fff 100644 (file)
@@ -1901,6 +1901,17 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
 </para>
 </listitem>
 
+<!--
+Author: David Rowley <[email protected]>
+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 <[email protected]>
 2024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti