]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: add libpq interface for retrieving results in chunks 793/head
authorDenis Laxalde <denis.laxalde@dalibo.com>
Wed, 17 Apr 2024 08:35:45 +0000 (10:35 +0200)
committerDenis Laxalde <denis.laxalde@dalibo.com>
Wed, 17 Apr 2024 10:13:53 +0000 (12:13 +0200)
commitfd7fa2e2a0398b8d4b3de0c0a04522b71de35d8a
tree30d6b219a17f7a59d2bd39ddbe484f13c7c13e64
parentb6606faa73143025ddc16e5ad02020011bde53ef
feat: add libpq interface for retrieving results in chunks

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=4643a2b265e967cc5f13ffa0c7c6912dbb3466d0
docs/news.rst
psycopg/psycopg/errors.py
psycopg/psycopg/pq/_enums.py
psycopg/psycopg/pq/_pq_ctypes.py
psycopg/psycopg/pq/_pq_ctypes.pyi
psycopg/psycopg/pq/abc.py
psycopg/psycopg/pq/pq_ctypes.py
psycopg_c/psycopg_c/pq/libpq.pxd
psycopg_c/psycopg_c/pq/pgconn.pyx
tests/pq/test_async.py
tests/pq/test_pgconn.py