]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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...
2021-12-09  Daniele VarrazzoDon't try to execute transaction finalization with...
2021-12-09  Daniele VarrazzoRefactor Transaction queries generation into internal...
2021-12-09  Daniele VarrazzoRefactor Transaction adding an internal push method
2021-12-09  Daniele VarrazzoAdd tests to verify out-of-order detections without...
2021-12-09  Daniele VarrazzoMerge branch 'transaction-concurrency'
2021-12-08  Daniele VarrazzoRaise ProgrammingError on out-of-order exit from transa...
2021-12-08  Daniele VarrazzoMake the test to detect out-of-order transaction exitin...
2021-12-08  Denis LaxaldeTest transactions with concurrence [skip ci]
2021-12-08  Daniele VarrazzoFix docs typo
2021-12-08  Daniele VarrazzoImprove Dumper, Loader documentation
2021-12-08  Daniele VarrazzoReword the types package description with more links...
2021-12-08  Daniele VarrazzoFix duplicate docs for Cursor.description
2021-12-08  Daniele VarrazzoAdd ConnStatus.CHECK_STANDBY enum value
2021-12-08  Daniele VarrazzoReword PyFormat docs
2021-12-08  Daniele VarrazzoFix a couple of typos in pool docs
2021-12-07  Daniele VarrazzoMerge pull request #167 from dlax/trace
2021-12-07  Daniele VarrazzoMention addition of trace function in news file 167/head
2021-12-07  Daniele VarrazzoReport that trace is *currently* only supported on...
2021-12-07  Denis LaxaldeAdd a --pq-tracefile pytest option
2021-12-07  Denis LaxaldeAdd bindings for PQ tracing functions
2021-12-07  Daniele VarrazzoFlag the bugfix version unreleased in the docs news
2021-12-07  Daniele VarrazzoDon't raise an exception using cur.description with...
2021-12-07  Daniele VarrazzoRaise OperationalError on Connection.cursor() if closed
2021-12-07  Daniele VarrazzoDrop unneeded sort() in test
2021-12-07  Daniele VarrazzoFix whitespace excess
2021-12-07  Daniele VarrazzoDon't raise exceptions on ServerError.close() if the...
2021-12-03  Denis LaxaldeDrop a few unused imports in pgconn.pyx
2021-12-03  Denis LaxaldeAdd _PQencryptPasswordConn() in _pq_ctypes.pyi
2021-12-03  Daniele Varrazzotest: run tests against PostgreSQL 14 on macOS
2021-11-29  Daniele VarrazzoMerge branch 'preparing-refactor'
2021-11-29  Daniele VarrazzoRemove prepared statement maintenance command out of...
2021-11-29  Daniele VarrazzoSplit the internal state of prepared statements into...
2021-11-29  Daniele VarrazzoRefactor away internal prepared statements manager...
2021-11-29  Daniele VarrazzoDrop PrepareManger.maintain()
2021-11-29  Daniele Varrazzoreimplement PrepareManager.maintain() calling other...
2021-11-29  Daniele VarrazzoRename prepare manager methods
2021-11-29  Daniele VarrazzoUse the clear() method in PrepareManager.maintain()
2021-11-29  Denis LaxaldeAdd handle() and validate() methods to PrepareManager
2021-11-29  Denis LaxaldeAdd a rotate() method to PrepareManager
2021-11-29  Denis LaxaldeAdd a check_results() method to PrepareManager
2021-11-29  Denis LaxaldeAdd a setdefault() method to PrepareManager
2021-11-29  Denis LaxaldeAdd a should_discard() method to PrepareManager
2021-11-29  Denis LaxaldeAdd a key() method to PrepareManager
2021-11-28  Daniele VarrazzoPeg version of the docs theme package
2021-11-28  Daniele VarrazzoInstall the pool in the docs environment in editable...
2021-11-28  Daniele VarrazzoAdd sphinx link to docs footer, drop page source link
2021-11-28  Daniele VarrazzoMerge branch 'two-phase-commit'
2021-11-28  Daniele VarrazzoClose connections in TPC tests to avoid warnings in...
2021-11-28  Daniele VarrazzoAdd documentation for two-phase commit support
2021-11-28  Daniele VarrazzoAdd type annotations to two-phase commit tests
2021-11-28  Daniele VarrazzoMove two-phase transaction fixture to a common place
2021-11-28  Daniele VarrazzoAdd two-phase support method to async connection
2021-11-28  Daniele VarrazzoAdd two-phase commit DBAPI Connection methods
2021-11-28  Daniele VarrazzoDrop in dbapi tests for two-phase commit support
2021-11-28  Daniele VarrazzoStart working on Psycopg 3.1
2021-11-28  Daniele VarrazzoBump to next release number 3.0.5
2021-11-28  Daniele VarrazzoMerge branch 'fix-165'
2021-11-28  Daniele VarrazzoDon't clobber exception if rollback fails on transactio...
2021-11-28  Daniele VarrazzoMerge branch 'fix-158'
2021-11-28  Daniele VarrazzoMake sure to close selectors after usage
2021-11-27  Daniele Varrazzodocs: fetch libpq functions index from PostgreSQL 14...
2021-11-25  Daniele VarrazzoImprove a few adaptation-related error messages
2021-11-25  Daniele VarrazzoGitignore the build directories, but not /tools/build/
next