]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2025-02-22  Daniele Varrazzochore: bump build libraries
2025-02-20  Daniele VarrazzoMerge branch 'cython-uuid-3.2' into maint-3.2
2025-02-20  Daniele Varrazzodocs: mention UUID speedup in release news
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-20  Daniele Varrazzochore: bump psycopg package version to 3.2.5.dev1
2025-02-14  Daniele Varrazzochore: tweak linters output in pre-commit
2025-02-14  Daniele Varrazzostyle: apply isort on codebase
2025-02-14  Daniele Varrazzochore: add isort configuration
2025-02-14  Daniele Varrazzoci(crdb): enable crdb 25.1 tests
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 docstring after black 25.1.0 upgrade
2025-01-29  Daniele Varrazzodocs: document why pre-commit language is set to 'local'
2025-01-29  Daniele Varrazzochore: typos fixed
2025-01-29  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 3.2.4
2025-01-14  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 branch 'build-libpq-macos-3.2' into maint-3.2
2025-01-14  Daniele Varrazzoci(binary): less verbose libpq build
2025-01-14  Daniele Varrazzoci(macos): drop Python 3.8 build on macOS arm64
2025-01-14  Daniele Varrazzoci(macos): build libpq instead of using Homebrew libraries
2025-01-13  Daniele Varrazzorefactor: don't keep the notifiers backlog handler...
2025-01-10  Daniele VarrazzoMerge branch 'fix-clobbered-error-on-disconnect-3.2...
2025-01-10  Daniele Varrazzotest: soften disconnection tests on platforms knwon...
2025-01-10  Daniele Varrazzotest: add test to verify that a server disconnection...
2025-01-10  Daniele Varrazzofix(c): don't clobber an error from the server with...
2025-01-10  Daniele Varrazzofix: don't clobber an error from the server with a...
2025-01-10  Daniele Varrazzotest: add test to reproduce the wrong error on disconnect
2025-01-10  Daniele Varrazzofix(debug): print exceptions eventually raised by libpq...
2025-01-10  Daniele VarrazzoMerge branch 'pre-commit-3.2' into maint-3.2
2025-01-09  Daniele Varrazzochore: fix problems reported by mypy 1.14.1
2025-01-09  Daniele Varrazzodocs: document pre-commit usage
2025-01-09  Daniele Varrazzoci: enable 3rd party tests on maint-3.2 branch
2025-01-09  Daniele Varrazzolint: add typing annotations to pass pre-commit
2025-01-09  Daniele Varrazzoci: configure lint step to run pre-commit
2025-01-09  Daniele Varrazzoci: add pre-commit configuration
2025-01-09  Daniele Varrazzochore: ignore certain files from mypy linting
2025-01-09  Daniele Varrazzochore: drop annotation on empty lists, now unneeded
2024-12-26  Daniele VarrazzoMerge branch 'dont-lose-notifies' into maint-3.2
2024-12-22  Daniele Varrazzofix: always gather the notifications received
2024-12-22  Daniele Varrazzofix: don't lose notifications between notifies() calls
2024-12-22  Daniele Varrazzoci: move Python packages used for test into before...
2024-12-22  Daniele Varrazzoci(windows): use bash as default shell
2024-12-22  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-12-21  Daniele VarrazzoMerge pull request #966 from trim21/try-vcpkg
2024-12-21  Daniele Varrazzorefactor: rewrite the pg_config stub in a more idiomati... 966/head
2024-12-21  Trim21ci: use vcpkg to install libpq on windows
2024-12-21  Daniele Varrazzotest(windows): verify that the libpq used is what expected
2024-12-20  Daniele Varrazzofix: call the notifies callback while the notifies...
2024-12-20  Daniele Varrazzoci: bump runner to macOS 13 973/head
2024-12-20  Daniele Varrazzochore: bump mypy version to 1.14
2024-11-23  Daniele Varrazzodocs: drop duplicate, out of place, statement
2024-11-16  Daniele Varrazzodocs(pool): fix ticket link in news page
2024-11-15  Máté Gyöngyösidocs: extend `libpq` install instructions for cross...
2024-11-15  Christian Claussbuild_macos_arm64.sh: Upgrade to Python 3.13 production...
2024-11-15  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.4
2024-11-15  Daniele Varrazzofix(pool): print a warning if gather times out on del
2024-11-15  Daniele Varrazzodocs(pool): note compatibility with Python 3.13
2024-11-15  Daniele Varrazzochore: gitignore IntelliJ .idea file
2024-11-13  Daniele Varrazzoci: bump SQLAlchemy test versions
2024-11-13  Daniele Varrazzodocs(pool): suggest closing the pool explicitly
2024-11-05  Stanley Kudrowtest(numpy): account for 32 bits systems in size checks
2024-11-01  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-10-30  Daniele Varrazzorefactor: use StopIteration.value instead of args as...
2024-10-30  Daniele VarrazzoMerge pull request #940 from 0xTiger/patch-1
2024-10-30  Daniele Varrazzodocs: further wordsmith around IS/DISTINCT 940/head
2024-10-30  0xTigerdocs: explicit wording to clarify correspondence betwee...
2024-10-30  Daniele Varrazzochore: ignore type error reported by mypy 1.12, 1.13
2024-10-30  Daniele Varrazzotest: avoid peer authentication in password change...
2024-10-11  Daniele Varrazzodocs: document the version when TransactionTimeout...
2024-09-29  Augustin Trancarttest: mark more tests as 'timing'
2024-09-29  Daniele Varrazzochore: bump psycopg package version to 3.2.4.dev1
2024-09-29  Daniele Varrazzochore: bump psycopg package version to 3.2.3 3.2.3
2024-09-29  Daniele VarrazzoMerge pull request #917 from psycopg/pg17
2024-09-29  Daniele Varrazzodocs: mention PostgreSQL 17 in binary packages in the... 917/head
2024-09-29  Daniele Varrazzoci: install flex to build libpq
2024-09-29  Daniele Varrazzoci(macos): fix dylib path for postgres 17 from brew
2024-09-29  Daniele Varrazzoci(macos): update brew to install PostgreSQL 17
2024-09-29  Daniele Varrazzoci: bump to PostgreSQL 17 in binary packages
2024-09-29  Daniele Varrazzochore: add PostgreSQL 17 TRANSACTION_TIMEOUT error
2024-09-29  Daniele Varrazzoci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11
2024-09-29  Alessandro... fix(windows): resolve absolute path to libpq
2024-09-28  Daniele Varrazzotest(crdb): fix or skip tests that now run because...
2024-09-28  Daniele Varrazzotest: fix compatibility of tests with Python 3.8
2024-09-28  Daniele Varrazzofix: fix typo in PGRES_PIPELINE_ABORTED enum
2024-09-28  Daniele Varrazzochore: test readme cleanup
2024-09-21  Daniele Varrazzodocs(install): reorganise install page disclaimer
next