]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-08-30  Daniele VarrazzoUpdate classifiers to beta state
2021-08-30  Daniele VarrazzoUpdate install docs to point at PyPI
2021-08-30  Daniele VarrazzoBump version to beta 1 3.0.beta1
2021-08-30  Daniele VarrazzoAdd function to perform SRV DNS resolution
2021-08-30  Daniele VarrazzoAllow to intermix local addresses with DNS async resolution
2021-08-30  Daniele VarrazzoPoint out in async connection about blocking DNS and...
2021-08-29  Daniele VarrazzoRename _dns docs page to dns as non compatible with...
2021-08-29  Daniele VarrazzoMerge branch 'async-dns-dnspython'
2021-08-29  Daniele VarrazzoAdd _dns module docs
2021-08-29  Daniele VarrazzoKeep env vars into account in async DNS resolutions
2021-08-29  Daniele VarrazzoAdd _dns module
2021-08-29  Daniele VarrazzoSmall cleanup to conninfo docs
2021-08-29  Daniele VarrazzoAdd docs for conninfo module
2021-08-29  Daniele VarrazzoChange link to postgres docs from v13 to current
2021-08-29  Daniele VarrazzoAdd pg_lsn to the builtin types registry
2021-08-29  Daniele VarrazzoUpdate errors table to PostgreSQL 14
2021-08-29  Daniele VarrazzoReorder statements in a function where black didn't...
2021-08-29  Daniele Varrazzomark compat module internal
2021-08-28  Daniele VarrazzoImprove TypeRegistry docs
2021-08-28  Daniele VarrazzoAdd XML Dumper example
2021-08-28  Daniele VarrazzoMake TEXT the default format for psycopg.adapt.Dumper...
2021-08-28  Daniele VarrazzoAdd UUID, network examples in the docs
2021-08-28  Daniele VarrazzoAdd links out of the basic usage page towards more...
2021-08-28  Daniele VarrazzoImprove rows documentation
2021-08-28  Daniele Varrazzoxml adaptation example and more about types registry
2021-08-28  Daniele VarrazzoAdd composite types adaptation docs
2021-08-28  Daniele VarrazzoFix type var annotation
2021-08-28  Daniele VarrazzoAdd hstore docs
2021-08-28  Daniele VarrazzoAdd documentation for range types
2021-08-28  Daniele VarrazzoRegister array dumpers for oid lookups
2021-08-28  Daniele VarrazzoAdd test to verify empty ranges can be copied in ok
2021-08-28  Daniele VarrazzoFix shortcuts examples
2021-08-28  Daniele VarrazzoMore standard adaptation docs
2021-08-27  Daniele VarrazzoDrop docs topic I won't write
2021-08-27  Daniele VarrazzoMerge branch 'dump-by-oid'
2021-08-27  Daniele VarrazzoAdd dumping by oid in the C implementation too
2021-08-27  Daniele VarrazzoReturn only the params from Transformer.dump_sequence()
2021-08-27  Daniele VarrazzoReplace git_row_types() with get_dumper_types/get_loade...
2021-08-27  Daniele VarrazzoUse the composite type info to choose dumpers, instead...
2021-08-27  Daniele VarrazzoAdd mapping oid -> Dumper in AdaptersMap
2021-08-27  Daniele VarrazzoMake Dumper.oid a class attribute for C classes too
2021-08-27  Daniele VarrazzoMake Dumper.oid a class attribute for every Dumper...
2021-08-27  Daniele VarrazzoMerge remote-tracking branch 'origin/better-composite'
2021-08-26  Daniele VarrazzoAdd binary composite dumper
2021-08-26  Daniele VarrazzoDrop TypeInfo.async_fetch(), use fetch() for both conne...
2021-08-26  Daniele VarrazzoA more elegant way to customise TypeInfo registration...
2021-08-26  Daniele VarrazzoMake register_composite(), register_range() the public...
2021-08-26  Daniele VarrazzoRegister composite dumper if the factory is a type
2021-08-26  Daniele VarrazzoClean up datetime adaptation docs
2021-08-26  Daniele VarrazzoDon't use the generic name register_adapters
2021-08-26  Daniele VarrazzoVerify that arrays of binary types dump correctly
2021-08-26  Daniele VarrazzoMore types adaptation docs
2021-08-25  Daniele VarrazzoDrop TODO doc point to something that people can discov...
2021-08-25  Daniele VarrazzoAdd binary parameter to cursor.execute()
2021-08-25  Daniele VarrazzoDrop Cursor.pgresult duplication in docs
2021-08-25  Daniele VarrazzoDocument pgconn, pgresult properties
2021-08-25  Daniele VarrazzoDon't use --no-deps to install the pool package
2021-08-25  Daniele VarrazzoReadmes and metadata cleanup
2021-08-25  Daniele VarrazzoDrop TODO point after understanding that Windows has...
2021-08-25  Daniele VarrazzoDrop TODO point regarding Travis
2021-08-25  Daniele VarrazzoMerge branch 'array-delim'
2021-08-25  Daniele VarrazzoDump lists keeping the type delimiter into account
2021-08-25  Daniele VarrazzoLoad arrays of types with delimiters different than...
2021-08-25  Daniele VarrazzoAdd "char" data type loading
2021-08-25  Daniele VarrazzoFix typeinfo fetch of alt_name
next