summaryrefslogtreecommitdiff
path: root/psycopg/connection_type.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-041-1/+1
* Function to obscure password moved to connection_intDaniele Varrazzo2019-06-241-53/+1
* Obscure the dsn password before storing it into the connectionobscure-password-before-connectDaniele Varrazzo2019-06-221-29/+25
* Check return code of pthread_mutex_initfix-901Daniele Varrazzo2019-04-211-10/+12
* Merge branch 'naming'Daniele Varrazzo2019-03-181-10/+10
|\
| * Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-8/+8
| * Several function names shortenedDaniele Varrazzo2019-03-171-2/+2
* | Don't close connections from forked processesDaniele Varrazzo2019-03-181-1/+13
|/
* Dropped whole "critical" storyDaniele Varrazzo2019-03-171-1/+0
* Use the error on the connection instead of passing it explicitly aroundDaniele Varrazzo2019-03-171-0/+1
* Dropped pgconn argument from conn_setup()Daniele Varrazzo2019-03-171-1/+1
* Make sure to free the connection's pgres on deletefix-856Daniele Varrazzo2019-03-171-0/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Added connection.pgconn_ptr and cursor.pgresult_ptrDaniele Varrazzo2019-02-161-2/+22
* Mark setter as raising on negative resultsDaniele Varrazzo2019-01-211-2/+2
* Respect PyCFunction signature in METH_NOARGS functionsDaniele Varrazzo2019-01-211-15/+15
* Simplify PyBool usage with Python convenience macros/functionsJon Dufresne2018-11-301-12/+5
* Merge branch 'master' into feature-expose-pgconnFederico Di Gregorio2018-11-071-0/+20
|\
| * Merge branch 'connection-info'Daniele Varrazzo2018-10-151-16/+12
| |\
| | * Moving host attribute to a connection.info objectDaniele Varrazzo2018-10-111-16/+12
| * | Fixed refcount in connection's readonly and deferrable gettersfix-790Daniele Varrazzo2018-10-121-0/+2
| |/
| * Added connection.hostMarco De Paoli2018-10-061-0/+22
* | Added connection.get_native_connection()Federico Di Gregorio2018-10-071-9/+7
* | Expose PGconn* raw pointer on the connection as a PyCapsuleFederico Di Gregorio2018-09-271-0/+17
|/
* Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-111-13/+14
* Fix name of lobject keyword argumentFrazer McLean2017-04-161-1/+1
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-8/+46
* Password scrubbing refactored in a separate functionfix-528Daniele Varrazzo2017-03-151-7/+18
* Check for deferrable unsupported applied to attribute tooDaniele Varrazzo2017-02-161-6/+0
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-15/+112
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-161-1/+7
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-13/+53
* Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-041-1/+1
* Reuse set_session to implement autocommit, set_isolation_levelDaniele Varrazzo2017-02-041-12/+26
* Better separation between interface and state change codeDaniele Varrazzo2017-02-041-7/+96
* Don't use default_transaction_* for session characteristicsDaniele Varrazzo2017-02-041-92/+15
* Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-3/+7
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-1/+0
* Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-271-1/+1
* Store python encoding and decoding functions in the connectionDaniele Varrazzo2016-12-271-0/+6
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-1/+1
* Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-0/+33
|\
| * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+33
* | Fixed segfault on repr() for uninitialized connectionsDaniele Varrazzo2016-07-011-1/+1
|/
* Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-2/+2
* Dropped unused notice_filter connection memberDaniele Varrazzo2015-06-021-2/+0
* Fixed connection.poll() docstringDaniele Varrazzo2015-05-031-1/+5
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-18/+0
* Name the types after the module they are exposed fromDaniele Varrazzo2014-08-151-3/+3