]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
27 hours ago  Daniele Varrazzodocs: drop `pq.error_message()` function from public... master
27 hours ago  Daniele Varrazzodocs: document the package to install in the "from...
2025-09-16  Daniele Varrazzochore: have a scrap directory where to put work scripts...
2025-09-16  Daniele VarrazzoMerge pull request #1149 from psycopg/fix/binary-copy
2025-09-15  Daniele Varrazzofix(copy): avoid sending copy data if an error is set 1149/head
2025-09-15  Daniele Varrazzofix(c): fix excessive buffer allocation in binary copy
2025-09-12  Daniele Varrazzochore: bump mypy, remove a now unneeded ignore
2025-09-12  Daniele Varrazzotest: fix tests with master version of crdb
2025-09-12  Daniele Varrazzochore(ci): bump crdb test versions
2025-09-12  Daniele Varrazzoci: run lint/tests in any branches
2025-09-11  Daniele VarrazzoMerge pull request #1166 from psycopg/fix-builtin-dumpe...
2025-09-10  Daniele Varrazzofix: drop warning for objects passed as JSON lods/dump... 1166/head
2025-09-10  Daniele Varrazzofix: don't raise a warning using a builtin for JSON...
2025-09-09  Daniele Varrazzodocs: add simple example of identifier binding with...
2025-09-08  Daniele Varrazzochore: bump psycopg package version to 3.3.0.dev2
2025-09-08  Daniele Varrazzodocs: mention version 3.3.0.dev1 download link in templ...
2025-09-08  Daniele Varrazzofix: typo in notifications warning
2025-09-08  Daniele VarrazzoMerge pull request #1054 from psycopg/template-strings
2025-09-08  Daniele Varrazzodocs: add template strings query documentation 1054/head
2025-09-08  Daniele Varrazzofeat: implement template strings
2025-09-08  Daniele Varrazzofeat: add typing support for template strings
2025-09-08  Daniele Varrazzorefactor(query): add private method to convert to bytes
2025-09-08  Daniele Varrazzorefactor: move PostgresRawQuery to _queries module
2025-09-08  Daniele Varrazzotest: add module to test with template strings
2025-09-08  Daniele Varrazzochore: exclude linters run on tstring test module
2025-09-08  Daniele Varrazzoci: switch to windows-2025 runners
2025-09-08  Daniele Varrazzochore: bump psycopg package version to 3.2.10
2025-09-07  Daniele Varrazzochore: isort
2025-09-07  Daniele VarrazzoMerge pull request #1139 from psycopg/gssencmode-disable
2025-09-07  Daniele Varrazzoci: use separate build caches between psycopg 3.2 and 3.3 1139/head
2025-09-07  Daniele Varrazzofix: change default gssencmode to disable in built...
2025-09-07  Daniele Varrazzofeat: raise a warning if a GSS connection is obtained...
2025-09-07  Daniele Varrazzochore: restrict flake8 ignore on generated file to...
2025-09-07  Daniele VarrazzoMerge branch 'pg18'
2025-09-07  Daniele Varrazzofeat: add `ConnectionInfo.full_protocol_version` 1098/head
2025-09-07  Daniele Varrazzofeat: add PGconn.full_protocol_version attributes
2025-09-07  Daniele Varrazzodocs: mention PostgreSQL v18 support
2025-09-07  Daniele Varrazzoci: add PostgreSQL 18 to the test grid
2025-09-07  Daniele Varrazzochore: add PostgreSQL 18 exceptions
2025-09-07  Daniele Varrazzofix: add ConnStatus.CONNECTION_AUTHENTICATING value
2025-09-07  Daniele VarrazzoMerge branch 'fix-notifies-leak'
2025-09-06  Daniele Varrazzodocs: document the changes to notifies generator
2025-09-06  Daniele Varrazzofix: raise a warning when notifies generator and handle...
2025-09-06  Daniele Varrazzofix: collect notifies only if no handler was registered
2025-09-06  Daniele VarrazzoMerge branch 'fix-executemany-lock'
2025-09-06  Daniele Varrazzofix: keep a lock for the entire duration of executemany
2025-09-06  Daniele Varrazzorefactor: auto-generate sync pipeline object from async one
2025-09-06  Daniele Varrazzorefactor: separate sync/async pipeline in their own...
2025-09-06  Daniele Varrazzorefactor: introduce ALock/Lock in acompat
2025-09-06  jerchfix: fix excessive buffer resizing on int16 dump
2025-09-02  Daniele VarrazzoMerge pull request #1053 from psycopg/py314
2025-09-02  Daniele Varrazzodocs: mention Python 3.14 support in news file 1053/head
2025-09-02  Daniele Varrazzotest: fix pproxy compatibility with Python 3.14
2025-09-02  Daniele Varrazzoci: test with Python 3.14 non-dev
2025-09-02  Daniele Varrazzochore(test): drop use of asyncio event loop policy
2025-09-02  Daniele Varrazzoci(alpine): install missing libraris required to test...
2025-09-02  Daniele Varrazzochore: bump cibuildwheel to 3.1.4
2025-09-02  Daniele Varrazzochore: add Python 3.14 to supported version metadata...
2025-09-02  Daniele Varrazzoci: add Python 3.14 dev to package build
2025-09-02  Daniele Varrazzoci: add Python 3.14 version to test grid
2025-09-01  Daniele Varrazzochore(tests): drop deprecated unittest redefinitions
2025-08-30  Ao Liu, Ph... doc: fix formatting of SQL command in documentation
2025-08-26  Daniele Varrazzodocs: fix reST typo
2025-08-26  Daniele Varrazzodocs: add notes about how to add libpq wrapper functions
2025-08-26  Daniele VarrazzoMerge pull request #1140 from psycopg/add-used-gssapi
2025-08-26  Daniele Varrazzofeat: expose used_gssapi attribute to the public API 1140/head
2025-08-26  Daniele Varrazzofeat: add support for libpq PQconnectionUsedGSSAPI()
2025-08-26  Daniele Varrazzodocs: fix confusing comment from readme
2025-08-26  Daniele Varrazzodocs: drop pip upgrade info from readme
2025-08-26  Daniele Varrazzofix: fix typo require version X and greater -> or greater
2025-08-19  Daniele Varrazzotest: use current timezone name
2025-07-22  Daniele Varrazzochore: bump mypy to 1.17 in dev extra dependencies too
2025-07-22  Daniele VarrazzoMerge branch 'fix-binary-version'
2025-07-22  Daniele Varrazzofix(binary): fix __version__
2025-07-22  Daniele Varrazzotest: verify the version is sane
2025-07-22  Daniele Varrazzochore: bump mypy to 1.17
2025-07-16  Daniele VarrazzoMerge branch 'cursor-results'
2025-07-12  Daniele Varrazzotest: more comprehensive results() tests 1081/head
2025-07-12  Daniele Varrazzochore(async-to-sync): handle generator expressions
2025-07-12  Daniele Varrazzotest: fix results() test
2025-07-12  Daniele Varrazzodocs: cleanup of `results()` documentation
2025-07-12  Martin Baláždocs: document Cursor.results() and add rease note
2025-07-12  Martin Balážtest: test Cursor.results() method
2025-07-12  Martin Balážfeat: add Cursor.results() method
2025-07-12  Daniele VarrazzoMerge branch 'fix-cancelled-error-shadowing'
2025-07-12  Daniele Varrazzofix(c): avoid a TypeError shadowing CancelledError...
2025-07-09  Daniele VarrazzoMerge branch 'dependabot/github_actions/master/actions...
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"
next