]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2024-04-10  Denis Laxaldefeat(tools): check last modification times in async_to_...
2024-04-10  Denis Laxaldefeat(tools): add a -L,--log-level option to async_to_sy...
2024-04-10  Denis Laxaldefeat(tools): run async_to_sync.py concurrently
2024-04-10  Daniele Varrazzostyle: use literals instead of the concatenation operat...
2024-02-18  Daniele Varrazzodocs(pool): reorder sections in a way that makes more...
2024-02-18  Daniele Varrazzodocs(pool): add box warning against opening async pools...
2024-02-18  Daniele Varrazzofix(pool): make opening an async connection pool in...
2024-02-18  Daniele Varrazzoci: skip refcount tests on scheduled jobs
2024-02-18  Daniele Varrazzofix: avoid to create reference loops in datetime adapters
2024-02-18  Daniele Varrazzodocs: fix typo in release notes
2024-02-18  Daniele Varrazzochore: bump psycopg package version to 3.1.18
2024-02-18  Daniele Varrazzofix(c): drop spurious loop break in pipeline_communicate
2024-02-04  Daniele Varrazzochore: update code to master
2024-01-07  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.2.dev1
2024-01-07  Daniele Varrazzoci: revert upload action to v3
2024-01-07  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.1 pool-3.2.1
2024-01-07  Daniele Varrazzochore(c): add missing enum entries
2024-01-07  Daniele Varrazzodocs: add note about checking enums and docs on Postgre...
2024-01-06  Daniele VarrazzoMerge branch 'fix-699' into maint-pool-3.2
2024-01-06  Daniele Varrazzorefactor: generate conninfo attempts from async counterpart
2024-01-06  Daniele Varrazzofix: perform multiple attemps if a host name resolve...
2024-01-06  Daniele Varrazzorefactor(test): make resolution monkeypatching common...
2024-01-06  Daniele Varrazzorefactor: separate ConnectionInfo object from conninfo...
2024-01-06  Nick Popechore: align to master
2024-01-06  Daniele Varrazzochore: upload github actions dependencies
2024-01-06  Daniele VarrazzoMerge branch 'fix-709' into maint-pool-3.2
2024-01-06  Daniele Varrazzorefactor(pool): rename ConnectionAttempt as AttemptWith... 711/head
2024-01-06  Daniele Varrazzofix(pool): use an exponential backoff to separate faili...
2024-01-06  Daniele Varrazzofix(pool): respect timeout on getconn() when the check...
2024-01-06  Daniele VarrazzoMerge branch 'fix-308-pool-3.2' into maint-pool-3.2
2024-01-03  Daniele Varrazzorefactor(pool): avoid constructor overloading by using...
2024-01-03  Daniele Varrazzorefactor: drop overloading of the Connection.connect...
2024-01-03  Daniele Varrazzorefactor: use Self to represent the return from `BaseCo...
2024-01-03  Daniele Varrazzofix: define the Row TypeVar as defaulting to TupleRow
2024-01-03  Daniele Varrazzorefactor: use typing.Self
2024-01-03  Daniele Varrazzorefactor: use TypeVar from typing_extension
2023-12-30  Daniele Varrazzorefactor: use typing.Self
2023-12-29  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.1.dev1
2023-11-11  Daniele Varrazzochore: fix mypy >= 1.7 warning in tests
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.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...
next