]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-10-17  Ramiro MoralesFix var name in transactions doc examples
2021-10-16  Daniele VarrazzoHighlight meaningful lines in transaction examples
2021-10-16  Daniele VarrazzoFix docs wording after Daniel Fortunov's suggestion
2021-10-16  Daniel FortunovTweak "Multiple statements in the same query" docs
2021-10-15  Daniele VarrazzoAdd documentation about multiple statements execution
2021-10-15  Daniele VarrazzoImprove transactions documentation
2021-10-14  Daniele VarrazzoBump to version 3.0.1 3.0.1
2021-10-14  Daniele VarrazzoMerge branch 'bug-112'
2021-10-14  Daniele VarrazzoMention bug fixed in news file
2021-10-14  Daniele VarrazzoDon't use row dumpers to dump a sequence in C implement...
2021-10-13  Daniele VarrazzoAdd tests on executemany to check the same problem...
2021-10-13  Daniele VarrazzoDon't use row dumpers to dump a sequence
2021-10-13  Daniele VarrazzoAdd test to reproduce bug #112
2021-10-13  Daniele VarrazzoBump to next dev release
2021-10-13  Daniele VarrazzoFix composite example
2021-10-12  Daniele VarrazzoMore docs typo
2021-10-12  Daniele VarrazzoDocs typo
2021-10-12  Daniele VarrazzoBold for an important install requirement
2021-10-12  Daniele VarrazzoFix typo, as well as the sense, of a sentence
2021-10-12  Daniele VarrazzoFix news for release 3.0 3.0
2021-10-12  Daniele VarrazzoBump to version 3.0.0
2021-10-12  Daniele VarrazzoMove classifiers to stable release
2021-10-12  Daniele VarrazzoDrop --pre from documentation
2021-10-12  Daniele VarrazzoDrop docs for numeric wrappers
2021-10-12  Daniele VarrazzoAdd typing docs page
2021-10-12  Daniele VarrazzoImprove "what's new section in the docs.
2021-10-12  Daniele VarrazzoDocs typos
2021-10-11  Daniele VarrazzoUpgrade flake8 to 4.0.1
2021-10-11  Daniele VarrazzoFix random test failure caused by degenerate list sample
2021-10-11  Denis LaxaldeAdd PGconn.send_flush_request()
2021-10-10  Daniele VarrazzoMerge branch 'libpq/pipeline'
2021-10-10  Daniele VarrazzoUse constant name as return value for pipeline_status
2021-10-10  Denis LaxaldeRework PGconn.pipeline_status 100/head
2021-10-10  Denis LaxaldeDefine PGRES_PIPELINE_* ExecStatusType values as macros...
2021-10-08  Daniele VarrazzoHide long tracebacks on connect
2021-10-08  Daniele VarrazzoMark typing test slow
2021-10-07  Daniele VarrazzoDon't generate random timestamps BC
2021-10-07  Daniele VarrazzoAdd tests to verify that execute and enter respect...
2021-10-07  Daniele VarrazzoImprove typing definition for cursor execute/enter
2021-10-07  Daniele VarrazzoAvoid to create emtpy ranges in tests
2021-10-07  Daniele VarrazzoBump up a timeout for a test which sometimes fails...
2021-10-07  Federico CaselliProperly close the at hock event loop in test_windows_error
2021-10-07  Daniele VarrazzoTest binary packages using Postgres 13 to avoid scram...
2021-10-07  Daniele VarrazzoBuild Windows binary package with libpq 14
2021-10-07  Denis LaxaldeUpdate Windows CI job for Postgres 14
2021-10-07  Daniele VarrazzoFix connection delay bias in pool test queue
2021-10-06  Daniele VarrazzoUse PostgreSQL 14 to test in the CI
2021-10-05  Daniele VarrazzoInstall typing extensions for setuptools, pytest
2021-10-05  Daniele VarrazzoMove mypy configuration to pyproject.toml
2021-10-05  Daniele VarrazzoDropped unneeded continue at the end of a loop
2021-10-05  Daniele VarrazzoMerge pull request #91 from dlax/generators-c
2021-10-05  Denis LaxaldePossibly use C impl of send() and fetch() in Cursor... 91/head
2021-10-05  Denis LaxaldeExtract send(), fetch_many() and fetch() from generator...
2021-10-04  Daniele VarrazzoRun mypy on pool/c Python files too
2021-10-04  Denis LaxaldeExplicitly disallow some mypy checks for tests/
2021-10-04  Daniele VarrazzoImprove TypeInfo docs
2021-10-04  Daniele VarrazzoMerge branch 'multirange'
2021-10-04  Daniele VarrazzoAdd Multirange documentation
2021-10-04  Daniele VarrazzoComplete multirange implementation and test
2021-10-04  Daniele VarrazzoAdd total ordering on Multirange object
2021-10-04  Daniele VarrazzoAdd random multirange tests
2021-10-04  Daniele VarrazzoAdd multirange adaptation
2021-10-04  Daniele VarrazzoRefactor range adapters to make dumper and loader funct...
2021-10-04  Daniele VarrazzoPrint the unexpected warnings in tests
2021-10-04  Daniele VarrazzoMore compact parametrisation of range tests
2021-10-04  Daniele VarrazzoDisable creation of empty ranges in random tests
2021-10-04  Daniele VarrazzoFix range comparisons in random tests
2021-10-04  Daniele VarrazzoModify range bounds to make them consistent with inf...
2021-10-04  Daniele VarrazzoAllow to use the pg(ver) marker with the module pytestmark
2021-10-02  Denis LaxaldeAdd missing ExecStatusType enum values for pipeline...
2021-10-01  Daniele VarrazzoMerge pull request #89 from dlax/pipeline
2021-10-01  Denis LaxaldeUse now available "postgres:14" Docker image in CI 89/head
2021-10-01  Denis LaxaldeInstall libpq 14 in for some tests CI jobs
2021-10-01  Denis LaxaldeAdd libpq interface for pipeline mode
2021-09-30  Daniele VarrazzoMerge branch 'python-3.10'
2021-09-30  Daniele VarrazzoDocument Python 3.10 supported
2021-09-30  Daniele VarrazzoBuild Python 3.10 packages
2021-09-30  Daniele VarrazzoTest with Python 3.10
2021-09-30  Daniele VarrazzoUpgrade testing dependencies
2021-09-30  Daniele VarrazzoUpgrade flake to 3.9
2021-09-30  Daniele VarrazzoImprove test workflow
2021-09-30  Daniele VarrazzoWork around new delocation failure on Windows
2021-09-30  Daniele VarrazzoMerge branch 'postgres-14'
2021-09-30  Daniele VarrazzoAdd supported systems in the docs
2021-09-30  Daniele VarrazzoAdd info about multirange types
2021-09-30  Daniele VarrazzoReplace 'TypesRegistry.get_range()' with more generic...
2021-09-30  Daniele VarrazzoSimplify the types registry using a single map
2021-09-30  Daniele VarrazzoAllow PSYCOPG_TEST_DSN to be an empty string
2021-09-29  Daniele VarrazzoAdd PostgreSQL 14 to the test grid
2021-09-29  Denis LaxaldeAdjust test on PGconn.tty for libpq 14
2021-09-28  Daniele VarrazzoDocument that the ProactorEventLoop is incompatible...
2021-09-28  Daniele VarrazzoImprove error message if proactor event loop is used...
2021-09-28  Daniele VarrazzoMerge pull request #84 from CaselIT/asyncio_and_windows
2021-09-28  Federico CaselliSupport py36, test exception 84/head
2021-09-27  Federico CaselliRequire selector event loop on windows; enable aync...
2021-09-27  Daniele VarrazzoFix doc for Notify
2021-09-27  Daniele VarrazzoPrint a log instead of a warning on swallowed exit...
2021-09-26  Daniele VarrazzoDrop TODO points covered by the _dns module
2021-09-26  Daniele VarrazzoMerge branch 'no-connection-encoding'
2021-09-26  Daniele VarrazzoDocument that client_encoding is gone
next