Skip to content

Commit e87e732

Browse files
committed
doc PG 17 relnotes: add item about libpq large data transfers
Reported-by: Jelte Fennema-Nio Discussion: https://postgr.es/m/CAGECzQTz5aUqLEL6daLd2Hu2FXS_LOSh4keDndJ1fwThsb_b5w@mail.gmail.com Reviewed-by: Joe Conway Backpatch-through: master
1 parent ec1a405 commit e87e732

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,17 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
19011901
</para>
19021902
</listitem>
19031903

1904+
<!--
1905+
Author: David Rowley <drowley@postgresql.org>
1906+
2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
1907+
-->
1908+
1909+
<listitem>
1910+
<para>
1911+
Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu)
1912+
</para>
1913+
</listitem>
1914+
19041915
<!--
19051916
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
19061917
2024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti

0 commit comments

Comments
 (0)