summaryrefslogtreecommitdiff
path: root/psycopg
Commit message (Expand)AuthorAgeFilesLines
* Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-141-32/+81
* Allow strings subclasses in ensure_bytesDaniele Varrazzo2018-02-201-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-061-2/+2
* Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-112-22/+36
* Merge branch 'mogrify-on-closed-cursor' into maint_2_7Daniele Varrazzo2018-01-111-2/+0
|\
| * 'cursor.mogrify()' can be called on closed cursorsDaniele Varrazzo2018-01-101-2/+0
* | Fixed pydatetime macros for Python 3.2Daniele Varrazzo2018-01-101-4/+6
* | Moved datatime compatibility macros with othersDaniele Varrazzo2018-01-102-6/+5
* | define a "polyfill" inline for python 2 compatibilityGlyph2018-01-101-0/+6
* | use accessor macros for pypy3 compatibilityGlyph2018-01-101-2/+4
|/
* Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-1/+2
* Merge branch 'solaris-support' into maint_2_7Daniele 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
|/
* Added back timestamptz[] default castfix-578Daniele Varrazzo2017-07-242-0/+2
* 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
* Parse a number as microseconds when casting intervalbug-558Daniele Varrazzo2017-06-161-0/+53
* Dropped wrong associations of PG types to datetime objectDaniele Varrazzo2017-06-151-2/+2
* Check return code from decoding the connection statusDaniele Varrazzo2017-06-151-2/+6
* Merge branch 'fix-547'Daniele Varrazzo2017-04-191-1/+1
|\
| * Fixed args parsing in ReplicationCursor.consume_stream()Daniele Varrazzo2017-04-191-1/+1
* | Merge remote-tracking branch 'fix_lobject_factory'Daniele Varrazzo2017-04-191-1/+1
|\ \
| * | Fix name of lobject keyword argumentFrazer McLean2017-04-161-1/+1
| |/
* | Handle lobject mode=None correctlyFrazer McLean2017-04-161-1/+4
|/
* Don't clobber a Python exception with an unknown errorDaniele Varrazzo2017-04-051-0/+4
* Return objects with timezone parsing infinity timestamptzDaniele Varrazzo2017-03-224-67/+139
* replication connection init refactored to use psyco_make_dsnDaniele Varrazzo2017-03-161-34/+22
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-163-8/+72
* Password scrubbing refactored in a separate functionfix-528Daniele Varrazzo2017-03-151-7/+18
* Always raise OperationalError when connection was closed externally.Greg Ward2017-03-141-4/+6
* Always detect when a connection is closed behind psycopg2's back.Greg Ward2017-03-141-0/+6
* Don't use PG_INT64_TYPEDaniele Varrazzo2017-03-021-1/+1
* Dropped compiler warning on WindowsDaniele Varrazzo2017-02-241-1/+1
* Handle overflow in interval parsingDaniele Varrazzo2017-02-241-2/+14
* Make sure to use 64 bits in interval parsing accumulatorsDaniele Varrazzo2017-02-241-12/+10
* Parse interval only using integersDaniele Varrazzo2017-02-241-31/+36
* Try to fix the same problem in windowsDaniele Varrazzo2017-02-241-4/+4
* Fixed integer overflow in interval typecasterDaniele Varrazzo2017-02-241-4/+4
* Revert default_transaction_* to default only if setsession-attributesDaniele Varrazzo2017-02-161-9/+13
* Check for deferrable unsupported applied to attribute tooDaniele Varrazzo2017-02-162-7/+8
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-163-29/+115
* 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
* Allowed inittype.h's defs all versions of MSVCJason Erickson2017-02-101-2/+0
* Defined inttypes.h for older MSVC compilersJason Erickson2017-02-091-0/+11
* Added support for MSVC compilerJason Erickson2017-02-093-7/+30
* Fixed MSVC compiler error and warningJason Erickson2017-02-091-2/+2