]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-08-02  Daniele Varrazzofix: drop error using nextset() in pipeline mode 614/head
2023-08-02  Denis Laxaldefix!: only keep results of last execute() by a cursor...
2023-08-02  Daniele Varrazzofix: raise an error instead of a warning using nextset...
2023-08-02  Daniele Varrazzofix: raise a warning if nextset is used after execute...
2023-08-02  Daniele Varrazzodocs: drop example about using nextset() in pipeline...
2023-08-02  Martin WeineltMark two more tests as timing-sensitive
2023-08-01  Daniele VarrazzoMerge pull request #603 from JelteF/add-close-prepared
2023-08-01  Daniele Varrazzodocs: add news entry about libp1 17 close functions... 603/head
2023-08-01  Jelte Fennematest: add CI jobs to run libpq with PG master
2023-08-01  Jelte Fennematest: add tests for close_prepared/portal for unsupport...
2023-08-01  Jelte Fennemafix: fix pq close wrappers Python implementation
2023-08-01  Jelte Fennematest: add tests for close pq wrappers
2023-08-01  Jelte Fennemafix: add close wrappers to FinishedPGconn too
2023-08-01  Jelte Fennemafeat: add Close wrappers to pgconn.pyx
2023-08-01  Daniele Varrazzodocs: fix release version of json bytes dump support
2023-08-01  Daniele VarrazzoMerge branch 'py312'
2023-08-01  Daniele Varrazzodocs: mention Python 3.12 support in news file
2023-08-01  Daniele Varrazzoci: bump Python 3.12 test version to beta 4
2023-08-01  Daniele Varrazzotest: mark tests as failing to monitoring strange behav...
2023-08-01  Daniele Varrazzoci: set up test grid to test Python 3.12
2023-08-01  Daniele Varrazzochore: declare Python 3.12 supported in classifiers
2023-08-01  Daniele Varrazzochore: upgrade Cython to stable 3.0.0
2023-08-01  Daniele Varrazzofix: fix "can't adapt" error message on Python 3.11
2023-07-31  Daniele Varrazzofix: fix resetting read_only/deferrable to default... 612/head
2023-07-31  Šarūnas NejusFix spelling in from_pg2
2023-07-25  Daniele Varrazzodocs: add clarification about transaction characteristi...
2023-07-24  Daniele VarrazzoMerge branch 'fix-591'
2023-07-23  Daniele Varrazzofix: fix possible errors calling __repr__ from __del__.
2023-07-23  Daniele VarrazzoMerge branch 'fix-copy-cancel-clobbering-exception'
2023-07-22  Daniele Varrazzofix: don't clobber a Python exception on COPY FROM...
2023-07-21  James JohnstonUpdate documentation related to async and Ctrl-C
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  Daniele Varrazzodocs: fix links generation broken by sphinx_autodoc_typ...
2023-06-13  SandroMark test_ctrl_c_handler as timing sensitive
2023-06-13  Daniele Varrazzodocs: add more details about getting results from execu...
2023-06-13  Daniele VarrazzoMerge pull request #570 from dlax/error-pgconn
2023-06-13  Daniele Varrazzodocs(pool): document that using idle_session_timeout...
2023-06-13  Daniele Varrazzofix(pool): check connections' max_lifetime on ``check()``
2023-06-13  Denis Laxaldefix: finish the PGconn upon connection failure 570/head
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-12  Daniele VarrazzoMerge pull request #586 from dlax/issue-585
2023-06-09  Denis Laxaldefix: always validate PrepareManager cache in pipeline... 586/head
2023-06-08  Denis Laxaldedocs: adjust PrepareManager.validate() docstring
2023-06-08  Denis Laxaldedocs: remove outdated comments in PrepareManager's...
2023-06-04  Daniele Varrazzodocs: add notes about using IS with placeholders
2023-06-04  Daniele VarrazzoMerge pull request #568 from lionel-panhaleux/master
2023-06-04  Lionel Panhaleuxfeat: allow binary JSON dumps 568/head
2023-05-22  Daniele Varrazzodocs: add info about DateStyle support
2023-05-16  Daniele Varrazzodocs: add note regarding the differences in date/time...
2023-05-03  Florian ApollonerAdded minimal Django integration tests.
2023-05-02  Daniele Varrazzochore: bump psycopg package version to 3.1.9
2023-05-02  Daniele VarrazzoMerge pull request #551 from psycopg/fix-json-dump...
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
next