]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-08-25  Daniele VarrazzoAdd oid to column representation
2021-08-24  Daniele VarrazzoPlease mypy and NoReturn function
2021-08-24  Daniele VarrazzoDrop Cursor query, params attribute.
2021-08-24  Daniele VarrazzoAdd cursor.statusmessage attribute
2021-08-24  Daniele VarrazzoDrop Cursor.status property
2021-08-24  Daniele VarrazzoRealign async copy tests to the sync ones
2021-08-24  Daniele VarrazzoDrop TODO point now working
2021-08-24  Daniele VarrazzoMore helpful error looking up for missing types in...
2021-08-24  Daniele VarrazzoDrop TODO point on which I'm wrong
2021-08-24  Daniele VarrazzoDrop TODO point for something that probably can't be...
2021-08-24  Daniele VarrazzoAdd test for as_bytes method of sql objects
2021-08-24  Daniele VarrazzoAdd links to GitHub tickets related to DSN mangling
2021-08-24  Daniele VarrazzoAdd _get_connection_params method to connections
2021-08-24  Daniele VarrazzoBump to next dev version
2021-08-22  Daniele VarrazzoUse dev dependencies in tox checking 3.0.dev2
2021-08-21  Daniele VarrazzoLink mypy ignore comment to issue reported upstream
2021-08-21  Daniele VarrazzoFix building pool docs
2021-08-21  Daniele VarrazzoDrop ConnectionInfo.protocol_version.
2021-08-21  Daniele VarrazzoMerge branch 'separate-pool'
2021-08-21  Daniele VarrazzoDocument that the connection pool is in a separate...
2021-08-21  Daniele VarrazzoBuild the pool package and include it testing other...
2021-08-21  Daniele VarrazzoMove the pool into a separate package
next