summaryrefslogtreecommitdiff
path: root/psycopg/connection_int.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Fix memory leak in conn_set_client_encodingKevin Michel2020-05-041-1/+4
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Function to obscure password moved to connection_intDaniele Varrazzo2019-06-241-0/+54
* Obscure the dsn password before storing it into the connectionobscure-password-before-connectDaniele Varrazzo2019-06-221-12/+12
* Handle ok poll() without a cursor having executed queriesDaniele Varrazzo2019-04-051-7/+1
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-3/+3
* Use the error on the connection instead of passing it explicitly aroundDaniele Varrazzo2019-03-171-24/+29
* Added helper methods to set a result into a connection/cursorDaniele Varrazzo2019-03-171-2/+9
* Dropped pgconn argument from conn_setup()Daniele Varrazzo2019-03-171-15/+14
* Use the connection's PGresult to pass results through callsDaniele Varrazzo2019-03-171-22/+16
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-171-10/+14
* Retrieving the async cursor moved out of conn_poll() bodyDaniele Varrazzo2019-03-161-18/+39
* Simplified interactions between asyc functionsDaniele Varrazzo2019-03-161-5/+14
* Dropped locking version of pq_is_busy()Daniele Varrazzo2019-03-161-10/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Consider the case dereferencing weakref in conn_poll returns NULLDaniele Varrazzo2019-01-211-1/+10
* Dropped possible wrong code path in conn_decodeDaniele Varrazzo2019-01-211-13/+15
* 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