From: Daniele Varrazzo Date: Mon, 12 Dec 2022 14:39:48 +0000 (+0000) Subject: docs: report select speedup in news file X-Git-Tag: 3.1.5~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c8746c445ef50d010d7f23590e2feea30bfe22;p=thirdparty%2Fpsycopg.git docs: report select speedup in news file Close #411. --- diff --git a/docs/news.rst b/docs/news.rst index 3d4a033e9..ca1df21f3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,6 +14,7 @@ Psycopg 3.1.5 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fix array loading slowness compared to psycopg2 (:ticket:`#359`). +- Performance around network communication improved (:ticket:`#411`). - Return `!bytes` instead of `!memoryview` from `pq.Encoding` methods (:ticket:`#422`). - Fix `Cursor.rownumber` to return `!None` when the result has no row to fetch