]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2025-07-09  Daniele Varrazzochore: drop i686 images build 1114/head
2025-07-09  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2025-07-06  Daniele Varrazzotest: fix failure in test_connection_warn_close
2025-07-05  Daniele Varrazzofix: don't call str(self) or imported objects in __del__
2025-07-05  Daniele Varrazzofix: change signature of SQL.join() to allow a sequence...
2025-07-05  Daniele Varrazzochore: run isort before other hooks
2025-07-05  Daniele VarrazzoMerge branch 'fix-jsonb-function-caching-master'
2025-07-05  Daniele Varrazzofix(json): don't leak when lambdas are used as dumps...
2025-07-05  Daniele Varrazzofix: add missing interface for PGconn.protocol_version
2025-06-04  Daniele VarrazzoMerge branch 'fix-1088'
2025-06-04  Daniele Varrazzoci: cancel concurrent binary build jobs
2025-06-04  Daniele Varrazzodocs: mention fix in version 3.2.9
2025-06-04  Daniele VarrazzoRevert "ci: install win32 libpq from conda force"
2025-06-02  Daniele Varrazzotest: skip tests connecting to non-existing dbs for...
2025-06-02  Daniele Varrazzotest: make sure tests don't hang if default connection...
2025-06-02  Daniele Varrazzochore: bump mypy version
2025-05-29  Daniele Varrazzodocs(pool): fix random connection lifetime reduction...
2025-05-27  Daniele Varrazzodocs: fix errors in template strings docs
2025-05-26  Daniele Varrazzodocs: fix typo
2025-05-26  Daniele Varrazzodocs: add preview of template strings query documentation
2025-05-21  Daniele Varrazzochore: bump Cython version
2025-05-21  Daniele Varrazzofix(test): wait for thread end before reading process...
2025-05-12  Daniele Varrazzodocs: cleanup logging section
2025-05-11  Daniele Varrazzorefactor(pool): add function wrapper to call either...
2025-05-11  Daniele Varrazzochore: use the github url in update_errors
2025-05-11  Daniele Varrazzochore: bump psycopg package version to 3.2.8
2025-05-11  Daniele Varrazzoci: avoid running jobs on pull requests
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  Daniele VarrazzoMerge pull request #1085 from psycopg/better-logging
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'
next