]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2025-05-04  Daniele Varrazzofeat: make cursors iterators 1064/head
2025-05-04  Daniele VarrazzoMerge branch 'fix-server-cursor-rownumber'
2025-05-04  Daniele Varrazzofix: fix AsyncClientCursor.rownumber after scroll()
2025-05-04  Daniele Varrazzorefactor: auto-generate sync server cursor from async
2025-05-04  Daniele Varrazzorefactor: split async/sync server cursor in two modules
2025-05-04  Daniele Varrazzorefactor(test): better parametrization of fetch type...
2025-05-04  Daniele Varrazzodocs: reword unclear news entry
2025-05-04  Daniele Varrazzofix: improve error message trying to fetch from a no...
2025-05-04  Jero Badochore: drop support for Python 3.9
2025-05-04  Daniele Varrazzochore: test support for PyPY 3.11
2025-05-04  Daniele VarrazzoMerge branch 'fix-from-ticks-functions'
2025-05-04  Daniele Varrazzofix: fix return value of `DateFromTicks` and `TimeFromT... 1061/head
2025-05-04  Fedor Kobakdocs: use "result set" consistently
2025-05-01  dependabot... chore(deps): bump the actions group with 2 updates
2025-04-30  Daniele VarrazzoMerge branch 'connection-log'
2025-04-30  Daniele Varrazzochore: add connection debugging log in the C extension too
2025-04-30  Daniele Varrazzochore: add debug logging at connection time
2025-04-30  Daniele Varrazzofix: guard from unexpected connection status on repr
2025-04-30  Daniele Varrazzodocs: add link to pre-commit project in readme.
2025-04-29  Daniele Varrazzodocs: drop references to Scaleway build scripts
2025-04-29  Daniele Varrazzochore: drop scaleway build support
2025-04-29  Daniele Varrazzochore: bump psycopg package version to 3.2.7
2025-04-16  Daniele Varrazzotest(pool): verify the overriding of `close()` to act...
2025-04-09  Daniele Varrazzodocs: document multiple statements limitations
2025-04-09  Daniele VarrazzoMerge pull request #1031 from Zaczero/binary-hstore
2025-04-09  Kamil Moniczfeat: implement binary hstore protocol 1031/head
2025-04-08  Daniele Varrazzotest(crdb): add test reproducing failure with prepared...
2025-04-08  Daniele Varrazzoci(crdb): pull stable crdb images from crdb docker...
2025-04-08  Daniele Varrazzostyle: define a symbolic const for null values in array
2025-04-03  Daniele Varrazzochore: drop unneeded nonlocal declarations
2025-04-03  Daniele VarrazzoMerge branch 'walrusify'
2025-04-03  Daniele Varrazzorefactor: use assignment expressions in loops with... 1035/head
2025-04-03  Daniele Varrazzorefactor: use the assignment operator in assignments...
2025-04-02  dependabot... chore(deps): bump the actions group with 2 updates
2025-03-27  Daniele Varrazzodocs: improve basic usage example
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
next