]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2025-05-14  Daniele Varrazzofix: collect notifies only if no handler was registered fix-1091 1092/head
2025-05-14  Daniele Varrazzochore: bump psycopg package version to 3.2.10.dev1
2025-05-13  Daniele Varrazzochore: bump psycopg package version to 3.2.9 3.2.9
2025-05-13  Daniele VarrazzoMerge branch 'fix-1088' into maint-3.2
2025-05-13  Daniele Varrazzodocs: mention fix in version 3.2.9
2025-05-13  Daniele VarrazzoRevert "ci: install win32 libpq from conda force"
2025-05-11  Daniele Varrazzochore: bump psycopg package version to 3.2.9.dev1
2025-05-11  Daniele Varrazzochore: bump psycopg package version to 3.2.8 3.2.8
2025-05-11  Daniele Varrazzoci: make sure versions are strings, not floats
2025-05-10  Daniele Varrazzochore: add funding link to project metadata
2025-05-10  Daniele Varrazzofix(c): fix building on 32 bit with libpq 18
2025-05-10  Daniele Varrazzochore(binary): bump OpenSSL to 3.5.0
2025-05-10  Daniele Varrazzochore(binary): bump libpq to 17.5 in binary packages
2025-05-10  dependabot... chore(deps): bump the actions group with 2 updates
2025-05-10  trim21ci: install win32 libpq from conda force
2025-05-10  Daniele VarrazzoMerge branch 'better-logging' into maint-3.2
2025-05-10  Daniele Varrazzodocs: add section about connection logging
2025-05-10  Daniele Varrazzorefactor: more succinct expression for multiple attempt...
2025-05-10  Daniele Varrazzofeat: restore connection attempts logging
2025-05-10  Daniele Varrazzoci: add Django LTS 5.2 3rd party integration test
2025-05-10  Daniele Varrazzoci: fix 3rd party test after the pip django package...
2025-05-09  Daniele VarrazzoMerge pull request #1084 from psycopg/libpq-v18
2025-05-09  Daniele Varrazzoci: include PostgreSQL 18 libpq in tests 1084/head
2025-05-09  Daniele Varrazzofix: fix building with PostgreSQL v18 libpq
2025-05-09  Daniele Varrazzochore(tests): import module only locally as it won...
2025-05-09  Daniele Varrazzochore: import module to avoid confusing mypy situations
2025-05-09  Daniele VarrazzoMerge branch 'port-may-be-none' into maint-3.2
2025-05-09  Daniele Varrazzofix: avoid a blank "port=" in the repr() of object...
2025-05-09  Daniele Varrazzofix: return the compiled port if PQport returns an...
2025-05-09  Daniele VarrazzoMerge branch 'row-maker-none' into maint-3.2
2025-05-09  Daniele Varrazzotest: actually test server cursors when row makers...
2025-05-09  Martin Baláždocs: add release notes entry about row maker returning...
2025-05-09  Martin Balážtest: test behaviour of cursors with a row maker return...
2025-05-09  Martin Balážfix: fix loading of rows when row maker returns None
2025-05-09  Daniele Varrazzofix(c): don't use Cython 3.1 or following to build...
2025-05-08  Daniele Varrazzofix: improve error message trying to fetch from a no...
2025-05-08  Daniele VarrazzoMerge branch 'dev/danielfrankcom/show-all-connection...
2025-05-08  Daniel Frankcomfix: show all connection errors on attempt failure
2025-05-07  Daniele VarrazzoMerge branch 'no-attempts-after-ctrl-c' into maint-3.2
2025-05-07  Daniele Varrazzofix: don't process further attempt if ctrl-c is pressed...
2025-05-07  Daniele Varrazzofix: remove assert calling informative libpq function
2025-05-07  Daniele VarrazzoMerge pull request #1072 from psycopg/fix-1071
2025-05-07  Daniele Varrazzofix[c]: fix interval parsing with day/month/year and... 1072/head
2025-05-04  Daniele VarrazzoMerge pull request #1066 from psycopg/fix-server-cursor...
2025-05-04  Daniele Varrazzofix: fix AsyncClientCursor.rownumber after scroll() 1066/head
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 Varrazzochore: test support for PyPY 3.11
2025-05-04  Daniele VarrazzoMerge branch 'fix-from-ticks-functions' into maint-3.2
2025-05-04  Daniele Varrazzofix: fix return value of `DateFromTicks` and `TimeFromT...
2025-04-30  Daniele Varrazzochore: bump psycopg package version to 3.2.8.dev1
2025-04-30  Daniele VarrazzoMerge pull request #1052 from psycopg/connection-log 3.2.7
2025-04-29  Daniele Varrazzochore: add connection debugging log in the C extension too 1052/head
2025-04-29  Daniele Varrazzochore: add debug logging at connection time
2025-04-29  Daniele Varrazzofix: guard from unexpected connection status on repr
2025-04-29  Daniele Varrazzochore: bump psycopg package version to 3.2.7
2025-04-29  Kamil Moniczfeat: implement binary hstore protocol
2025-04-16  Daniele Varrazzotest(pool): verify the overriding of `close()` to act...
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-05  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-3.2' into maint-3.2
2025-04-03  Daniele Varrazzorefactor: use assignment expressions in loops with...
2025-04-03  Daniele Varrazzorefactor: use the assignment operator in assignments...
2025-04-03  dependabot... chore(deps): bump the actions group with 2 updates
2025-04-03  LuiMoiPerdocs: rename some news.rst section headers from python...
2025-03-26  Daniele Varrazzoperf(composite): drop an if and a tuple() call
2025-03-26  Daniele VarrazzoMerge branch 'shapely-srid' into maint-3.2
2025-03-26  Daniele Varrazzoci(shapely): test shapely with a more current Python...
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-26  Daniele Varrazzofix: manage shapely conditional imports explicitly
2025-03-26  Kamil Monicztest(shapely): Handle missing SRID support
2025-03-26  Kamil Moniczfix(shapely): maintain Shapely < 2 compatibility
2025-03-26  Daniele Varrazzochore: add types-shapely to dev dependencies
2025-03-26  Kamil Moniczfix(shapely): add SRID support
2025-03-26  Daniele Varrazzochore: configure flake8 for imports after pytest's...
2025-03-23  Trim21ci: run bin package workflow on workflow file changed
2025-03-14  sobolevnfix: fix `status` annotation in `connection_summary`
2025-03-12  Daniele Varrazzochore: bump psycopg package version to 3.2.7.dev1
2025-03-12  Daniele Varrazzochore: bump psycopg package version to 3.2.6 3.2.6
2025-03-12  Daniele VarrazzoMerge branch 'fix-target_session_attrs-prefer-standby...
2025-03-12  Daniele Varrazzotest: skip target_session_attrs with libpw < 14
2025-03-12  Daniele Varrazzofix: implement libpq semantic for target_session_attrs...
2025-02-22  Trim21fix win32 libpq missing error
2025-02-22  Daniele Varrazzochore: bump psycopg package version to 3.2.6.dev1
2025-02-22  Daniele Varrazzochore: bump psycopg package version to 3.2.5 3.2.5
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__
next