]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2025-05-10  Daniele Varrazzodocs: add section about connection logging 1085/head
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 branch 'libpq-v18'
2025-05-09  Daniele Varrazzoci: include PostgreSQL 18 libpq in tests
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 pull request #1078 from psycopg/port-may-be-none
2025-05-09  Daniele Varrazzofix: avoid a blank "port=" in the repr() of object... 1078/head
2025-05-09  Daniele Varrazzofix: return the compiled port if PQport returns an...
2025-05-09  Daniele Varrazzotest: actually test server cursors when row makers...
2025-05-08  Daniele Varrazzofix(c): don't use Cython 3.1 or following to build...
2025-05-08  Daniele VarrazzoMerge pull request #1074 from embecka/master
2025-05-08  Martin Baláždocs: add release notes entry about row maker returning... 1074/head
2025-05-08  Martin Balážtest: test behaviour of cursors with a row maker return...
2025-05-08  Martin Balážfix: fix loading of rows when row maker returns None
2025-05-08  Daniele VarrazzoMerge pull request #1076 from danielfrankcom/dev/daniel...
2025-05-08  Daniel Frankcomfix: show all connection errors on attempt failure 1076/head
2025-05-07  Daniele Varrazzoci: test integration of pool package with previous...
2025-05-07  Daniele Varrazzotest: allow running tests with old psycopg versions
2025-05-07  Daniele VarrazzoMerge pull request #1077 from psycopg/no-attempts-after...
2025-05-07  Daniele Varrazzofix: don't process further attempt if ctrl-c is pressed... 1077/head
2025-05-07  Daniele Varrazzofix: remove assert calling informative libpq function
2025-05-07  Daniele VarrazzoMerge branch 'fix-1071'
2025-05-07  Daniele Varrazzofix[c]: fix interval parsing with day/month/year and...
2025-05-07  Daniele VarrazzoMerge branch 'cleanup-py310'
2025-05-07  Daniele Varrazzochore: bump build packages versions
2025-05-07  Daniele Varrazzofix(test): work around error with issubclass(collection...
2025-05-07  Daniele Varrazzostyle: drop string type aliases
2025-05-07  Daniele Varrazzochore: drop redundant brackets
2025-05-07  Daniele Varrazzochore: drop use of deprecated aliases
2025-05-07  Daniele Varrazzochore: drop pre-3.10 compatibility hacks
2025-05-04  Daniele VarrazzoMerge pull request #1064 from psycopg/cursor-next
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...
next