]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-12-01  Daniele Varrazzoci: test gevent integration 688/head
2023-12-01  Daniele Varrazzofix: ensure gevent collaboration
2023-12-01  Denis Laxaldetest: let pytest show more info in summary
2023-11-30  Daniele Varrazzorefactor: use `yield from` in connections attempts
2023-11-21  Daniele VarrazzoMerge pull request #682 from mweinelt/clear-pg-env...
2023-11-21  Daniele Varrazzotest: fix test failing to connect if env vars are cleaned 682/head
2023-11-21  Martin Weineltfix: flush PG environment variables in test_connect...
2023-11-19  Daniele Varrazzotest: allow importing the tests module on master with...
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
2023-11-16  Daniele Varrazzofix: plug memory leak receiving notifications in python...
2023-11-14  Daniele VarrazzoMerge pull request #675 from psycopg/fix-multiple-hosts
2023-11-13  Daniele Varrazzochore: drop conninfo.resolve_hostaddr_async 675/head
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-11  Daniele Varrazzorefactor: introduce support function to split connectio...
2023-11-11  Daniele Varrazzorefactor: move setting autocommit on connection out...
2023-11-11  Daniele Varrazzochore: refresh 3rd party tests
2023-11-11  Daniele Varrazzodocs(pool): document 3.1.9 as released
2023-11-11  Daniele VarrazzoMerge branch 'test-pool-3.2-psycopg-3.1'
2023-11-11  Daniele Varrazzoci: test psycopg pool package with released a psycopg...
2023-11-11  Daniele Varrazzotest: allow to run pytest -m pool with psycopg 3.1...
2023-11-11  Daniele Varrazzochore: bump psycopg_pool package version to 3.3.0.dev1
2023-11-11  Daniele Varrazzochore: fix mypy >= 1.7 warning in tests
2023-11-11  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.0 pool-3.2.0
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 pull request #670 from psycopg/fix-667
2023-10-24  Daniele Varrazzofix: retry automatically syscall in wait_c if it fails... 670/head
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-20  Denis Laxaldechore: use AnyIO 4.0+ in tests dependencies
2023-10-14  Daniele Varrazzorefactor(pool): more logical ordering for kwargs
2023-10-14  Daniele VarrazzoMerge branch 'pool-getconn-safe'
2023-10-14  Daniele Varrazzodocs(pool): document check callback, drop previous... 658/head
2023-10-14  Daniele Varrazzotest(pool): add tests to verify check on getconn's...
2023-10-14  Daniele Varrazzofix(pool): clean up logging in getconn check
2023-10-14  Daniele Varrazzofeat(pool): add `check` connection parameter
2023-10-14  Daniele Varrazzofeat(pool): add `check_connection()` method
2023-10-14  Daniele Varrazzorefactor(pool): introduce a loop in getconn to allow...
2023-10-14  Daniele VarrazzoMerge branch 'pool-warn-implicit-open'
2023-10-14  Daniele Varrazzodocs(pool): warn about future behaviour changes of... 659/head
2023-10-14  Daniele Varrazzofeat(pool): raise a warning if async pools are open...
2023-10-14  Daniele Varrazzofeat(pool) raise a warning if the pool is expected...
2023-10-14  Daniele Varrazzorefactor: define conn_encoding on pgconn_encoding
2023-10-13  Daniele Varrazzochore: move codespell configuration to toml file
2023-10-13  Daniele Varrazzostyle(pool): more explicit error message for pool open...
2023-10-13  Daniele VarrazzoMerge branch 'async-to-sync'
2023-10-13  Daniele VarrazzoMerge pull request #660 from dlax/async-to-sync 657/head
2023-10-13  Denis Laxalderefactor: allow to use podman container engine in async... 660/head
2023-10-13  Daniele Varrazzofeat(tools): warn about the Python version used in...
2023-10-13  Denis Laxaldefix(tools): remove mention of dropped shell script...
2023-10-13  Denis Laxalderefactor: use text mode for subprocess in async_to_sync.py
2023-10-13  Denis Laxalderefactor: replace 'git ls-files' + 'grep' by a single...
2023-10-13  Daniele Varrazzochore: use Python 3.11 to conver async to sync
2023-10-13  Daniele Varrazzochore: add option to run async_to_sync in a docker...
2023-10-13  Daniele Varrazzorefactor: drop 'convert_async_to_sync.sh' script
2023-10-11  Daniele Varrazzotest: drop unneeded raise on pytest.skip()
2023-10-11  Daniele Varrazzorefactor(test): uniform the way sync/async-only tests...
2023-10-11  Daniele Varrazzotest: add check to verify the completeness of convert_a...
2023-10-11  Daniele Varrazzostyle: more care in the docstring mentioning sync/async...
2023-10-11  Daniele Varrazzorefactor(pool): define scheduler task as dataclass
2023-10-11  Daniele Varrazzorefactor(async_to_sync): create new object without...
2023-10-11  Daniele Varrazzostyle(pool): use `pass` instead of `return` for empty...
2023-10-11  Daniele Varrazzodocs: fix typos/grammar
2023-10-11  Daniele Varrazzorefactor(copy): generate sync code from async
2023-10-11  Daniele Varrazzorefactor(test): add acompat module
2023-10-11  Daniele Varrazzofeat(tools): allow to specify the files to convert...
2023-10-11  Daniele Varrazzofix: fix type annotation problems on Python 3.8, 3.9
2023-10-11  Daniele Varrazzorefactor(pool): generate null pool module from async...
2023-10-11  Daniele Varrazzorefactor(pool): move null pool base to its own module
2023-10-11  Daniele Varrazzorefactor(pool): generate pool sync module from async...
2023-10-11  Daniele Varrazzorefactor(pool): add Worker/AWorker type aliases
2023-10-11  Daniele Varrazzorefactor(pool): give sync attribute the same life cycle...
2023-10-11  Daniele Varrazzorefactor(pool): use non-string typing annotations
2023-10-11  Daniele Varrazzorefactor(pool): add functions to get current thread...
2023-10-11  Daniele Varrazzorefactor(pool): add Queue/AQueue compatibility objects
2023-10-11  Daniele Varrazzorefactor(pool): add spawn/gather async compat functions
2023-10-11  Daniele Varrazzorefactor(pool): add psycopg_pool._acompat to ease async...
2023-10-11  Daniele Varrazzorefactor(pool): add psycopg_pool.abc module
2023-10-11  Daniele Varrazzochore: make ast-comments an ordinary dev dependency
2023-10-11  Daniele Varrazzoci: pin ast-comments to work around bug, document other...
2023-10-11  Daniele Varrazzorefactor(pool): light refactor to align async and sync...
2023-10-11  Daniele Varrazzorefactor(tests): generate null pool tests from async...
2023-10-11  Daniele Varrazzorefactor(tests): generate most pool tests using paramet...
2023-10-11  Daniele Varrazzorefactor(tests): rename cursor tests to keep them together
2023-10-11  Daniele Varrazzorefactor(tests): rename test_cursor to test_cursor_common
2023-10-11  Daniele Varrazzorefactor(tests): generate test_pool from async counterpart
2023-10-11  Daniele Varrazzorefactor(tests): generate test_sched from async counterpart
2023-10-11  Daniele Varrazzorefactor(pool): generate Scheduler from AsyncScheduler
2023-10-11  Daniele Varrazzorefactor: generate connection.py from connection_async
2023-10-11  Daniele Varrazzorefactor(async_to_sync): finally solved the Tuple mystery
2023-10-11  Daniele Varrazzorefactor(connection): harmless manipulation to minimize...
2023-10-11  Daniele Varrazzodocs: copy connection docstrings to async class
2023-10-11  Daniele Varrazzoperf(waiting): drop unneeded wait_for in wait_conn_asyn...
2023-10-11  Daniele Varrazzofeat(connection): add set_autocommit() and similar...
2023-10-11  Daniele Varrazzorefactor: move BaseConnetion in its own module
2023-10-11  Daniele Varrazzorefactor: generate cursor.py from cursor_async
2023-10-11  Daniele Varrazzodocs: add docstrings from sync cursor to async
next