summaryrefslogtreecommitdiff
path: root/psycopg/connection_int.c
Commit message (Expand)AuthorAgeFilesLines
* Autocommit shouldn't change deferrable on servers not supporting itDaniele Varrazzo2018-02-081-2/+2
* Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-111-9/+22
* Revert default_transaction_* to default only if setsession-attributesDaniele Varrazzo2017-02-161-9/+13
* Check for deferrable unsupported applied to attribute tooDaniele Varrazzo2017-02-161-1/+8
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-13/+3
* Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-041-3/+72
* Reuse set_session to implement autocommit, set_isolation_levelDaniele Varrazzo2017-02-041-49/+17
* Better separation between interface and state change codeDaniele Varrazzo2017-02-041-82/+12
* Don't use default_transaction_* for session characteristicsDaniele Varrazzo2017-02-041-162/+118
* Use the proper API functions to look up codec functionsDaniele Varrazzo2016-12-291-10/+5
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-89/+121
* Store python encoding and decoding functions in the connectionDaniele Varrazzo2016-12-271-4/+66
* Setting connection encoding refactoredDaniele Varrazzo2016-12-261-51/+56
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-45/+45
* Merge branch 'master' into fast-codecsDaniele Varrazzo2016-12-261-8/+36
|\
| * Avoid deadlock on close if set datestyle failedDaniele Varrazzo2016-12-251-5/+11
| * Dropped testing printDaniele Varrazzo2016-12-251-1/+0
| * do not "SET datestyle" on replication connectionsChristoph Moench-Tegeder2016-10-211-3/+26
* | Optimize UTF8 and Latin1 decodingDaniele Varrazzo2016-10-121-0/+29
|/
* Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-18/+51
* Pending notice list converted into a forward listDaniele Varrazzo2015-06-021-7/+11
* Dropped unneeded constness on the notice messageDaniele Varrazzo2015-06-021-1/+1
* Fixed dsn and closed attributes in failing connection subclasses.Daniele Varrazzo2014-04-031-3/+12
* Set the connection async before polling for connectionDaniele Varrazzo2014-02-241-5/+5
* Set the connection async earlier in green modeDaniele Varrazzo2014-02-241-4/+3
* Meaningful connection errors report a meaningful messageDaniele Varrazzo2013-10-161-1/+6
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-2/+2
* Fixed leak of cancel key on connection.reset()Daniele Varrazzo2013-03-201-14/+18
* Dropped IFCLEARPGRES macroDaniele Varrazzo2013-03-201-1/+1
* Notify and Xid objects and types renamed for consistencyDaniele Varrazzo2013-03-201-3/+3
* Properly cleanup memory of broken connectionsDaniele Varrazzo2013-03-161-2/+5
* Discard any result produced by cursor.executemany()Daniele Varrazzo2012-10-111-1/+1
* Added function conn_close_locked()Daniele Varrazzo2012-10-061-7/+17
* Merge branch 'gcc-python-plugin' into develDaniele Varrazzo2012-03-051-35/+47
|\
| * More functions annotated for static analysisDaniele Varrazzo2012-03-011-7/+7
| * Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-18/+9
| * Functions setting exception return a negative value on errorDaniele Varrazzo2012-03-011-18/+24
| * Use the newly provided attributes to validate exceptions raisingDaniele Varrazzo2012-03-011-1/+8
| * Fixed possible NULL dereferencing in notice processDaniele Varrazzo2012-02-241-2/+10
* | close() methods don't raise errors if called on closed objectsDaniele Varrazzo2012-03-041-4/+7
|/
* Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED valueDaniele Varrazzo2011-12-151-10/+13
* Reverted isolation level values to backward compatible valuesFederico Di Gregorio2011-12-151-7/+6
* Method set_transaction() renamed to set_session()Daniele Varrazzo2011-06-081-5/+5
* Merge branch 'guc-cleanup' into develDaniele Varrazzo2011-06-051-74/+94
|\
| * Use the pqpath functions to get/set GUC parametersDaniele Varrazzo2011-06-051-74/+94
* | Avoid a deadlock using concurrent green threads on the same connectionDaniele Varrazzo2011-06-051-1/+1
|/
* Cleanup of notice processingDaniele Varrazzo2011-06-041-14/+5
* Process notifies when data is received, not when the result is parsedDaniele Varrazzo2011-06-041-2/+0
* Use only the isolation levels available on old PG versionsDaniele Varrazzo2011-06-031-0/+7
* Dropped isolation level from the connection objectDaniele Varrazzo2011-06-031-50/+113