]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2025-03-27  LuiMoiPerdocs: rename some news.rst section headers from python... 1036/head
2025-03-26  Daniele Varrazzoperf(composite): drop an if and a tuple() call
2025-03-26  Daniele VarrazzoMerge pull request #1033 from Zaczero/shapely-srid
2025-03-26  Daniele Varrazzoci(shapely): test shapely with a more current Python... 1033/head
2025-03-26  Daniele Varrazzotest(shapely): better use of fixtures to drop test...
2025-03-26  Daniele Varrazzodocs: mention shapely SRID support in news file
2025-03-25  Daniele Varrazzofix: manage shapely conditional imports explicitly
2025-03-25  Kamil Monicztest(shapely): Handle missing SRID support
2025-03-25  Kamil Moniczfix(shapely): maintain Shapely < 2 compatibility
2025-03-25  Daniele Varrazzochore: add types-shapely to dev dependencies
2025-03-25  Kamil Moniczfix(shapely): add SRID support
2025-03-25  Daniele Varrazzochore: configure flake8 for imports after pytest's...
2025-03-23  Trim21ci: fix running bin package workflow only on workflow... 1032/head
2025-03-14  sobolevnfix: fix `status` annotation in `connection_summary` 1023/head
2025-03-12  Daniele Varrazzochore: bump psycopg package version to 3.2.6
2025-03-12  Daniele VarrazzoMerge pull request #1022 from psycopg/fix-target_sessio...
2025-03-10  Daniele Varrazzotest: skip target_session_attrs with libpw < 14 1022/head
2025-03-10  Daniele Varrazzofix: implement libpq semantic for target_session_attrs...
2025-02-27  Daniele Varrazzochore: rename tools/build library "ci" 1011/head
2025-02-27  trim21ci: install win32 libpq from conda force
2025-02-25  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.6
2025-02-25  Daniele VarrazzoMerge branch 'fix-transaction-after-check-master'
2025-02-25  Daniele Varrazzodocs(pool): add release note about ticket #1014 1015/head
2025-02-25  Kanav Kaluchafix(pool): reset connection transaction status after...
2025-02-22  Daniele Varrazzochore: bump build libraries
2025-02-22  Trim21fix win32 libpq missing error
2025-02-22  Daniele Varrazzochore: bump psycopg package version to 3.2.5
2025-02-21  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.5
2025-02-21  Daniele Varrazzofix(pool): check that there is some connection in the...
2025-02-20  Daniele VarrazzoMerge pull request #998 from henadzit/cython-uuid
2025-02-20  Daniele Varrazzodocs: mention UUID speedup in release news 998/head
2025-02-20  henadzitchore(c): remove C UUIDDumper and UUIDBinaryDumper
2025-02-20  Daniele Varrazzoperf(uuid): speed up UUID creation using a writable...
2025-02-20  henadzitperf(c): use PyObject_CallFunctionObjArgs in UUIDBinary...
2025-02-20  henadzitperf(c): use PyObject_CallFunctionObjArgs in UUIDLoader
2025-02-20  henadzittest(c): test UUID.__slots__
2025-02-20  henadzitperf(c): Use hex_to_int_map in UUIDLoader
2025-02-20  henadzitperf(c): lazy load UUID
2025-02-20  henadzitperf(c): use UUID.__new__
2025-02-20  henadzitperf(c): add Cython UUID dumper and loader
2025-02-14  Daniele Varrazzochore(ci): drop stale comment
2025-02-13  Daniele Varrazzoci(crdb): enable back crdb 25.1 tests
2025-02-13  Daniele Varrazzoci: add missing dependency to run isort --color
2025-02-13  Daniele Varrazzoci(crdb): suspend testing with 25.1
2025-02-13  Daniele Varrazzochore: tweak linters output in pre-commit
2025-02-13  Daniele VarrazzoMerge pull request #1006 from psycopg/isort
2025-02-13  Daniele Varrazzochore(isort): add source link to project metadata,... 1006/head
2025-02-13  Daniele Varrazzostyle: apply isort on codebase
2025-02-13  Daniele Varrazzochore: add isort configuration
2025-02-13  Daniele Varrazzostyle: add isort plugin to sort imports with the desire...
2025-01-29  Daniele Varrazzoci: bump Python version in Django main test to 3.12
2025-01-29  Daniele Varrazzoci: avoid segfault building binary packages caused...
2025-01-29  Daniele Varrazzostyle: adjust docstrings after black 25.1.0 upgrade
2025-01-28  Daniele Varrazzodocs: document why pre-commit language is set to 'local'
2025-01-28  Daniele Varrazzochore: typos fixed
2025-01-28  Daniele Varrazzodocs(ci): add notes about libpq caching
2025-01-19  Daniele Varrazzoci(crdb): test with oldest supported Python release
2025-01-19  Daniele Varrazzoci(crdb): test with the master release
2025-01-19  Daniele Varrazzoci(crdb): bump CockroachDB versions in tests
2025-01-15  Daniele Varrazzochore: bump psycopg package version to 3.2.4
2025-01-15  Daniele Varrazzodocs: mention the binary packages changes in news file
2025-01-14  Daniele Varrazzochore(binary): bump libpq to 17.2
2025-01-14  Daniele Varrazzochore(binary): bump OpenSSL to 3.4.0
2025-01-14  Daniele VarrazzoMerge pull request #986 from psycopg/build-libpq-macos
2025-01-14  Daniele Varrazzoci(binary): less verbose libpq build 986/head
2025-01-14  Daniele Varrazzoci(macos): build libpq instead of using Homebrew libraries
2025-01-10  Daniele Varrazzorefactor: don't keep the notifiers backlog handler... 992/head
2025-01-10  Daniele VarrazzoMerge pull request #989 from psycopg/fix-clobbered...
2025-01-09  Daniele Varrazzotest: soften disconnection tests on platforms knwon... 989/head
2025-01-09  Daniele Varrazzotest: add test to verify that a server disconnection...
2025-01-08  Daniele Varrazzofix(c): don't clobber an error from the server with...
2025-01-08  Daniele Varrazzofix: don't clobber an error from the server with a...
2025-01-08  Daniele Varrazzotest: add test to reproduce the wrong error on disconnect
2025-01-08  Daniele Varrazzofix(debug): print exceptions eventually raised by libpq...
2025-01-08  Daniele Varrazzodocs: improve organization of adaptation objects docs
2025-01-04  stankudrowdocs: fix ']]' return value in Dumper.get_key() docs 979/head
2025-01-04  Daniele VarrazzoMerge pull request #982 from psycopg/cleanup-compat
2025-01-04  Daniele Varrazzochore: fix problems reported by mypy 1.14.1 982/head
2025-01-03  Daniele Varrazzochore(tests): drop Python 2 check
2024-12-28  Daniele Varrazzorefactor: remove unneeded objects from _compat modules
2024-12-28  Daniele Varrazzorefactor(tests): remove Counter from utils module
2024-12-28  Daniele Varrazzochore: drop pre-3.9 if blocks
2024-12-28  Daniele Varrazzorefactor: replace list comprehension with generators... 981/head
2024-12-28  Daniele Varrazzorefactor: use pytest canonical assert method names
2024-12-28  Daniele Varrazzorefactor: drop deprecated collection.abc aliases
2024-12-27  Daniele Varrazzorefactor: use re objects for typing of Match and Pattern
2024-12-27  Daniele Varrazzodocs: suggest using pyupgrade when dropping a Python...
2024-12-27  stankudrowrun through pyupgrade --py38-plus
2024-12-27  Daniele VarrazzoMerge pull request #980 from psycopg/pre-commit
2024-12-27  Daniele Varrazzodocs: document pre-commit usage 980/head
2024-12-27  Daniele Varrazzolint: add typing annotations to pass pre-commit
2024-12-27  Daniele Varrazzoci: configure lint step to run pre-commit
2024-12-27  Daniele Varrazzoci: add pre-commit configuration
2024-12-27  Daniele Varrazzochore: ignore certain files from mypy linting
2024-12-27  Daniele Varrazzochore: drop annotation on empty lists, now unneeded
2024-12-26  Daniele Varrazzodocs: restore some lost comments in pyproject.toml...
2024-12-26  Daniele VarrazzoMerge branch 'dont-lose-notifies'
2024-12-26  Daniele Varrazzofix: always gather the notifications received 975/head
2024-12-26  Daniele Varrazzofix: don't lose notifications between notifies() calls
2024-12-26  Daniele VarrazzoMerge pull request #977 from stankudrow/drop-py38
next