summaryrefslogtreecommitdiff
path: root/psycopg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-1510-122/+551
|\
| * Fixed refcount in connection's readonly and deferrable gettersfix-790Daniele Varrazzo2018-10-121-0/+2
| * Added table_oid, table_column on cursor.description itemsdescription-extra-attrsDaniele Varrazzo2018-10-113-5/+44
| * Added C implementation for a Column typeDaniele Varrazzo2018-10-114-96/+420
| * Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-101-3/+8
| * Merge branch 'master' into httpsDaniele Varrazzo2018-10-102-2/+34
| |\
| | * Merge branch 'conn-get-host'Daniele Varrazzo2018-10-101-0/+22
| | |\
| | | * Added connection.hostMarco De Paoli2018-10-061-0/+22
| | * | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-041-2/+12
| | |/
| * | Prefer https:// URLs when availableJon Dufresne2018-09-224-5/+5
| |/
| * Remove obsolete and incorrect FreeBSD version conditionDmitry Marakasov2018-09-071-2/+1
| * Fixed compile error on windowsfix-746Daniele Varrazzo2018-07-241-10/+9
| * Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-241-9/+38
* | Generating the whole errors file from scriptDaniele Varrazzo2018-08-171-0/+4
* | Read exceptions to raise from a Python moduleDaniele Varrazzo2018-08-171-0/+40
|/
* Fixed refcount handling in encrypt_passwordDaniele Varrazzo2018-05-201-9/+8
* Fixed keywords support for encrypt_password and tests completedDaniele Varrazzo2018-05-201-1/+1
* Fixed code flow in encrypt_password()Daniele Varrazzo2018-05-201-56/+55
* Merge branch 'master' into encrypt-passDaniele Varrazzo2018-05-203-38/+98
|\
| * Merge branch 'fix-716'Daniele Varrazzo2018-05-201-6/+12
| |\
| | * Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-201-6/+12
| * | Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-201-0/+5
| |/
| * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-181-32/+81
* | Fixed the string format error reported by Travis-CI.Ashesh Vashi2018-05-081-3/+1
* | Merge branch 'master' into masterAshesh Vashi2018-05-0815-51/+164
|\ \ | |/
| * Allow strings subclasses in ensure_bytesfix-679Daniele Varrazzo2018-02-211-2/+2
| * Avoid quoting the string in the psycopg version macroDaniele Varrazzo2018-02-191-2/+6
| * Fixed building on SmartOSMike Gerdts2018-02-192-1/+7
| * Autocommit shouldn't change deferrable on servers not supporting itDaniele Varrazzo2018-02-081-2/+2
| * Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-112-22/+36
| * 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursorDaniele Varrazzo2018-01-111-2/+0
| * Merge branch 'macro-accessors'Daniele Varrazzo2018-01-102-2/+9
| |\
| | * Moved datatime compatibility macros with othersDaniele Varrazzo2018-01-102-6/+5
| | * define a "polyfill" inline for python 2 compatibilityGlyph2017-12-121-0/+6
| | * use accessor macros for pypy3 compatibilityGlyph2017-12-121-2/+4
| * | Fix typo in comment in utils.cRonan Amicel2017-12-141-1/+1
| |/
| * Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-015-6/+0
| * Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-1/+2
| * Add news and update version checkHugo2017-11-281-2/+4
| * Drop support for EOL Python 2.6Hugo2017-11-281-10/+2
| * Merge branch 'solaris-support'Daniele Varrazzo2017-11-283-0/+95
| |\
| | * Emulate timeradd and timersub on SolarisMy Karlsson2017-10-263-0/+95
| * | Don't cast point arrays to float arrays (fixes: #613)Federico Di Gregorio2017-11-161-1/+1
| |/
* | Moving the encrypt_password method from the connection class to theAshesh Vashi2017-09-142-70/+105
* | Merge remote-tracking branch 'psycopg2/master'Ashesh Vashi2017-09-112-0/+2
|\ \ | |/
| * Added back timestamptz[] default castfix-578Daniele Varrazzo2017-07-242-0/+2
* | Using 'Text_FromUTF8' macro for transforming the encrypted C string toAshesh Vashi2017-07-171-4/+5
* | Added support for preparing the encrypted password of a PostgreSQLAshesh Vashi2017-07-171-0/+69
|/
* Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-174-86/+97
* Fixed parsing interval from micros on 32 bitDaniele Varrazzo2017-06-171-2/+1