]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-11-21  Daniele Varrazzotest: fix test failing to connect if env vars are cleaned 683/head
2023-11-21  Martin Weineltfix: flush PG environment variables in test_connect...
2023-11-17  Daniele Varrazzochore(ci): use existing macos11 packages in macOS arm...
2023-11-17  Daniele Varrazzochore: bump psycopg package version to 3.1.13 3.1.13
2023-11-16  Daniele Varrazzofix: plug memory leak receiving notifications in python...
2023-11-14  Daniele VarrazzoMerge branch 'fix-multiple-hosts-3.1' into maint-3.1
2023-11-13  Daniele Varrazzochore: drop conninfo.resolve_hostaddr_async
2023-11-13  Daniele Varrazzofix: add support for the 'load_balance_hosts' connectio...
2023-11-13  Daniele Varrazzotest: test conninfo attempts functions and multiple...
2023-11-13  Daniele Varrazzofeat: explicitly iterate on multiple hosts on connections
2023-11-13  Daniele Varrazzorefactor: introduce support function to split connectio...
2023-11-13  Daniele Varrazzorefactor: move setting autocommit on connection out...
2023-11-11  Daniele Varrazzochore: bump min Python version tested with SQLAlchemy...
2023-11-11  Daniele Varrazzochore: refresh 3rd party tests
2023-11-11  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.10...
2023-11-11  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.9 pool-3.1.9
2023-11-11  Daniele Varrazzofix(bump_version): fix bumping minor version with dev...
2023-11-02  Daniele Varrazzochore(macos): build images with more recent Python...
2023-10-24  Daniele VarrazzoMerge branch 'fix-667-3.1' into maint-3.1
2023-10-24  Daniele Varrazzofix: retry automatically syscall in wait_c if it fails...
2023-10-24  Daniele Varrazzotest: add test to generate an EINTR in wait_c
2023-10-24  Martin WeineltMark test_identify_closure as timing-sensitive
2023-10-10  Daniele Varrazzodocs: link together readme files on PyPI and add refere...
2023-10-08  Daniele Varrazzostyle(pool): more explicit error message for pool open...
2023-10-06  Daniele Varrazzotest: mark array leak test slow
2023-10-06  Daniele Varrazzorefactor(pool): don't use a no-op function as reconnect...
2023-10-06  Daniele Varrazzostyle(pool): don't report too many decimals in timeout...
2023-10-06  Daniele Varrazzofix(pool): trade off usage timing precision for robustness
2023-10-03  Daniele VarrazzoMerge branch 'fix-652' into maint-3.1
2023-10-03  Daniele Varrazzotest: verify that time objects with failing utcoffset...
2023-10-03  Daniele Varrazzofix: raise DataError dumping a time with ambiguous...
2023-10-03  Daniele VarrazzoMerge branch 'cp312-build' into maint-3.1
2023-10-03  Daniele Varrazzoci: add PostgreSQL 16 to the test grid
2023-10-03  Daniele Varrazzotest: test Python 3.12 on all platform with final image
2023-10-03  Daniele Varrazzoci: add Python 3.12 packages build
2023-10-03  Daniele Varrazzoci: build Python 3.12 packages
2023-10-03  Daniele Varrazzochore: fix 'adapers' typo
2023-09-27  Daniele Varrazzostyle: avoid a chained traceback on dns parsing error
2023-09-27  Denis Laxaldefix: use Self type for connection pool in __*enter__()
2023-09-27  Daniele Varrazzochore: bump psycopg package version to 3.1.13.dev1
2023-09-26  Daniele Varrazzochore: bump psycopg package version to 3.1.12 3.1.12
2023-09-26  Daniele VarrazzoMerge branch 'fix-608' into maint-3.1
2023-09-26  Daniele Varrazzofix: use poll() instead of epoll() for waiting
2023-09-26  Daniele Varrazzofix: don't hang forever if async connection is closed...
2023-09-26  Daniele Varrazzofix: don't raise spurious errors on cancel if the conne...
2023-09-26  Daniele Varrazzoci(scaleway_m1): add list command and jq pretty output
2023-09-26  Daniele Varrazzochore(crdb): test 23.1 in CI
2023-09-26  Daniele VarrazzoMerge branch 'fix-647' into maint-3.1
2023-09-25  Daniele Varrazzofix: cache all dynamically generated adapter types 649/head
2023-09-25  Daniele Varrazzofix: cache dynamic adapters created in register_array()
2023-09-23  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.9.dev1
2023-09-23  Daniele Varrazzochore: bump psycopg package version to 3.1.12.dev1
2023-09-23  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.8 3.1.11 pool-3.1.8
2023-09-23  Daniele Varrazzochore: bump psycopg package version to 3.1.11
2023-09-23  Daniele Varrazzodocs: Document what to do when a new major version...
2023-09-23  Daniele Varrazzoci: provision a M1 build server automatically, if needed
2023-09-23  Daniele Varrazzochore: upgrade libpq, OpenSSL versions
2023-09-23  Daniele Varrazzofix(bump_version): handle tagging without bumping version
2023-09-23  Daniele Varrazzoci: run 3rd party integration tests on commit on maint...
2023-09-22  Daniele Varrazzochore: update cibuildwheel version
2023-09-22  Daniele Varrazzochore: upgrade libpq, OpenSSL versions
2023-09-22  Daniele Varrazzodocs: refresh stale release information
2023-09-21  Daniele Varrazzoperf(windows): don't use wait_c.
2023-09-19  Daniele Varrazzofix(c): fix loading of intervals with days and months...
2023-09-15  Daniele Varrazzoci: fix building Python 3.7 extension on windows using...
2023-09-11  Daniele Varrazzostyle: move private functions closer to the classes...
2023-09-11  Daniele Varrazzofix: avoid caching the parsing of large queries
2023-09-05  Daniele VarrazzoRevert "chore(binary): bump depending libraries"
2023-09-04  Daniele Varrazzochore(binary): bump depending libraries
2023-09-01  Daniele Varrazzochore: avoid anyio >= 4 for the moment
2023-09-01  Daniele VarrazzoMerge branch 'fix-solaris' into maint-3.1
2023-09-01  Daniele Varrazzodocs: mention fix for solaris build
2023-09-01  Gaige B. Paulsenfix: support solaris and deriv
2023-09-01  Daniele Varrazzofix: add missing pipeline sync in async cursro scroll().
2023-09-01  Daniele Varrazzofix: add missing lock in async executemany with no...
2023-09-01  Daniele VarrazzoMerge branch 'fix-oid-overflow' into maint-3.1
2023-08-23  Daniele Varrazzodocs: add news entry about bug #630 fixed
2023-08-23  David Grimes* fix integer overflow for oids > 2^31
2023-08-10  Daniele Varrazzofix: rename QueuedLibpqWriter object
2023-08-05  Daniele Varrazzofix: fix infinite loop and OOM in bad executemany
2023-08-05  Daniele Varrazzochore: bump psycopg package version to 3.1.11.dev1
2023-08-05  Daniele Varrazzochore: bump psycopg package version to 3.1.10 3.1.10
2023-08-05  Daniele Varrazzochore: upgrade cibuildwheel
2023-08-05  Daniele Varrazzochore: bump libpq, openssl used in binary packages
2023-08-02  Martin WeineltMark two more tests as timing-sensitive
2023-08-02  Daniele VarrazzoMerge branch 'pipeline-nextset-warning' into maint-3.1
2023-08-01  Daniele Varrazzofix: raise a warning if nextset is used after execute... 613/head
2023-08-01  Daniele Varrazzodocs: drop example about using nextset() in pipeline...
2023-08-01  Daniele Varrazzodocs: fix release version of json bytes dump support
2023-08-01  Daniele VarrazzoMerge branch 'py312-3.1' into maint-3.1
2023-08-01  Daniele Varrazzodocs: mention Python 3.12 support in news file
2023-08-01  Daniele Varrazzoci: bump Python 3.12 test version to beta 4
2023-08-01  Daniele Varrazzotest: mark tests as failing to monitoring strange behav...
2023-08-01  Daniele Varrazzoci: set up test grid to test Python 3.12
2023-08-01  Daniele Varrazzochore: declare Python 3.12 supported in classifiers
2023-08-01  Daniele Varrazzochore: upgrade Cython to stable 3.0.0
2023-08-01  Daniele Varrazzofix: fix "can't adapt" error message on Python 3.11
2023-07-31  Daniele Varrazzofix: fix resetting read_only/deferrable to default...
2023-07-24  Daniele VarrazzoMerge branch 'fix-591-3.1' into maint-3.1
2023-07-23  Daniele Varrazzofix: fix possible errors calling __repr__ from __del__.
next