]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-06-08  Denis LaxaldeAdd support for connection timeout
2021-06-08  Denis LaxaldeBuild conninfo in *Connection.connect()
2021-06-08  Daniele VarrazzoMerge branch 'network-binary'
2021-06-08  Daniele VarrazzoGenerate random ipaddress objects for testing
2021-06-08  Daniele VarrazzoAdd network types binary loaders
2021-06-08  Daniele VarrazzoAdd ipaddress binary dumpers
2021-06-08  Daniele VarrazzoDrop utils sub-package
2021-06-08  Daniele VarrazzoMerge branch 'c-datetime-adapters'
2021-06-08  Daniele VarrazzoAdd C interval text loader
2021-06-07  Daniele VarrazzoAdd C interval binary loader
2021-06-07  Daniele VarrazzoUse consistently 'us' instead of 'ms' for microseconds
2021-06-07  Daniele VarrazzoPad second fractions to micros using a lookup table
2021-06-07  Daniele VarrazzoAdd timestamptz c binary loader
2021-06-06  Daniele VarrazzoAdd timestamptz c text loader
2021-06-06  Daniele VarrazzoDrop code duplication in date/time parsing
2021-06-06  Daniele VarrazzoAdd c timestamp binary loader
2021-06-06  Daniele VarrazzoParse datetype without using endswith in c
2021-06-02  Daniele VarrazzoAdd c text timestamp loader
2021-06-02  Daniele VarrazzoAdd c timetz binary loader
2021-06-02  Daniele VarrazzoAdd helper function to return timezone from second
2021-06-02  Daniele VarrazzoAdd c text timetz loader
2021-06-02  Daniele VarrazzoAdd c binary time loader
2021-06-02  Daniele VarrazzoAdd c text time loader
2021-06-02  Daniele VarrazzoAdd c timedelta dumpers
2021-06-02  Daniele VarrazzoAdd c datetime binary dumpers
2021-06-02  Daniele VarrazzoAdd c datetime text dumpers
2021-06-02  Daniele VarrazzoRationalise date dumpers inheritance tree
2021-06-01  Daniele VarrazzoAdd C time dumpers
2021-06-01  Daniele VarrazzoSay "can't parse x", not "can't manage x"
2021-06-01  Daniele VarrazzoUniform date/time loaders naming
2021-06-01  Daniele VarrazzoComplete C date adapters, text and binary
2021-06-01  Daniele VarrazzoAdd C date loader
2021-06-01  Daniele VarrazzoRaise multi-line error messages with context
2021-05-16  Daniele VarrazzoDrop floating point dumping of datetime objects
2021-05-16  Daniele VarrazzoMerge branch 'tzinfo'
next