]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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