]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2024-01-29  Daniele Varrazzodocs: mention musl-ctypes workaround in news file 725/head
2024-01-29  Michał Górnyfix: add `libc.so` fallback for musl systems to the...
2024-01-29  Daniele Varrazzotest: drop ineffective marker on fixture
2024-01-27  Daniele VarrazzoMerge branch 'no-conn-composible'
2024-01-27  Daniele Varrazzofeat: allow no connection parameter in sql.Composible...
2024-01-27  Daniele Varrazzofeat: allow Identifier.as_string() and as_bytes() to...
2024-01-27  Daniele VarrazzoMerge pull request #720 from enapupe/fix-interval-overflow
2024-01-27  Daniele Varrazzodocs: add release note about interval overflow fix 720/head
2024-01-27  Daniele Varrazzofix(c): don't overflow intervals on windows either
2024-01-27  Iacami Gevaerdfix(c): use long for seconds to prevent IntervalLoader...
2024-01-26  Daniele Varrazzochore: bump black to 24.1.0
2024-01-26  Daniele VarrazzoMerge branch 'fix-deadlock-on-pipeline-exit'
2024-01-26  Daniele Varrazzofix: force a sync exiting the pipeline mode
2024-01-08  Daniele Varrazzofeat: add ConnDict, ConnParam to abc module
2024-01-08  Daniele Varrazzorefactor: move TypeAlias back to _compat module
2024-01-07  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.1
2024-01-07  Daniele Varrazzochore: bump psycopg package version to 3.1.17
2024-01-07  Daniele Varrazzoci: revert upload action to v3
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-master'
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  Daniele Varrazzostyle: drop unneeded function definition split
2024-01-06  Daniele Varrazzochore: upload github actions dependencies
2024-01-06  Daniele VarrazzoMerge branch 'fix-709'
2024-01-06  Daniele Varrazzorefactor(pool): rename ConnectionAttempt as AttemptWith...
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'
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 Varrazzofix: define the Row TypeVar as defaulting to TupleRow
2024-01-03  Daniele Varrazzorefactor: use TypeVar from typing_extension
2024-01-03  Daniele Varrazzorefactor: use Self to represent the return from `BaseCo...
2024-01-03  Daniele Varrazzochore: drop unneeded type annotations on self
2023-12-30  Daniele Varrazzorefactor: use typing.Self
2023-12-19  Federico Casellitest: add async driver to sqlalchemy pipeline
2023-12-19  Daniele Varrazzochore: bump psycopg package version to 3.1.16
2023-12-19  Daniele Varrazzofix: fix empty ports handling in async multiple connect...
2023-12-18  Daniele Varrazzochore: bump ast_commment version
2023-12-18  Daniele Varrazzodocs: improvement to the Cursor docs
2023-12-18  Daniele Varrazzodocs: add section about concurrency
2023-12-18  Daniele Varrazzochore: include codespell in dev dependencies
2023-12-14  Daniele Varrazzochore: bump psycopg package version to 3.1.15
2023-12-14  Daniele VarrazzoMerge branch 'fix-service-file'
2023-12-14  Daniele Varrazzorefactor: add compiled_default option to _get_params
2023-12-14  Daniele Varrazzofix: honour the PGLOADBALANCEHOSTS env var
2023-12-14  Daniele Varrazzofix: honour the PGCONNECT_TIMEOUT env var
2023-12-14  Daniele Varrazzofix: set minimum timeout to 2s
2023-12-14  Daniele Varrazzofix: add debug logging when a connection attempt is...
2023-12-14  Daniele Varrazzorefactor: return lists from conninfo attempt functions
2023-12-14  Daniele Varrazzofix: shuffle attempts when one host resolves to more...
2023-12-14  Daniele Varrazzofix: don't add defaults to connection strings
2023-12-12  Daniele Varrazzofix: fix iteration resolving hosts with multiple IP...
2023-12-12  Daniele Varrazzotest: mark a couple of test slow
2023-12-06  nialovtest: mark flaky ref count tests
2023-12-04  Daniele Varrazzodocs: fix doc about the module gevent needs to patch
2023-12-02  Daniele Varrazzochore: bump psycopg package version to 3.1.14
2023-12-02  Daniele VarrazzoMerge branch 'pypy'
2023-12-02  Nick Popetest: add gc fixtures to skip tests on PyPy more easily 686/head
2023-12-02  Nick Popechore: add support for PyPy.
2023-12-01  Daniele VarrazzoMerge branch 'fix-gevent'
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'
next