]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-06-25  Daniele VarrazzoStop using the psycopg3.types module as facade for...
2021-06-25  Daniele VarrazzoMerge branch 'binary-range'
2021-06-25  Daniele VarrazzoMove basic struct-related functions to a common module
2021-06-25  Daniele VarrazzoUse type-specific range subclasses to avoid the dump...
2021-06-25  Daniele VarrazzoDrop unneeded imports in types package
2021-06-25  Daniele VarrazzoFix rounding error in float comparison tests with postg...
2021-06-25  Daniele VarrazzoAllow random testing with text format
2021-06-25  Daniele VarrazzoTest random range objects
2021-06-25  Daniele VarrazzoAdd range binary dumpers
2021-06-25  Daniele VarrazzoAdd Range.bounds attribute
2021-06-25  Daniele VarrazzoAdd RecursiveDumper, RecursiveLoader
2021-06-25  Daniele VarrazzoAdd range binary loaders
2021-06-25  Daniele VarrazzoFix interval and timezone parsing in copy buffers
2021-06-22  Daniele VarrazzoMake tests.pq a module to allow relative import
2021-06-22  Daniele VarrazzoMark timing based test flaky
2021-06-22  Daniele VarrazzoInsist more on the GC tests
2021-06-22  Daniele VarrazzoMerge branch 'sql-as-bytes'
2021-06-22  Denis LaxaldeDrop TestSqlFormat::test_unicode
2021-06-22  Denis LaxaldeAuto-document Composable.as_bytes()
2021-06-22  Denis LaxaldeMake Composable an abstract base class
2021-06-22  Denis LaxaldeDrop inheritance from 'object' in sql module and tests
2021-06-17  Daniele VarrazzoTrigger docs update to the website build workflow on...
2021-06-17  Daniele VarrazzoDon't require the virtualenv binary to build the docs
2021-06-14  Daniele VarrazzoAdd missing return type annotation
2021-06-14  Daniele VarrazzoFind the failing value when a random insert fails
2021-06-14  Daniele VarrazzoFix float parsing when the data buffer is not terminated
2021-06-14  Daniele VarrazzoFix DB API Binary wrapper
2021-06-10  Daniele VarrazzoConsider some tests flaky
2021-06-10  Daniele VarrazzoDrop timeout on workflow test step
2021-06-09  Daniele VarrazzoLonger test run timeout
2021-06-09  Daniele VarrazzoFix reveal_type tests to mypy 0.901 output format
2021-06-08  Daniele VarrazzoBetter naming and typing for a couple of vars
2021-06-08  Daniele VarrazzoMerge branch 'connect-timeout'
2021-06-08  Denis LaxaldeRaise OperationalError for connection timeout
next