]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-11-16  Denis LaxaldePossibly send a Ready.RW value to generators waiting... 120/head
2021-11-16  Denis LaxaldeAlways stop monitoring fds in wait_{,conn_}async()
2021-11-16  Denis LaxaldeHandle RW-ready in wait(,_conn)_async()
2021-11-16  Denis LaxaldeAdd an assertion in wait_selector() / wait_epoll()
2021-11-16  Denis LaxaldeFix wait_epoll() when the fd is read- and write-ready
2021-11-16  Denis LaxaldeAdd unit tests for wait*() functions
2021-11-15  Daniele VarrazzoWarm up database before running tests
2021-11-15  Daniele VarrazzoDisable running CI tests on tag
2021-11-14  Daniele VarrazzoFix sentence about binary packages not supporting Alpin...
2021-11-14  Daniele VarrazzoAdd missing classifiers for Python 3.10
2021-11-14  Daniele VarrazzoBump to next dev packages
2021-11-14  Daniele VarrazzoSet packages version numbers for release 3.0.4 pool-3.0.2
2021-11-14  Daniele VarrazzoAdd mention to the libpq upgrade ticket in out tracker
2021-11-14  Daniele VarrazzoMerge branch 'upgrade-lipbq'
2021-11-14  Daniele VarrazzoMention libpq upgrade in news file
2021-11-14  Daniele VarrazzoUpgrade libpq in Windows packages
2021-11-14  Daniele VarrazzoUpdate alpine linux packages before building wheels
2021-11-14  Daniele VarrazzoUpgrade libpq in macOS packages
2021-11-14  Daniele Varrazzostrip_wheel: don't require to install the zip system...
2021-11-14  Daniele Varrazzostrip_wheel: pass script parameters to the strip command
2021-11-14  Daniele VarrazzoInitialize UTC in the timezones cache
2021-11-14  Daniele VarrazzoDispose more carefully of connections and threads in...
2021-11-14  Daniele VarrazzoFix CI tests
2021-11-14  Daniele VarrazzoDrop unneeded 'cursor()' in docs
2021-11-14  Daniele VarrazzoConfigure pytest color output in test using env var
2021-11-14  Denis LaxaldeConfigure pytest warning control in pyproject.toml
2021-11-14  Daniele VarrazzoSpecify older libpq in test matrix now that 14 is the...
2021-11-14  Daniele VarrazzoFix Python version in Windows test
2021-11-13  Daniele VarrazzoAdd news entry about _compat dependency removed.
2021-11-13  Daniele VarrazzoAdd psycopg_pool._compat module.
2021-11-13  Daniele VarrazzoLess strict gitignore of the 'build' dir
2021-11-13  Daniele VarrazzoBump pool version number to next dev release
2021-11-13  Daniele VarrazzoAdd news entry about zoneinfo segfault fix
2021-11-13  Daniele VarrazzoMerge branch 'stricter-tests'
2021-11-13  Daniele VarrazzoDocs typo fixed
2021-11-13  Daniele VarrazzoSolve race conditions in test
2021-11-13  Daniele VarrazzoSilence test warnings on Python 3.6
2021-11-13  Daniele VarrazzoFix segfault using timezones on Python 3.6 in -Werror...
2021-11-13  Daniele VarrazzoClose all the resources during tests
2021-11-13  Daniele VarrazzoRaise error on warnings in tests
2021-11-13  Daniele VarrazzoAssume Python 3.10 available in the test runners
2021-11-13  Daniele VarrazzoDrop string-bytes comparisons
2021-11-13  Daniele VarrazzoEnable error on str-bytes comparison in pytest
2021-11-13  Daniele VarrazzoShorter names in the build
2021-11-11  Daniele VarrazzoBump to next dev release
2021-11-10  Mikel Olasagasti... Update dep on pytest-asyncio
2021-11-10  Daniele VarrazzoBump version numbers to release psycopg 3.0.3 and pool... 3.0.3 pool-3.0.1
2021-11-10  Daniele VarrazzoFix duplicate sentence in connection pool docs
2021-11-10  Daniele VarrazzoMerge branch 'fix-144'
2021-11-10  Daniele VarrazzoAdd release notes file for the psycopg_pool package
2021-11-10  Daniele VarrazzoDon't leave connections in transaction after pool.check()
2021-11-10  Daniele VarrazzoMerge branch 'mypy-tests/all'
2021-11-10  Denis LaxaldeLet mypy check all tests/*
2021-11-10  Denis LaxaldeInstall test dependencies in 'mypy' tox env
2021-11-10  Denis LaxaldeDeclare 'elapsed' value before usage in async connectio...
2021-11-10  Denis LaxaldeDeclare tx_params using TypeDict values in connection...
2021-11-10  Denis LaxaldeIgnore mypy 'attr-defined' error about asyncio.Proactor...
2021-11-10  Denis LaxaldeIgnore mypy 'index' errors about cursor.fetchone()...
2021-11-10  Denis LaxaldeAdd type variable to *Cursor in connection tests
2021-11-10  Denis LaxaldeAdjust types in test_connection*::test_row_factory()
2021-11-10  Denis LaxaldeIgnore mypy 'comparison-overlap' error about row_factor...
2021-11-10  Denis LaxaldeCatch explicit exception type in test_connect_badargs()
2021-11-10  Denis LaxaldeOnly declare type of 'the_conninfo' in test_connect_args()
2021-11-10  Denis LaxaldeIgnore mypy 'comparison-overlap' in connection tests
2021-11-10  Denis LaxaldeLet mypy ignore uvloop imports, missing types
2021-11-10  Denis LaxaldeAllow mypy implicit re-export for tenacity
2021-11-10  Denis LaxaldeMake test_concurrency*.py mypy-clean
2021-11-10  Denis LaxaldeMake test_copy*.py mypy-clean
2021-11-10  Denis LaxaldeMake cursor tests mypy-clean
2021-11-10  Denis LaxaldeIgnore 'arg-type' mypy error about list subclass in...
2021-11-10  Denis LaxaldeMake test_adapt.py mypy-clean
2021-11-10  Denis LaxaldeMake fix_faker mypy-clean
2021-11-10  Denis LaxaldeFix mypy errors in test_errors.py
2021-11-10  Denis LaxaldeUse a different iter variable in test_evict_lru_dealloc...
2021-11-10  Denis LaxaldeCheck that tzinfo.utcoffset() does not return None...
2021-11-10  Denis LaxaldeLet mypy check tests/test_dns* code
2021-11-10  Denis LaxaldeDo not catch TypeError in test_resolve_hostaddr_async_bad()
2021-11-10  Denis LaxaldeAdd a type hint for a list in dns tests
2021-11-10  Denis LaxaldeIgnore (false) Mypy attr-defined error in dns tests
2021-11-10  Denis LaxaldeAdd type parameter to AsyncConnection in dns tests
2021-11-10  Daniele VarrazzoDocs typo: a -> an
2021-11-10  Daniele VarrazzoBump pool version number to next dev release
2021-11-09  Daniele VarrazzoMerge branch 'musllinux'
2021-11-09  Daniele VarrazzoMention musllinux packages release in news file
2021-11-09  Daniele VarrazzoBump dev version numbers to prepare testpypi packages
2021-11-09  Peter LithammerAdd Alpine support to `wheel_linux_before_all.sh` script 141/head
2021-11-08  Peter LithammerUpdate cibuildwheel to v2.2.2
2021-11-08  Daniele VarrazzoExpose the C package version in the _cmodule module
2021-11-08  Daniele VarrazzoAllow to run typing tests from an arbitrary location
2021-11-08  Daniele VarrazzoInclude typing information in psycopg-binary distribution
2021-11-08  Daniele VarrazzoMerge branch 'wheel-strip' into packaging-love
2021-11-08  Daniele VarrazzoMention binary package size reduction in changelog
2021-11-08  Daniele VarrazzoInstall the zip command in the cibuildwheel image
2021-11-08  Daniele VarrazzoStrip only psycopg dynamic libraries, not the system...
2021-11-08  Daniele VarrazzoStrip debug symbols from wheel packages
2021-11-08  Daniele VarrazzoBump to next dev release
2021-11-08  Daniele VarrazzoAdd Generic Counter and Deque to compat module
2021-11-08  Daniele VarrazzoSet version number to 3.0.2 3.0.2
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/scripts'
2021-11-03  Denis LaxaldeLet mypy check tests/scripts code
next