]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-04-02  Daniele Varrazzofix: don't clobber exceptions exiting the pipeline... 175/head
2022-04-02  Daniele Varrazzofeat: add pretty repr to Pipeline objects
2022-04-02  Daniele Varrazzofeat: add 'Pipeline.is_supported()'
2022-04-02  Denis Laxaldetest: do not catch OperationalError in test_pipeline_er...
2022-04-02  Daniele Varrazzofix: better error on exit of a pipeline with broken...
2022-04-02  Daniele Varrazzorefactor: move pipeline finalisation code to Pipeline...
2022-04-02  Denis Laxaldetest: add support for using executemany() in pipeline...
2022-04-02  Denis Laxaldefeat: let Connection.pipeline() return the Pipeline...
2022-04-02  Daniele Varrazzofix: guard connection._pipeline using the connection...
2022-04-02  Daniele Varrazzofix: allow re-entering pipeline mode
2022-04-02  Daniele Varrazzorefactor: add and use `Cursor._set_results_from_pipeline()`
2022-04-02  Denis Laxalderefactor: Pipeline classes moved to their module
2022-04-02  Daniele Varrazzotest: add support for trace file to pipeline demo
2022-04-02  Denis LaxaldeAdd support for pipeline mode in execute()/fetch*()
2022-04-02  Denis LaxaldeAvoid multiple commands in transaction code
2022-04-02  Denis LaxaldeSimplify query preparation cases
2022-04-02  Denis LaxaldeReturn PIPELINE_SYNC result alone in generators.fetch_m...
2022-04-02  Denis LaxaldeHandle pipeline-mode errors when checking results
2022-04-02  Denis LaxaldeRaise NotSupportedError when using a server-side cursor...
2022-04-02  Denis LaxaldeRaise a ProgrammingError when using cursor.stream(...
2022-04-02  Denis LaxaldeAdd Connection.pipeline() context manager and Pipeline...
2022-04-02  Denis LaxaldeAdd pipeline_communicate() generator
2022-04-02  Daniele Varrazzodocs: add ConnectionTimeout documentation
2022-04-02  Daniele Varrazzodocs: add page with misc objects documentation
2022-03-31  Daniele Varrazzoci: print versions of depending packages on psycopg...
2022-03-30  Daniele Varrazzochore: upgrade cibuildwheel to 2.3.1
2022-03-30  Daniele Varrazzobuild: upgrade system packages before building psycopg...
2022-03-29  Daniele Varrazzochore: bump version number to 3.0.11
2022-03-29  Daniele Varrazzoci: upgrade black
2022-03-28  Daniele Varrazzofix: default executemany to not fetching results
2022-03-28  Daniele Varrazzoci: pin click dependency to fix black
2022-03-28  Daniele Varrazzodocs: use monotype style for parameter names
2022-03-27  Daniele Varrazzotest: display the version of the server tests are run...
2022-03-27  Daniele Varrazzodocs: fix grammar, to allow to connect -> connecting
2022-03-26  Daniele Varrazzofeat(copy): allow bytearray/memoryview as copy.write...
2022-03-26  Daniele Varrazzorefactor: use TypeAlias
2022-03-26  Daniele Varrazzodocs: add back lost comment and extend it with new...
2022-03-26  Daniele Varrazzoperf: release the GIL in copy-related libpq functions
2022-03-26  Daniele VarrazzoMerge branch 'fix-255'
2022-03-26  Daniele Varrazzofix(copy): chunk large buffers before queuing, not... 256/head
2022-03-25  Daniele Varrazzofix(copy): split large buffers before sending them...
2022-03-25  Daniele Varrazzofix(copy): propagate errors raised in the worker thread
2022-03-22  Daniele Varrazzodocs: drop outdated docstring description
2022-03-20  Daniele Varrazzobuild(docs): don't exit with success if building html...
2022-03-20  Daniele Varrazzofix: fix loading of text arrays with dimension information
2022-03-19  Daniele Varrazzofix: install typing_extensions on Python < 3.10
2022-03-19  Daniele VarrazzoMerge branch 'pgconn-in-exception'
2022-03-19  Denis Laxaldedocs: document PGconn needs_password and used_password...
2022-03-18  Daniele Varrazzodocs: specify that ANY() is available in psycopg2 too
2022-03-17  poulpedoc: give more context to disconnection detection recipe
2022-03-13  Daniele Varrazzodocs: add docs for `Error.pgconn` and `Error.pgresult`
2022-03-13  Daniele Varrazzofeat: add `Error.pgresult` property
2022-03-13  Daniele Varrazzofeat: add `Error.pgconn` attribute
2022-03-13  Daniele Varrazzodoc: fix duplications in class exceptions table titles
2022-03-12  Daniele Varrazzofix(c): fix portable endian aliases on different BSD...
2022-03-03  Daniele Varrazzochore: bump version number to 3.0.10
2022-03-02  Daniele Varrazzodoc: fix typo in comment
2022-03-02  Daniele Varrazzofix: don't raise error accessing Cursor.description...
2022-03-02  Daniele VarrazzoMerge branch 'fix-231'
2022-03-02  Daniele Varrazzotest(win32): skip Ctrl-C test on Windows
2022-03-02  Daniele Varrazzofix: Cancel query on Ctrl-C
2022-02-19  Daniele Varrazzochore(pool): bump to next rev release
2022-02-19  Daniele Varrazzodocs: declare psycopg 3.0.9 released
2022-02-19  Daniele Varrazzochore(pool): Bump pool version to 3.1.1 pool-3.1.1
2022-02-19  Daniele Varrazzorefactor(pool): update some debug logging
2022-02-19  Daniele VarrazzoMerge branch 'fix-230'
2022-02-19  Daniele Varrazzofix(pool): set the open flag before starting the mainte...
2022-02-19  Daniele Varrazzotest(pool): add test to show deadlock on logging
2022-02-19  Daniele Varrazzochore(pool): bump to next pool version
2022-02-12  Daniele VarrazzoMore regular and compact auto-generated exceptions
2022-02-11  Daniele VarrazzoSet up the sqlstate-exception mapping using init_subclass
2022-02-11  Daniele VarrazzoMerge branch 'fix-225'
2022-02-11  Daniele VarrazzoAdd doc section to refer to the exceptions list
2022-02-11  Daniele VarrazzoSet Error.sqlcode when unknown codes are received
2022-02-11  Daniele VarrazzoMake the tzdata package a dependency on Windows
2022-02-11  Daniele VarrazzoSet workflows to cancel jobs on the same branch
2022-02-11  Daniele VarrazzoMerge pull request #224 from The-One-And-Only-H/asyncio-fix
2022-02-10  HMove Windows test to separate file to avoid applying... 224/head
2022-02-10  HMake synchronous test async to avoid asyncio error
2022-02-06  Daniele VarrazzoConfigure codespell to run on a dirty working directory
2022-02-06  Daniele VarrazzoAdd doc section about server messages handling
2022-02-05  Daniele VarrazzoFix typo/improve errors docs
2022-02-05  Daniele VarrazzoFix docs typo
2022-02-05  Daniele VarrazzoNote Python 3.6 dropped support in pool release notes
2022-02-05  Daniele VarrazzoPrepare psycopg_pool 3.1 for release pool-3.1
2022-02-04  Chris RobertsFix typo in prepared statements+pooling warning
2022-02-03  Joe FreemanFix pool docs typo
2022-01-31  Daniele VarrazzoMerge branch 'black-stable'
2022-01-30  Daniele VarrazzoApply string manipulations from black --preview
2022-01-30  Daniele VarrazzoRestore black max line length to its default
2022-01-30  Daniele VarrazzoMove to using the stable black version 22.1.0
2022-01-29  Jules Sagot... fix: confusing named parameters in example query
2022-01-22  Benji YorkFix typo
2022-01-20  Daniele VarrazzoTypo fixed
2022-01-19  Daniele VarrazzoMerge pull request #211 from The-One-And-Only-H/codespell
2022-01-19  HAdd codespell to pipeline 211/head
2022-01-19  HConfigure codespell in tox.ini
2022-01-19  HFix spelling errors found by codespell
2022-01-19  HRename noe function to no_e
2022-01-16  Christian Claussabc.rst: Fix typos discovered by codespell
next