]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2020-04-02  Daniele Varrazzo'pgresult' is part of the Cursor interface
2020-04-02  Daniele VarrazzoModules import to register builtin types moved to types...
2020-04-02  Daniele Varrazzoexceptions module renamed to errors
2020-04-02  Daniele VarrazzoModule adaptation renamed to adapt
2020-04-02  Daniele VarrazzoAdded text types conversion for numeric types and bools
2020-04-01  Daniele VarrazzoAdded tests about adapters/casters selection, some...
2020-04-01  Daniele VarrazzoInclude None in AdaptContext
2020-03-31  Daniele VarrazzoDefinition with a wrong default changed into declaration
2020-03-31  Daniele VarrazzoAdded mypy tests on travis
2020-03-31  Daniele VarrazzoAdded install instruction to readme
2020-03-31  Daniele VarrazzoUse == instead of is to check the Wait states
2020-03-31  Daniele VarrazzoUse the selectors module instead of select
2020-03-31  Daniele Varrazzosetup.py fixed
2020-03-31  Daniele VarrazzoAdded license
2020-03-30  Daniele VarrazzoAdded types stub for ctypes functions
2020-03-29  Daniele VarrazzoAnother couple of functions marked as returning Oid
2020-03-29  Daniele VarrazzoSolved problem with namedtuple index
2020-03-29  Daniele VarrazzoAdded Oid type
2020-03-29  Daniele VarrazzoFixed problem with adapters decorators
2020-03-29  Daniele VarrazzoAdded most type annotations
2020-03-29  Daniele VarrazzoAlso run mypy on tests and setup
2020-03-29  Daniele VarrazzoFirst pass of mypy annotation
2020-03-29  Daniele VarrazzoDropped local encoder/decoder in int adapters
2020-03-29  Daniele VarrazzoOid map updated to PG 12
2020-03-29  Daniele VarrazzoINVALID_OID moved to oids module
2020-03-29  Daniele VarrazzoFixed oids order
2020-03-28  Daniele VarrazzoAdded regtype spelling of data types to oid table
2020-03-28  Daniele VarrazzoAdapter/caster register functions can be used as decorators
2020-03-28  Daniele Varrazzoregister function and global adapters map moved as...
2020-03-28  Daniele VarrazzoAdapters moved to the types package
2020-03-28  Daniele VarrazzoAdded map of types oids
2020-03-28  Daniele VarrazzoAdded adapter/caster decorators
2020-03-28  Daniele VarrazzoAdded register_adapter/caster functions
2020-03-28  Daniele VarrazzoMaking adapters/casters simpler
2020-03-28  Daniele VarrazzoSeparate Transformer into Adapter and Typecaster
2020-03-27  Daniele VarrazzoAdded binary results from cursor
2020-03-27  Daniele VarrazzoAdded basic typecasting and cursor.fetchone()
2020-03-27  Daniele VarrazzoAdded sketch of adaptation layer
2020-03-27  Daniele VarrazzoAdded format enum
2020-03-27  Daniele Varrazzoquery2pg returns formats too
2020-03-27  Daniele VarrazzoAllow b and s formats on query split
2020-03-27  Daniele VarrazzoVerbose regexp to parse placeholders
2020-03-26  Daniele VarrazzoTypoeoes
2020-03-24  Daniele VarrazzoSkip certain tests on PG < 10
2020-03-24  Daniele VarrazzoDisplay libpq version on test header
2020-03-24  Daniele Varrazzotmp
2020-03-24  Daniele VarrazzoSkip test for waiting on send
2020-03-24  Daniele VarrazzoAdded class_for_state() stub
2020-03-24  Daniele VarrazzoSkip hostaddr test for PG version < 12
2020-03-24  Daniele VarrazzoUse 'async with lock' instead of deprecated 'with await...
2020-03-24  Daniele VarrazzoAdded PQlibVersion() wrapper
2020-03-24  Daniele VarrazzoFlake8 config tweaked for black compatibility
2020-03-24  Daniele VarrazzoAdded travis config
2020-03-24  Daniele VarrazzoAdded async execute
2020-03-24  Daniele VarrazzoAdded query mangling and basic cursor execute
2020-03-21  Daniele VarrazzoBreak endless loop of response on COPY
2020-03-21  Daniele VarrazzoFixed async connection lock to be awaitable
2020-03-21  Daniele VarrazzoWaiting implementation exposed as connection method
2020-03-21  Daniele VarrazzoAdded PQsendQueryParams wrapper
2020-03-21  Daniele VarrazzoEnum values simplified
2020-03-21  Daniele VarrazzoUse an event instead of a queue in wait_async
2020-03-20  Daniele VarrazzoAdded commit/rollback connection methods
2020-03-20  Daniele VarrazzoAdded PQresult info functions
2020-03-20  Daniele VarrazzoAdded DBAPI constants
2020-03-20  Daniele VarrazzoAdded sketch of high-level connection objects
2020-03-20  Daniele Varrazzodsn fixture returns str instead of bytes
2020-03-19  Daniele Varrazzoblack cleanup
2020-03-19  Daniele VarrazzoAdded PGconn.make_empty_result()
2020-03-19  Daniele VarrazzoAdded high-level functions to manipulate conninfo
2020-03-19  Daniele VarrazzoTypo adaapter fixed
2020-03-19  Daniele VarrazzoAdded error_message function instead of message_str...
2020-03-18  Daniele VarrazzoFixed checking for NULL results in ctypes layer
2020-03-18  Daniele VarrazzoAdded exceptions module
2020-03-17  Daniele VarrazzoRaise a few errors in pg implementation module
2020-03-16  Daniele VarrazzoAdded async basic functions and test for it
2020-03-16  Daniele VarrazzoAdded PQdescribePortal wrapper
2020-03-16  Daniele VarrazzoAdded prepared statements and description
2020-03-16  Daniele VarrazzoDon't report the value on type error, only the type
2020-03-16  Daniele VarrazzoAdded tox to create a test grid
2020-03-15  Daniele VarrazzoAdded tests for PGresult
2020-03-15  Daniele Varrazzopq tests moved into a dir of its own
2020-03-15  Daniele VarrazzoAdded PQexecParams wrapper
2020-03-15  Daniele VarrazzoEncoding/decoding in pq interface dropped
2020-03-15  Daniele Varrazzopq made into a package
2020-03-15  Daniele VarrazzoAdded encoding mapping table between Postgres and Python
2020-03-15  Daniele VarrazzoWrapping PQexec and PGresult
2020-03-15  Daniele VarrazzoAdded funding file
2020-03-14  Daniele VarrazzoAdded funding file
2020-03-14  Daniele VarrazzoParsing conninfo and returning defaults moved to its...
2020-03-14  Daniele VarrazzoAdded needs_password, used_password, ssl_in_use on...
2020-03-14  Daniele VarrazzoAdded PGconn.backend_pid
2020-03-14  Daniele VarrazzoAdded PQconn.server_version
2020-03-14  Daniele VarrazzoAdded PGconn.protocol_version
2020-03-14  Daniele VarrazzoAdded PGconn.parameter_status
2020-03-14  Daniele VarrazzoDropped pfefix from a couple of enums
2020-03-14  Daniele VarrazzoAdded PGconn.transaction_status
2020-03-14  Daniele VarrazzoAdded a bunch of informative connection properties
2020-03-14  Daniele VarrazzoAdded parse_conninfo()
2020-03-14  Daniele VarrazzoAdded PQping
2020-03-14  Daniele VarrazzoAdded PQconn.reset sync and async
next