]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2020-03-14  Daniele VarrazzoPGconn.connectdb renamed to connect
2020-03-14  Daniele VarrazzoAdded PQfinish
2020-03-14  Daniele VarrazzoAdded PGconn.info wrapping PQconninfo
2020-03-14  Daniele VarrazzoAdded PQconn.get_defaults() wrapping PQconndefault...
2020-03-14  Daniele VarrazzoCalling the c struct a struct to avoid confusion
2020-03-13  Daniele VarrazzoWrapped lipq method for async connection
2020-03-13  Daniele VarrazzoDropped "Type" suffix from enum
2020-03-13  Daniele VarrazzoAdding a first implementation of the libpq wrapper...
2020-03-07  Daniele VarrazzoThe first commit is a thank you