]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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...
2022-01-05  Daniele VarrazzoSkip tests using the deaf_port fixture on macOS and...
2022-01-05  Daniele VarrazzoAdd deaf_port fixture and base timeout tests on it
2022-01-03  Daniele VarrazzoMerge branch 'pool-open'
2022-01-03  Daniele VarrazzoUse the present tense in PoolClosed error messages 196/head
2022-01-03  Daniele VarrazzoReport if the pool was closed, or never opened, in...
2022-01-03  Daniele VarrazzoAdd API docs for pool open method/param.
2022-01-03  Daniele VarrazzoAsyncConnectionPool.open() made async.
2022-01-03  Daniele VarrazzoAdd open param to pool init
2022-01-03  Denis LaxaldeDisallow pool re-opening
2022-01-03  Denis LaxaldeFactor out a _stop_workers() method on connection pool...
2022-01-03  Denis LaxaldeReset workers state in *ConnectionPool.close()
2022-01-03  Denis LaxaldeAdd an open() method to connection pool classes
2022-01-03  Denis LaxaldeRemove occurrences of "thread" term in pool_async
2022-01-03  Daniele VarrazzoSeparate pool packages building into a different workflow
2022-01-03  Daniele VarrazzoBump pool minor version to start adding features
2022-01-02  Daniele VarrazzoHopefully more robust test to identify a closed connection
2022-01-02  Daniele VarrazzoMerge branch 'executemany-returning'
2022-01-02  Daniele VarrazzoAdd returning parameter on executemany() 181/head
2022-01-02  Denis LaxaldeKeep results from all queries run through executemany()
2022-01-02  Daniele VarrazzoDrop unneeded method signatures in docs
2022-01-02  Daniele VarrazzoRename a couple of internal cursor methods for clarity
2022-01-02  Daniele VarrazzoRefactor cur._raise_from_results() into _raise_for_result()
2022-01-02  Daniele VarrazzoDrop Cursor._set_results()
2022-01-02  Daniele VarrazzoShorten traceback on executemany
2022-01-02  Daniele VarrazzoFix typo in comment
2022-01-02  Daniele VarrazzoFix test suite to run on database in locales different...
2022-01-02  Daniele VarrazzoNote in news file that 3.0.8 is still unreleased
2022-01-02  Daniele VarrazzoFix spurious warning about variable referenced before...
2022-01-02  Daniele VarrazzoAdd flake8 configuration in other package dirs
2022-01-02  Nikita SobolevChange type of `wait` in `pool_async.py` 195/head
2022-01-02  Daniele VarrazzoFix py_codecs data type
2022-01-02  Daniele VarrazzoUse conninfo encoding to encode errors on connection
2021-12-29  Daniele VarrazzoFix typo: a raw data -> raw data
2021-12-29  Daniele VarrazzoFix doc link to transactions management
2021-12-24  Daniele VarrazzoAdd note about installing libpq via psql
2021-12-23  Daniele VarrazzoMerge branch 'dependencies-bounds'
next