]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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'
2021-12-23  Daniele VarrazzoAdd constraint file to test dependencies minimum version
2021-12-23  Daniele VarrazzoSpecify test/dev dependencies only at minor level
2021-12-23  Daniele VarrazzoSpecify lower bound for required backport packages
2021-12-23  Daniele VarrazzoRemove upper bound from dependencies
2021-12-23  Daniele VarrazzoSchedule a daily test run and a weekly package run
2021-12-22  Walter DoerwaldFix typos and grammar in documentation.
2021-12-22  Daniele VarrazzoAvoid mypy version 0.930
2021-12-21  Denis LaxaldeUse mypy 0.920
2021-12-15  Daniele VarrazzoReuse fixture across test module
2021-12-15  Daniele VarrazzoFix prepared statements clearing
2021-12-14  Daniele VarrazzoBump version to release 3.0.7
2021-12-14  Daniele VarrazzoFix Cursor.rowcount after an executemany hitting no...
2021-12-14  Daniele VarrazzoFix executemany crash with empty input sequence
2021-12-14  Daniele VarrazzoReduce the work done on the cursor by executemany
2021-12-13  Daniele VarrazzoFinalise version 3.0.6 for release
2021-12-09  Daniele VarrazzoDon't run Mypy tests on Windows/macOS
2021-12-09  Daniele VarrazzoMerge branch 'fix-177'
2021-12-09  Daniele VarrazzoDetect out-of-order transactions exit when they have...
next