]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-09-26  Daniele VarrazzoDrop Connection.client_encoding attribute
2021-09-26  Daniele VarrazzoAdd Cursor._pgconn internal property
2021-09-26  Daniele VarrazzoMake encodings module private
2021-09-26  Daniele VarrazzoDrop connection.set_client_encoding
2021-09-26  Daniele VarrazzoFix beta release number to normalised form... again!
2021-09-26  Daniele VarrazzoDrop "installing from source" from readme and install...
2021-09-26  Daniele VarrazzoMerge branch 'fix-dumping-by-oid'
2021-09-26  Daniele VarrazzoNote fix of dumping by oid in news file
2021-09-26  Daniele VarrazzoImprove AdaptersMap and Copy.set_types() docs
2021-09-26  Daniele VarrazzoFix BytesDumper return type annotation
2021-09-26  Daniele VarrazzoAdd C version of numeric dumpers by oid too
2021-09-26  Daniele VarrazzoBetter wording: writing to attribute -> setting the...
2021-09-26  Daniele VarrazzoFix selection of dumper by oid
2021-09-26  Daniele VarrazzoUse natural iteration over pq.Format in parametrised...
2021-09-26  Daniele VarrazzoBetter tests of dumping after set_types
2021-09-26  Daniele VarrazzoAdd news file to the docs
2021-09-26  Daniele VarrazzoAllow to specify a custom adapt context on connect
2021-09-24  Daniele VarrazzoFix beta release number to normalised form
2021-09-23  Daniele VarrazzoFix partially written comment
2021-09-23  Daniele VarrazzoClear the prepared statements if the catalog might...
2021-09-23  Daniele VarrazzoImprove range random testing
2021-09-22  Daniele VarrazzoFix a couple of imports as relative
2021-09-22  Daniele VarrazzoSpecify better that registering adapters only affects...
2021-09-21  Daniele VarrazzoImprove pq.version() doc
2021-09-21  Daniele VarrazzoExpose the libpq build version as psycopg.pq.__build_ve...
2021-09-21  Daniele VarrazzoMerge branch 'add-shapely-adapters'
2021-09-21  Daniele VarrazzoUse class instead of type to create shapely dumpers
2021-09-21  Daniele VarrazzoReport a friendly message if the geometry info is not...
2021-09-21  Daniele VarrazzoCreate postgis extension if needed by tests, shapely...
2021-09-21  Daniele VarrazzoMove shapely test to the types package
2021-09-21  Daniele VarrazzoShapely docs cleanup
2021-09-21  Jacopo FarinaFix test MultiPolygon geometry, add test for it
2021-09-21  Jacopo FarinaPass test geoJSON as parameter, not with string interpo...
2021-09-21  Jacopo FarinaParametrize input format too
2021-09-21  Daniele VarrazzoFix shapely documentation
2021-09-21  Jacopo FarinaForce different placeholder to increase the coverage
2021-09-21  Jacopo FarinaImport modules for shapely test only at runtime
2021-09-21  Jacopo FarinaAdd tests for the Shapely adapter based on PostGIS
2021-09-21  Jacopo FarinaMake binary dumper the default one
2021-09-21  Jacopo FarinaRename module from types.geometry to types.shapely
2021-09-21  Jacopo FarinaHandle memoriview and buffer data as well as bytes...
2021-09-21  Jacopo FarinaAdd Shapely-based adapter for PostGIS geometry, and...
2021-09-21  Daniele VarrazzoUse class instead of type() to create the specific...
2021-09-21  Daniele VarrazzoRaise a friendly exception if None is passed to registe...
2021-09-21  Daniele VarrazzoFix missing assert in test
2021-09-21  Daniele VarrazzoDo not use the extended protocol in COPY
2021-09-15  Daniele VarrazzoDrop rename of PyFormat import in tests
2021-09-14  Artur DryomovChange macOS name in installation documentation
2021-09-13  Daniele VarrazzoFix docs case typo
2021-09-13  Daniele VarrazzoSmall adjustments suggested by pyupgrade
2021-09-12  Daniele VarrazzoDon't pass "utf8" to str.encode() and bytes.decode()
2021-09-12  Daniele VarrazzoRun DNS-related tests in CI
2021-09-12  Daniele VarrazzoMake sure tests can run without installing psycopg_pool
2021-09-08  Daniele VarrazzoImprove the docs index page
2021-09-08  Daniele Varrazzodocs: wordsmith
2021-09-08  Daniele VarrazzoBump furo version for docs building
2021-09-08  Daniele VarrazzoImprove migration docs
2021-09-03  Daniele VarrazzoMerge branch 'build-src-wheels'
2021-09-03  Daniele VarrazzoUnify sdist and wheel packages building
2021-09-03  Daniele VarrazzoDrop building C wheel package
2021-09-03  Daniele VarrazzoBuild pacakges wheels 3.0.beta1-wheel
2021-09-03  Daniele VarrazzoAdd vim folds to package workflow
2021-09-03  Daniele VarrazzoFixed @Intevation url in the backers file
2021-09-03  Daniele VarrazzoFix requirement for furo
2021-08-31  Daniele VarrazzoFix xml dumper example
2021-08-31  Daniele VarrazzoUpgrade Furo docs theme to stable version
2021-08-31  Daniele VarrazzoFix tests retry if the failure leaves the connection...
2021-08-30  Daniele VarrazzoDocs typo: several way -> ways
2021-08-30  Daniele VarrazzoFix async SRV resolution
2021-08-30  Daniele VarrazzoBump to next beta release
2021-08-30  Daniele VarrazzoInstructions for PyPI installation in the readme
next