projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec1a405
)
doc PG 17 relnotes: add item about libpq large data transfers
author
Bruce Momjian
Tue, 14 May 2024 00:55:13 +0000
(20:55 -0400)
committer
Bruce Momjian
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-17.sgml
b/doc/src/sgml/release-17.sgml
index 9dd3954f3c2777d0a0bea06fb4eef84db58b041f..38c14970822c80815e52a2d6a47013eb4dc83fff 100644
(file)
--- a/
doc/src/sgml/release-17.sgml
+++ b/
doc/src/sgml/release-17.sgml
@@
-1901,6
+1901,17
@@
Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
+
+
+
+
+Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu)
+
+
+