File tree 1 file changed +12
-12
lines changed
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>
385
385
386
386
<listitem>
387
387
<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)
389
389
</para>
390
390
</listitem>
391
391
@@ -563,6 +563,17 @@ Improve performance of heavily-contended WAL writes (Bharath Rupireddy)
563
563
</para>
564
564
</listitem>
565
565
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
+
566
577
<!--
567
578
Author: Thomas Munro <tmunro@postgresql.org>
568
579
2024-04-03 [210622c60] Provide vectored variant of ReadBuffer().
@@ -1923,17 +1934,6 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
1923
1934
</para>
1924
1935
</listitem>
1925
1936
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
-
1937
1937
<!--
1938
1938
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
1939
1939
2024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti
You can’t perform that action at this time.
0 commit comments