]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-04-17  Daniele Varrazzotest(json): fix dict registration test on crdb 551/head
2023-04-17  Daniele Varrazzofix(json): allow to register json dumpers on dict or...
2023-04-17  Daniele Varrazzofix: don't reuse the same Transformer in composite...
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-03-30  Jay TurnerFix typo in docs
2023-03-28  Denis Laxaldechore: fix declaration of PQsetTraceFlags in pyi
2023-03-27  Daniele Varrazzochore: bump psycopg_pool package version to 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'
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 'dshick/support-async-reconn-failed-cb'
2023-03-15  Daniele Varrazzorefactor(pool): rename SyncConnectFailedCB to ConnectFa... 525/head
2023-03-15  Daniele Varrazzodocs(pool): mention async reconnect_failed support...
2023-03-15  Dan Shickchore: use TypeAlias to clean up verbose types
2023-03-15  Dan Shickfix: define reconnect_failed callback in each pool...
2023-03-14  Daniele VarrazzoMerge branch 'cython-3.0b1'
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-16  umanwizardMaterialize `TAIL` -> `SUBSCRIBE`
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-05  Denis Laxaldetest: use Windows asyncio policy in "non-asyncio" pool... 507/head
2023-02-04  Denis Laxaldetest: use anyio instead of pytest-asyncio 352/head
2023-02-04  Daniele VarrazzoMerge branch 'set-results'
2023-02-04  Denis Laxalderefactor: set cursor result in _maybe_prepare_gen() 480/head
2023-02-04  Denis Laxalderefactor: merge BaseCursor's _set_results() and _set_re...
2023-02-04  Denis Laxalderefactor: handle returning-executemany() in _set_results()
2023-02-04  Denis Laxalderefactor: introduce BaseCursor._set_results()
2023-02-04  Daniele VarrazzoMerge branch 'sqlalchemy_pipeline'
2023-02-04  Daniele Varrazzoci: add colors to pytest sqlalchemy run 490/head
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-04  Daniele VarrazzoMerge branch 'fix-503'
2023-02-04  Daniele Varrazzodocs: add news entry about TypeInfo.fetch() with sql_as... 504/head
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-03  Harry Leesfixed broken link to pip docs
2023-02-01  Daniele Varrazzochore: upgrade black to 23.1.0
2023-02-01  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.6
2023-02-01  Daniele Varrazzochore: bump psycopg package version to 3.1.8
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 VarrazzoMerge branch 'kwargs-begone'
2023-01-28  Daniele Varrazzodocs(pool): mention change in constructors signatures... 499/head
2023-01-28  Ran Benitarefactor(pool): make constructor configuration paramete...
2023-01-16  Daniele VarrazzoMerge pull request #484 from apollo13/typeinfo-for...
2023-01-16  Florian ApollonerFixed TypeInfo for ClientCursor. 484/head
2023-01-09  Daniele VarrazzoMerge branch 'refactor-typeinfo'
2023-01-09  Daniele Varrazzorefactor: break circular import problem between sql...
2023-01-09  Daniele Varrazzorefactor: move TypeInfo subclasses to the module they...
2023-01-09  Daniele Varrazzorefactor: drop use of `postgres.types` to know OIDs...
2023-01-09  Daniele Varrazzostyle: blank line after the autogenerated section
2023-01-09  Daniele Varrazzorefactor: import OID constants from the _oids module
2023-01-09  Daniele Varrazzofeat: add _oid module to know OIDs at import time
2023-01-09  Daniele Varrazzorefactor(crdb): only expose register_crdb_adapters()
2023-01-09  Daniele VarrazzoMerge pull request #479 from dlax/rowcount
2023-01-09  Denis Laxaldefix: set rowcount to the first result in executemany... 479/head
2023-01-08  Daniele VarrazzoMerge pull request #478 from dlax/old-libpq-in-ci
2023-01-08  Denis Laxalderefactor: drop superfluous _rowcount reset
2023-01-08  Denis Laxaldeci: fix a typo in libpq install script 478/head
2023-01-08  Denis Laxaldeci: remove sudo from libpq install script
2023-01-08  Denis Laxaldeci: simplify retrieval of PGDG repository key
2023-01-08  Denis Laxaldeci: factor out common logic in libpq install script
2023-01-07  Denis Laxaldeci: install the "oldest" libpq from pgdg repository
2023-01-07  Daniele Varrazzodoc: fix typo unless -> unlike
2023-01-06  Daniele Varrazzorefactor: drop internal use of Union[] type definition... 475/head
2023-01-06  Daniele Varrazzofix: use more uniformly the to_regtype function
2023-01-06  Daniele Varrazzotest(crdb): fix flakey test
2023-01-06  Daniele VarrazzoMerge pull request #474 from CaselIT/to_regclass
2023-01-05  Federico CaselliUse to_regtype instead of ::regtype in type info querie... 474/head
2023-01-03  Daniele Varrazzofix: report the MultirangeInfo object exposed by psycop...
2023-01-02  Daniele VarrazzoMerge branch 'build-backend'
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-depsendencies'
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-29  Daniele VarrazzoMerge branch 'refactor-version-from-metadata'
next