summaryrefslogtreecommitdiff
path: root/psycopg/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-241-0/+3
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Function to obscure password moved to connection_intDaniele Varrazzo2019-06-241-0/+1
* Obscure the dsn password before storing it into the connectionobscure-password-before-connectDaniele Varrazzo2019-06-221-1/+1
* Don't close connections from forked processesDaniele Varrazzo2019-03-181-0/+3
* Dropped whole "critical" storyDaniele Varrazzo2019-03-171-2/+1
* Use the error on the connection instead of passing it explicitly aroundDaniele Varrazzo2019-03-171-1/+3
* Added helper methods to set a result into a connection/cursorDaniele Varrazzo2019-03-171-0/+1
* Dropped pgconn argument from conn_setup()Daniele Varrazzo2019-03-171-1/+1
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-171-0/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-1/+0
* Reuse set_session to implement autocommit, set_isolation_levelDaniele Varrazzo2017-02-041-2/+0
* Better separation between interface and state change codeDaniele Varrazzo2017-02-041-2/+2
* Don't use default_transaction_* for session characteristicsDaniele Varrazzo2017-02-041-3/+13
* Use the proper API functions to look up codec functionsDaniele Varrazzo2016-12-291-1/+3
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-2/+3
* Store python encoding and decoding functions in the connectionDaniele Varrazzo2016-12-271-0/+4
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-1/+1
* Optimize UTF8 and Latin1 decodingDaniele Varrazzo2016-10-121-0/+3
* Pending notice list converted into a forward listDaniele Varrazzo2015-06-021-0/+1
* Dropped unneeded constness on the notice messageDaniele Varrazzo2015-06-021-1/+1
* Dropped unused notice_filter connection memberDaniele Varrazzo2015-06-021-1/+0
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-0/+1
* Static-type psycopg_escape_string connection parameterDaniele Varrazzo2013-04-051-2/+3
* Fixed leak of cancel key on connection.reset()Daniele Varrazzo2013-03-201-1/+0
* Notify and Xid objects and types renamed for consistencyDaniele Varrazzo2013-03-201-3/+3
* Added function conn_close_locked()Daniele Varrazzo2012-10-061-0/+1
* More functions annotated for static analysisDaniele Varrazzo2012-03-011-2/+2
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-14/+7
* Use the newly provided attributes to validate exceptions raisingDaniele Varrazzo2012-03-011-0/+7
* Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED valueDaniele Varrazzo2011-12-151-0/+7
* Method set_transaction() renamed to set_session()Daniele Varrazzo2011-06-081-1/+1
* Merge branch 'guc-cleanup' into develDaniele Varrazzo2011-06-051-2/+3
|\
| * Use the pqpath functions to get/set GUC parametersDaniele Varrazzo2011-06-051-2/+3
* | Avoid a deadlock using concurrent green threads on the same connectionDaniele Varrazzo2011-06-051-1/+4
|/
* Dropped isolation level from the connection objectDaniele Varrazzo2011-06-031-11/+7
* Added autocommit property on connectionDaniele Varrazzo2011-06-021-0/+2
* Added partial implementation for set_transactionDaniele Varrazzo2011-06-011-0/+9
* Use all the isolation levels accepted by PostgreSQLDaniele Varrazzo2011-05-111-3/+5
* Set hidden visibility to a few functions not publicDaniele Varrazzo2011-02-191-0/+2
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-1/+2
|\
| * Broken circular reference in async executionDaniele Varrazzo2011-01-031-1/+1
| * The connection is weakly referenceableDaniele Varrazzo2011-01-031-0/+1
* | Added utility method to return a string in the connection encoding.Daniele Varrazzo2010-12-311-0/+1
* | Added Python codec name to the connection.Daniele Varrazzo2010-12-211-0/+1
* | Internal imports simplified.Daniele Varrazzo2010-12-121-5/+0
|/
* Support query cancellation.Jan UrbaƄski2010-11-281-0/+1
* Added enum with possilbe isolation level states.Daniele Varrazzo2010-11-181-0/+7