]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
9 days ago  Daniele Varrazzodocs: add note about fixing the copy pinning issue 1193/head
9 days ago  Daniele Varrazzotest(copy): cover the Python implementation in copy...
9 days ago  Jörg Breitbartfix(copy): restore selecting loader for each item
11 days ago  Daniele Varrazzoci: enable lint on pull requests
2025-10-19  Daniele VarrazzoMerge pull request #1067 from psycopg/sqlalchemy-nullpool
2025-10-19  Daniele Varrazzofix(pool): more robust placement of reconnection attempts 1067/head
2025-10-19  bash000000fix(pool): fix infinite loop with close_returns=True
2025-10-19  Daniele Varrazzodocs(pool): a proto-only SQLAlchemy url suffices as...
2025-10-19  Daniele Varrazzodocs(pool): consistent sync/async examples in SQLAlchem...
2025-10-19  Daniele Varrazzodocs(pool): add documentation for close_returns
2025-10-19  Daniele Varrazzofeat(pool): add close_returns
2025-10-19  Daniele Varrazzofeat(pool): add connection subclasses to enable putconn...
2025-10-19  Daniele Varrazzotest(pool): make sure that returned connection have...
2025-10-18  Daniele VarrazzoMerge branch 'perf/transpose-loading'
2025-10-18  Jörg Breitbartperf: load results by row rather than by column
2025-10-15  Daniele VarrazzoMerge pull request #1150 from jerch/fix/binary-copy...
2025-10-14  Daniele Varrazzorefactor: drop copy format code path with buffer creation 1150/head
2025-10-14  Jörg Breitbartfix(c): fix copy buffer corruption on dumping error
2025-10-14  Daniele Varrazzotest: add test to reveal the buffer corruption on dump...
2025-10-14  Daniele VarrazzoMerge pull request #1158 from jerch/fix/set-types-text
2025-10-14  Daniele Varrazzodocs: mention issue #1153 fix in news file 1158/head
2025-10-13  Daniele Varrazzofix: consistent error passing a row with mismatched...
2025-10-13  Jörg Breitbartfix(c): respect the set_types() definitions in text...
2025-10-13  Daniele Varrazzoci: enable tests on PR
2025-10-13  Daniele Varrazzotest: add test to reproduce set_types being ignored
2025-10-13  Daniele Varrazzotest: longer sleep to test for idle timeout exception
2025-10-13  Daniele VarrazzoMerge pull request #1141 from wasix-org/fix/poll-rw
2025-10-13  Daniele Varrazzotest: make AEvent.wait_timeout() return False on timeout
2025-10-13  Daniele Varrazzofix: consider a connection closed in poll() only if... 1141/head 1183/head
2025-10-13  Daniele Varrazzotest: fix decorator to skip tests on crdb because of...
2025-10-13  Daniele Varrazzofix(c): fix timeout calculation in select-based wait...
2025-10-13  Daniele Varrazzoci: use working test server on macOS
2025-10-13  Daniele Varrazzorefactor: check for closed connection in wait functions
2025-10-13  Daniele Varrazzoci: test with PostgreSQL 18 final image
2025-10-13  Daniele Varrazzotest: improve wait functions tests
2025-10-13  Daniele Varrazzorefactor(wait): disallow interval=None in wait functions
2025-10-13  Daniele Varrazzofix: fix return values of wait_poll(), wait_epoll()
2025-10-13  Arshia Ghafoorifix(c): fix polling for read+write
2025-10-13  Daniele VarrazzoMerge branch 'bump-libs'
2025-10-12  Daniele Varrazzoci: add workflow to build and cache the libpq
2025-10-12  Daniele Varrazzoci: use the system version of the cyrus-sasl library
2025-10-12  Daniele Varrazzoci: build aarch64 packages using manylinux_2_28 image
2025-10-12  Daniele Varrazzochore(binary): bump packaged versions of libpq, OpenSSL
2025-10-10  Jacob WallsUpdate DEFAULT_AUTO_FIELD setting in Django CI workflow...
2025-10-10  dependabot... chore(deps): bump the actions group across 1 directory...
2025-10-10  ubifredci: fix bad expansion of an array variable in build_lib...
2025-10-06  Daniele Varrazzodocs: installation docs cleanup
2025-10-04  Daniele Varrazzodocs: drop `pq.error_message()` function from public...
2025-10-04  Daniele Varrazzodocs: document the package to install in the "from...
2025-09-16  Daniele Varrazzochore: have a scrap directory where to put work scripts...
2025-09-16  Daniele VarrazzoMerge pull request #1149 from psycopg/fix/binary-copy
2025-09-15  Daniele Varrazzofix(copy): avoid sending copy data if an error is set 1149/head
2025-09-15  Daniele Varrazzofix(c): fix excessive buffer allocation in binary copy
2025-09-12  Daniele Varrazzochore: bump mypy, remove a now unneeded ignore
2025-09-12  Daniele Varrazzotest: fix tests with master version of crdb
2025-09-12  Daniele Varrazzochore(ci): bump crdb test versions
2025-09-12  Daniele Varrazzoci: run lint/tests in any branches
2025-09-11  Daniele VarrazzoMerge pull request #1166 from psycopg/fix-builtin-dumpe...
2025-09-10  Daniele Varrazzofix: drop warning for objects passed as JSON lods/dump... 1166/head
2025-09-10  Daniele Varrazzofix: don't raise a warning using a builtin for JSON...
2025-09-09  Daniele Varrazzodocs: add simple example of identifier binding with...
2025-09-08  Daniele Varrazzochore: bump psycopg package version to 3.3.0.dev2
2025-09-08  Daniele Varrazzodocs: mention version 3.3.0.dev1 download link in templ...
2025-09-08  Daniele Varrazzofix: typo in notifications warning 3.3.0.dev1
2025-09-08  Daniele VarrazzoMerge pull request #1054 from psycopg/template-strings
2025-09-08  Daniele Varrazzodocs: add template strings query documentation 1054/head
2025-09-08  Daniele Varrazzofeat: implement template strings
2025-09-08  Daniele Varrazzofeat: add typing support for template strings
2025-09-08  Daniele Varrazzorefactor(query): add private method to convert to bytes
2025-09-08  Daniele Varrazzorefactor: move PostgresRawQuery to _queries module
2025-09-08  Daniele Varrazzotest: add module to test with template strings
2025-09-08  Daniele Varrazzochore: exclude linters run on tstring test module
2025-09-08  Daniele Varrazzoci: switch to windows-2025 runners
2025-09-08  Daniele Varrazzochore: bump psycopg package version to 3.2.10
2025-09-07  Daniele Varrazzochore: isort
2025-09-07  Daniele VarrazzoMerge pull request #1139 from psycopg/gssencmode-disable
2025-09-07  Daniele Varrazzoci: use separate build caches between psycopg 3.2 and 3.3 1139/head
2025-09-07  Daniele Varrazzofix: change default gssencmode to disable in built...
2025-09-07  Daniele Varrazzofeat: raise a warning if a GSS connection is obtained...
2025-09-07  Daniele Varrazzochore: restrict flake8 ignore on generated file to...
2025-09-07  Daniele VarrazzoMerge branch 'pg18'
2025-09-07  Daniele Varrazzofeat: add `ConnectionInfo.full_protocol_version` 1098/head
2025-09-07  Daniele Varrazzofeat: add PGconn.full_protocol_version attributes
2025-09-07  Daniele Varrazzodocs: mention PostgreSQL v18 support
2025-09-07  Daniele Varrazzoci: add PostgreSQL 18 to the test grid
2025-09-07  Daniele Varrazzochore: add PostgreSQL 18 exceptions
2025-09-07  Daniele Varrazzofix: add ConnStatus.CONNECTION_AUTHENTICATING value
2025-09-07  Daniele VarrazzoMerge branch 'fix-notifies-leak'
2025-09-06  Daniele Varrazzodocs: document the changes to notifies generator
2025-09-06  Daniele Varrazzofix: raise a warning when notifies generator and handle...
2025-09-06  Daniele Varrazzofix: collect notifies only if no handler was registered
2025-09-06  Daniele VarrazzoMerge branch 'fix-executemany-lock'
2025-09-06  Daniele Varrazzofix: keep a lock for the entire duration of executemany
2025-09-06  Daniele Varrazzorefactor: auto-generate sync pipeline object from async one
2025-09-06  Daniele Varrazzorefactor: separate sync/async pipeline in their own...
2025-09-06  Daniele Varrazzorefactor: introduce ALock/Lock in acompat
2025-09-06  jerchfix: fix excessive buffer resizing on int16 dump
2025-09-02  Daniele VarrazzoMerge pull request #1053 from psycopg/py314
2025-09-02  Daniele Varrazzodocs: mention Python 3.14 support in news file 1053/head
2025-09-02  Daniele Varrazzotest: fix pproxy compatibility with Python 3.14
next