]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2022-01-14  Daniele VarrazzoAllow one test to fail on Windows C implementation
2022-01-14  Daniele VarrazzoDon't reset the random seed re-running failed tests
2022-01-14  Daniele VarrazzoDrop dataclasses package from constraints file
2022-01-14  Daniele VarrazzoAdd compatibility macro for PQsetTraceFlags
2022-01-14  Daniele VarrazzoFix definitions for pipeline replacements macros
2022-01-14  Daniele VarrazzoAllow passing the PIP_CONSTRAINT env var to tox
2022-01-14  Daniele VarrazzoUse wheel 0.37 as minimum version
2022-01-13  Daniele VarrazzoDrop explicit tests retries
2022-01-13  Daniele VarrazzoRetry automatically flakey tests in tox runs
2022-01-13  Daniele VarrazzoBump min version required for pytest-asyncio to 0.17.0
2022-01-13  Daniele VarrazzoConfigure the async loop at test session start
2022-01-13  Daniele VarrazzoSet asyncio mode in pytest configuration
2022-01-13  Daniele VarrazzoMerge branch 'null-pool'
2022-01-09  Daniele VarrazzoMore robust null pool tests
2022-01-09  Daniele VarrazzoRefactor pools to reduce code duplication
2022-01-09  Daniele VarrazzoAdd null-pools documentation
2022-01-09  Daniele VarrazzoAdd NullPool and AsyncNullPool
2022-01-09  Daniele VarrazzoMinor changes to pool docs
2022-01-09  Daniele VarrazzoImprove pool docs, especially pools and connections...
2022-01-09  Daniele VarrazzoAdd wait parameter to pool.open()
2022-01-08  Daniele VarrazzoRelax some timing tests tolerances
2022-01-08  Daniele VarrazzoDrop support for Python 3.6
2022-01-08  Daniele VarrazzoBump version numbers for release
2022-01-08  Daniele VarrazzoLeave start year only in docs footer
2022-01-08  Daniele VarrazzoUpdate, once and for good, the copyright year
2022-01-08  Daniele VarrazzoDon't leave the connection ACTIVE on error in COPY_OUT
2022-01-07  Daniele VarrazzoUse info instead of pgconn in copy tests
2022-01-07  Daniele VarrazzoAdd prepare_threshold connection parameter
2022-01-07  Daniele VarrazzoExclude mypy 0.931 too from tests
2022-01-07  Daniele VarrazzoDon't overwrite the module of the psycopg.pq.pq_ctypes...
2022-01-07  Daniele VarrazzoAdd example about DDL statement with quoted parameter
2022-01-07  Daniele VarrazzoAdd mark for pool tests
2022-01-07  Daniele VarrazzoDrop broken test about setting prepare attributes on...
2022-01-06  Daniele VarrazzoDon't look up other modules objects in __del__ methods
2022-01-06  Daniele VarrazzoAllow pools to have min_size = 0 as long as they can...
2022-01-05  Daniele VarrazzoAdd ConnectionTimeout subclass of OperationalError
2022-01-05  Daniele VarrazzoMerge branch 'pool-checks'
2022-01-05  Daniele VarrazzoRaise PoolClosed on wait() on a closed pool
2022-01-05  Daniele VarrazzoRaise ValueError if the pool min_size is <= 0
2022-01-05  Daniele VarrazzoMove some common checks to the pool base class
2022-01-05  Daniele VarrazzoUse caplog.set_level instead of manual filtering in...
next