]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-07-16  Daniele VarrazzoFix test retry pattern
2021-07-16  Daniele VarrazzoFix types registry shallow copy
2021-07-16  Daniele VarrazzoAdd fixture to restore the state of the global adapters
2021-07-14  Daniele VarrazzoFix dumping arrays of different versions of network...
2021-07-14  Daniele VarrazzoAt import -> at import time
2021-07-14  Daniele VarrazzoMove "from psycopg2" docs page under basic
2021-07-14  Daniele VarrazzoDrop a fixme related to a bug closed in furo docs style
2021-07-14  Daniele VarrazzoAdd link to GitHub Actions runner bug hack
2021-07-14  Daniele VarrazzoFix reference target to the psycopg module
2021-07-14  Daniele VarrazzoLeft align table contents in the docs
2021-07-13  Daniele VarrazzoConsistent TOC expansion in docs second level pages
2021-07-13  Daniele VarrazzoAdapt docs cleanup
2021-07-13  Daniele VarrazzoCorrections to the types module docs
2021-07-13  Daniele VarrazzoAdd example of numeric-to-float loading
2021-07-13  Daniele VarrazzoAdd wheel package to dev dependencies
2021-07-13  Daniele VarrazzoAdd sphinx-autobuild to docs dependencies
2021-07-13  Daniele VarrazzoDisplay two title levels in the main docs TOC
2021-07-13  Daniele VarrazzoDrop repetition in adapt docs, and more cleanup around it
2021-07-13  Daniele VarrazzoFix tox docs build
2021-07-13  Daniele VarrazzoDocs building dependencies updated
2021-07-12  Daniele VarrazzoAdding more glue content to docs
2021-07-12  Daniele VarrazzoMove copy docs to the basic section
2021-07-12  Daniele VarrazzoAdd docs for the psycopg module
2021-07-12  Daniele VarrazzoRetry more flaky tests
2021-07-12  Daniele VarrazzoMerge branch 'adapters-protocols'
2021-07-12  Daniele Varrazzoproto modules renamed to abc
2021-07-12  Daniele VarrazzoImprovements to the adaptation documentation
2021-07-11  Daniele VarrazzoAdd unit tests for register_loader/dumper types
2021-07-11  Daniele VarrazzoExpose postgres.adapters from the psycopg package
2021-07-11  Daniele VarrazzoDrop flake8 ignore on types/__init__ file
2021-07-11  Daniele VarrazzoDrop .register() method from Dumper/Loader classes
2021-07-11  Daniele VarrazzoAdd postgres module
2021-07-11  Daniele VarrazzoAllow adapter protocols tests to run on Python 3.6
2021-07-11  Daniele VarrazzoAdd Loader protocol
2021-07-10  Daniele VarrazzoRemove the cls attribute from the Dumper protocol
2021-07-10  Daniele VarrazzoRename adapt.Format to PyFormat
2021-07-10  Daniele VarrazzoAdd Dumper protocol
2021-07-10  Daniele VarrazzoDon't chain exceptions on pool timeout
2021-06-30  Daniele VarrazzoCleanup of install docs
2021-06-30  Daniele VarrazzoMore terse import error of the requested implementation
2021-06-30  Daniele VarrazzoCleanup of metadata and readme presented on PyPI
2021-06-30  Daniele VarrazzoNote in the first docs example that the module name...
2021-06-30  Daniele VarrazzoBump to version 3.0.dev0 to release testing packages 3.0.dev0
2021-06-30  Daniele VarrazzoAdd workflow to create sdist packages
2021-06-30  Daniele VarrazzoMerge branch 'cibuildwheel'
2021-06-30  Daniele VarrazzoDisable building Windows packages.
2021-06-30  Daniele VarrazzoInstall Postgres in the image to build Windows packages
2021-06-30  Daniele VarrazzoBuild Windows binary packages
2021-06-30  Daniele VarrazzoBuild MacOS binary packages
2021-06-30  Daniele VarrazzoMake the script to build the binary package portable
2021-06-30  Daniele VarrazzoBuild psycopg-binary package for Linux
2021-06-29  Daniele VarrazzoTest all the Python versions on MacOS and Windows
2021-06-29  Daniele VarrazzoMerge branch 'windows'
2021-06-29  Daniele VarrazzoDon't use the Cython IF construct
2021-06-29  Daniele VarrazzoDrop compile warinings on MSVC
2021-06-29  Daniele VarrazzoDisable testing the C exception for Windows
2021-06-29  Daniele VarrazzoWork around getpid on Windows
2021-06-29  Daniele VarrazzoAdd ws2_32 lib dependency on Windows
2021-06-29  Daniele VarrazzoPass the correct libdir to the window builder
2021-06-29  Daniele VarrazzoSkip timing tests on windows
2021-06-29  Daniele VarrazzoAdd libpq dir to link options
2021-06-29  Daniele VarrazzoSkip tests requiring an IANA db on Windows
2021-06-29  Daniele VarrazzoFix libpq name in windows linking
2021-06-29  Daniele VarrazzoWork around _timezone name clash on windows
2021-06-29  Daniele VarrazzoSkip proxy tests on windows
2021-06-29  Daniele VarrazzoFix inclusion of sys/param.h on Windows compiler
2021-06-29  Daniele VarrazzoSkip asyncio tests on windows
2021-06-29  Daniele VarrazzoAdd windows compatibility to endian functions
2021-06-29  Daniele VarrazzoRun tests on windows
2021-06-29  Daniele VarrazzoRefactor test workflow to avoid repetitions
2021-06-29  Daniele VarrazzoMerge branch 'macos'
2021-06-29  Daniele VarrazzoSkip proxy-based tests on MacOS tests
2021-06-29  Daniele VarrazzoSkip timing-based tests on GitHub Actions MacOS runners
2021-06-29  Daniele VarrazzoGive a gc hit before running gc tests
2021-06-29  Daniele VarrazzoRun CI tests on MacOS too
2021-06-29  Daniele VarrazzoDon't assume that the user "postgres" always exists...
2021-06-29  Daniele VarrazzoAdd compatibility with Mac OS
2021-06-28  Daniele VarrazzoRetry a few time-based pool tests
2021-06-28  Daniele VarrazzoFix tests run with libpq 9.6
2021-06-28  Daniele VarrazzoFix compatibility with 32 bit platforms
2021-06-28  Daniele VarrazzoUse the _psycopg module from either psycopg_c or psycop...
2021-06-28  Daniele VarrazzoFix test if the connection string specifies a password
2021-06-27  Daniele VarrazzoConfigure libpq libcrypto callback
2021-06-27  Daniele VarrazzoMerge branch 'better-json'
2021-06-27  Daniele VarrazzoUpdate json documentation to describe the new interfaces
2021-06-27  Daniele VarrazzoAllow specifying a context to `set_json_loads/dumps...
2021-06-27  Daniele VarrazzoMore consistent inheritance graph of json dumpers
2021-06-27  Daniele VarrazzoCustomise json dumpers and loaders using a class attribute
2021-06-26  Daniele VarrazzoGive Json wrappers a dumps method
2021-06-26  Daniele VarrazzoPackage renamed to psycopg
2021-06-26  Daniele VarrazzoDefine the package_data info in the setup.cfg files
2021-06-26  Daniele VarrazzoMerge branch 'types-reorg'
2021-06-26  Daniele VarrazzoRename internal numeric adapter classes as private
2021-06-26  Daniele VarrazzoUniform datetime dumpers names
2021-06-26  Daniele VarrazzoStringDumper renamed to StrDumper
2021-06-26  Daniele VarrazzoModule types.text renamed to string
2021-06-26  Daniele VarrazzoModule types.date renamed to datetime
2021-06-26  Daniele VarrazzoModule types.network renamed to net
2021-06-26  Daniele VarrazzoSplit types.singleton module into bool and none
2021-06-26  Daniele VarrazzoDon't expose all the adapters in the types package
next