]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-10-30  Suresh Kumaradded async server cursor close tests for fetchone... 126/head
2021-10-30  Suresh Kumarfixed cursor close check + updated news
2021-10-30  Suresh Kumaradded issue-125 fix to news
2021-10-30  Suresh Kumaradded async cursor close tests for fetchone, fetchmany...
2021-10-30  Suresh Kumarfixed cursor close check + added tests for fetchone...
2021-10-30  Suresh Kumarfix: check if cursor is closed
2021-10-28  Daniele VarrazzoFix test range comparison with empty ranges
2021-10-28  Daniele VarrazzoMark slow every test taking more than 0.1s to run
2021-10-28  Daniele VarrazzoBetter workaround for bad datetime comparison Python bug
2021-10-28  Daniele VarrazzoAvoid error in multirange arrays random testing
2021-10-28  Daniele VarrazzoRetry a brittle test
2021-10-28  Daniele VarrazzoMake ServerCursorHelper.format private
2021-10-28  Daniele Varrazzorefactor: compose DECLARE in the helper common path
2021-10-28  Daniele VarrazzoClean up imports/exports in psycopg package
2021-10-28  Daniele VarrazzoRename test file dropping the 3 from psycopg
2021-10-28  Denis LaxaldeRaise a TypeError when slice-setting a Multirange with...
2021-10-28  Denis LaxaldeRe-export DB-API type constructors and singletons
2021-10-26  Daniele VarrazzoFix formatting in news page
2021-10-26  Daniele VarrazzoFix type hint for `Connection.notifies()`
2021-10-26  Daniele VarrazzoFix type hint for `sql.SQL.join()`
2021-10-25  Daniele VarrazzoRemove the pgresult structure from the cursor on close
2021-10-25  Daniele VarrazzoBump sphinx to 4.2 to build docs
2021-10-25  Daniele VarrazzoInstall shapely requirements to validate docs
2021-10-21  Daniele VarrazzoExtend docs about connection context
2021-10-20  Daniele VarrazzoFix wrong error message on unknown PostgreSQL encoding
2021-10-20  Daniele VarrazzoBump version number to next dev release
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
next