File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
385385
386386<listitem>
387387<para>
388- Allow query nodes to be run in parallel in more case (Tom Lane)
388+ Allow query nodes to be run in parallel in more cases (Tom Lane)
389389</para>
390390</listitem>
391391
@@ -563,6 +563,17 @@ Improve performance of heavily-contended WAL writes (Bharath Rupireddy)
563563</para>
564564</listitem>
565565
566+ <!--
567+ Author: David Rowley <drowley@postgresql.org>
568+ 2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
569+ -->
570+
571+ <listitem>
572+ <para>
573+ Improve performance when transferring large blocks of data to a client (Melih Mutlu)
574+ </para>
575+ </listitem>
576+
566577<!--
567578Author: Thomas Munro <tmunro@postgresql.org>
5685792024-04-03 [210622c60] Provide vectored variant of ReadBuffer().
@@ -1923,17 +1934,6 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
19231934</para>
19241935</listitem>
19251936
1926- <!--
1927- Author: David Rowley <drowley@postgresql.org>
1928- 2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
1929- -->
1930-
1931- <listitem>
1932- <para>
1933- Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu)
1934- </para>
1935- </listitem>
1936-
19371937<!--
19381938Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
193919392024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti
You can’t perform that action at this time.
0 commit comments