]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-07-21  Daniele Varrazzofix: don't clobber a Python exception on COPY FROM... 609/head
2023-07-21  Denis Laxaldechore: bump mypy to 1.4.1
2023-06-18  Daniele Varrazzoops: fix broken build on Windows amd64
2023-06-13  SandroMark test_ctrl_c_handler as timing sensitive
2023-06-13  Daniele VarrazzoMerge branch 'fix-565-3.1' into maint-3.1
2023-06-13  Denis Laxaldefix: finish the PGconn upon connection failure
2023-06-13  Denis Laxaldechore: add a trailing comma in Error.__init__() to...
2023-06-13  Denis Laxaldetests: check that OperationalError raised by connect...
2023-06-13  Daniele Varrazzofix(pool): check connections' max_lifetime on ``check()``
2023-06-12  Daniele VarrazzoMerge branch 'fix-585-3.1' into maint-3.1
2023-06-12  Denis Laxaldefix: always validate PrepareManager cache in pipeline...
2023-06-12  Denis Laxaldedocs: adjust PrepareManager.validate() docstring
2023-06-12  Denis Laxaldedocs: remove outdated comments in PrepareManager's...
2023-06-04  Lionel Panhaleuxfeat: allow binary JSON dumps
2023-05-03  Florian ApollonerAdded minimal Django integration tests.
2023-05-02  Daniele Varrazzochore: bump psycopg package version to 3.1.10.dev1
2023-05-02  Daniele Varrazzochore: bump psycopg package version to 3.1.9 3.1.9
2023-05-02  Daniele VarrazzoMerge branch 'fix-json-dump-dict-3.1' into maint-3.1
2023-05-02  Daniele Varrazzotest(json): fix dict registration test on crdb
2023-05-02  Daniele Varrazzofix(json): allow to register json dumpers on dict or...
2023-04-16  Daniele Varrazzofix: don't reuse the same Transformer in composite... 550/head
2023-04-13  Daniele Varrazzodocs: fix cursor -> connection in the context of transa...
2023-04-10  Daniele Varrazzofix: don't use select as wait function if possible
2023-04-10  Daniele Varrazzofix: fix loading of different 'record' types in the...
2023-04-10  Daniele Varrazzofix: don't use select as wait function if possible
2023-04-10  Daniele Varrazzofix: shorter traceback on ctrl-c interrupt
2023-04-10  Daniele Varrazzofix(async): cancel query upon receiving CanceledError...
2023-04-10  Daniele Varrazzochore: bump mypy to 1.2
2023-04-10  Jay TurnerFix typo in docs
2023-03-27  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.8.dev1
2023-03-27  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.7 pool-3.1.7
2023-03-25  Denis Laxaldetests: skip test_sql::test_invalid_name if not a super...
2023-03-20  Daniele VarrazzoMerge branch 'fix-509-3.1' into maint-3.1
2023-03-19  Daniele Varrazzotest(pool): skip cancellation tests on Python 3.7
2023-03-16  Daniele Varrazzofix(pool): reinforce handling of errors in queued clients
2023-03-16  Daniele Varrazzofix(pool): fix handling of errors in queued async tasks
2023-03-15  Daniele Varrazzotest: mark some scheduler tests time-sensitive
2023-03-15  Daniele Varrazzofix(c): fix incomplete error message for timestamp...
2023-03-15  Denis Laxaldedoc: fix pg2pyenc() docstring
2023-03-15  Daniele VarrazzoMerge branch 'cython-3.0b1' into maint-3.1
2023-03-14  Daniele Varrazzofix(c): add type cast to notice receiver callback
2023-03-14  Daniele Varrazzofix(c): solve Cython compile warnings
2023-02-14  Denis Laxaldechore: upgrade to mypy 1.0.0
2023-02-06  Daniele Varrazzotests: mark as flaky tests seen failing randomly on...
2023-02-06  Denis Laxaldetest: use Windows asyncio policy in "non-asyncio" pool...
2023-02-06  Denis Laxaldetest: use anyio instead of pytest-asyncio
2023-02-06  Daniele VarrazzoMerge branch 'fix-503' into maint-3.1
2023-02-04  Harry Leesfixed broken link to pip docs
2023-02-04  Daniele Varrazzodocs: add news entry about TypeInfo.fetch() with sql_as...
2023-02-04  Daniele Varrazzotest: test hstore registration using different encodings
2023-02-04  Daniele Varrazzofix: fix TypeInfo.fetch() with a sql_ascii encoding...
2023-02-04  Daniele Varrazzotest: add TypeInfo.fetch() test with autocommit transaction
2023-02-04  Daniele Varrazzotest: reproduce the error in TypeInfo.fetch() in sql_as...
2023-02-04  Daniele VarrazzoMerge branch 'sqlalchemy_pipeline' into maint-3.1
2023-02-04  Daniele Varrazzoci: add colors to pytest sqlalchemy run
2023-02-04  Daniele Varrazzoci: allow better job visualization in Action page
2023-02-04  Daniele Varrazzoci: fix postgres service in 3rd party workflow
2023-02-04  Federico Casellici: add sqlalchemy integration pipeline
2023-02-01  Daniele Varrazzochore: upgrade black to 23.1.0
2023-02-01  Daniele Varrazzochore: bump psycopg package version to 3.1.9.dev1
2023-01-28  Daniele Varrazzoci: bump to PostgreSQL 15 on macOS package build
2023-01-28  Daniele Varrazzochore: bump cibuildwheel to 2.12.0
2023-01-28  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.7.dev1
2023-01-28  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.6 pool-3.1.6
2023-01-28  Daniele VarrazzoMerge branch 'kwargs-begone' into maint-3.1
2023-01-28  Daniele Varrazzodocs(pool): mention change in constructors signatures...
2023-01-28  Ran Benitarefactor(pool): make constructor configuration paramete...
2023-01-16  Daniele Varrazzochore: bump psycopg package version to 3.1.8
2023-01-16  Florian ApollonerFixed TypeInfo for ClientCursor.
2023-01-09  Daniele VarrazzoMerge branch 'rowcount' into maint-3.1
2023-01-09  Denis Laxaldefix: set rowcount to the first result in executemany...
2023-01-09  Denis Laxalderefactor: drop superfluous _rowcount reset
2023-01-09  Denis Laxaldeci: install the "oldest" libpq from pgdg repository
2023-01-07  Daniele Varrazzodoc: fix typo unless -> unlike
2023-01-07  Daniele Varrazzorefactor: drop internal use of Union[] type definition...
2023-01-07  Daniele Varrazzofix: use more uniformly the to_regtype function
2023-01-06  Daniele Varrazzotest(crdb): fix flakey test
2023-01-06  Federico CaselliUse to_regtype instead of ::regtype in type info querie...
2023-01-04  Daniele Varrazzofix: report the MultirangeInfo object exposed by psycop...
2023-01-03  Daniele VarrazzoMerge branch 'build-backend' into maint-3.1
2023-01-02  Daniele Varrazzoci: add in-tree build backend to avoid installing Cytho...
2023-01-02  Daniele Varrazzoci: use the 'build' python package as build frontend
2023-01-02  Daniele Varrazzoci: fix building source packages
2023-01-02  Daniele VarrazzoMerge branch 'test-lower-bound-dependencies' into maint-3.1
2023-01-02  Daniele Varrazzoci: include a single test with the oldest dependencies...
2023-01-02  Daniele Varrazzochore: update the lower bound dependencies in the const...
2022-12-29  Daniele Varrazzofix: raise known errors before checking for signals...
2022-12-29  Daniele Varrazzotest: add psycopg2 in green mode to benchmark script
2022-12-29  Daniele Varrazzotest: add --concurrency option to benchmark script
2022-12-29  Daniele Varrazzostyle: uniform variable name between sync and async...
2022-12-29  Daniele Varrazzofix: raise OperationalError instead of MemoryError...
2022-12-29  Daniele Varrazzochore: add Documentation, Changes links to metadata
2022-12-29  Daniele Varrazzofeat(bump-version): add --actions option
2022-12-22  Daniele Varrazzochore(c): lean win32
2022-12-22  Daniele Varrazzochore(c): fix build warnings on win32
2022-12-22  Daniele Varrazzoci: uniform and clean up test workflow
2022-12-22  Daniele Varrazzotest(crdb): skip inet tests on v22.2.1
2022-12-22  Daniele Varrazzochore(pool): add pyproject.toml
2022-12-22  Daniele Varrazzoci: configure the database to run two-phase-commit...
2022-12-22  Daniele Varrazzotest: fix int mixin enum in test
next