summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Copy operations correctly set the cursor.rowcount attributeDaniele Varrazzo2014-05-131-0/+2
* Fixed explicit connection.cursor(cursor_factory=None)Daniele Varrazzo2014-04-301-0/+2
* Close the connection if discovered bad on poll()Daniele Varrazzo2014-04-071-0/+1
* Close a connection if PQexec returned NULLDaniele Varrazzo2014-04-071-0/+2
* Allow get_transaction_status on closed connectionsDaniele Varrazzo2014-04-071-0/+2
* Avoid printing the typecast name in debug statementDaniele Varrazzo2014-04-071-0/+2
* Fixed use of Python object with refcount 0 in cursor_initDaniele Varrazzo2014-04-071-0/+1
* Work around pip issue #1630 breaking 'pip -e git+url'Daniele Varrazzo2014-04-071-0/+2
* Fixed overflow opening a lobject with an oid not fitting in a signed intDaniele Varrazzo2014-04-071-0/+2
* Fixed dsn and closed attributes in failing connection subclasses.Daniele Varrazzo2014-04-071-0/+2
* Don't segfault on uninitialized cursorDaniele Varrazzo2014-04-071-0/+2
* Bug #194 confirmed fixed: newsfile updated.Daniele Varrazzo2014-04-071-0/+2
* Fixed debug build on WindowsDaniele Varrazzo2014-04-071-0/+1
* Check connection type in lobject initDaniele Varrazzo2014-04-071-0/+2
* Meaningful connection errors report a meaningful messageDaniele Varrazzo2014-04-071-0/+2
* Mention Solaris round fix in NEWS fileDaniele Varrazzo2014-04-071-0/+2
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-6/+6
* Fixed bad interaction of setup.py with other dependenciesDaniele Varrazzo2013-03-201-0/+2
* Properly cleanup memory of broken connectionsDaniele Varrazzo2013-03-201-0/+6
* Fixed pickling of DictRow objects tooDaniele Varrazzo2012-12-111-1/+1
* Fixed pickling of RealDictRow objectsDaniele Varrazzo2012-12-111-0/+1
* Fixed connections re-init across ZSQL methodsDaniele Varrazzo2012-12-031-1/+2
* Fixed empty strings handling in composite casterDaniele Varrazzo2012-12-031-0/+1
* Added specific pool implementation for ZPsycopgDADaniele Varrazzo2012-12-031-0/+1
* Release the GIL around PQgetResult calls after COPYDaniele Varrazzo2012-11-241-0/+1
* Fixed pickling of FixedOffsetTimezone objectsDaniele Varrazzo2012-10-211-0/+1
* Discard any result produced by cursor.executemany()Daniele Varrazzo2012-10-111-0/+1
* Close the connection on error in callbackDaniele Varrazzo2012-10-091-0/+3
* Dropped quirks in connection arguments handlingDaniele Varrazzo2012-09-251-0/+2
* Fixed tpc_recover() with RealDictStuffDaniele Varrazzo2012-08-141-2/+2
* Fixed register_hstore and register_composite with non-dbapi objectsDaniele Varrazzo2012-08-141-0/+2
* Dropped GIL release around function calling PyMem_MallocDaniele Varrazzo2012-05-221-0/+3
* Added news entry about cursor() cleanupDaniele Varrazzo2012-04-111-0/+8
* Merge branch 'gcc-python-plugin' into develDaniele Varrazzo2012-03-051-0/+4
|\
| * Mention the static analysis cleanup in the newsDaniele Varrazzo2012-03-051-0/+4
* | close() methods don't raise errors if called on closed objectsDaniele Varrazzo2012-03-041-0/+2
* | Check/set connection status at commit inside the critical sectionDaniele Varrazzo2012-02-241-0/+1
* | Added support for inet arrayDaniele Varrazzo2012-02-231-0/+1
* | Ticket #100 closedDaniele Varrazzo2012-02-231-0/+2
|/
* Cite Menno's TZ improvements into news fileDaniele Varrazzo2012-01-301-0/+2
* Make Error and subclasses picklableDaniele Varrazzo2012-01-141-0/+2
* Docs/cleanup for the lo_creat patchDaniele Varrazzo2012-01-101-0/+2
* fetchmany accepts None as size, meaning the default arraysizeDaniele Varrazzo2012-01-101-0/+7
* Merge remote-tracking branch 'piro/devel' into develFederico Di Gregorio2011-12-191-0/+8
|\
| * A bunch of changes registered in the NEWS fileDaniele Varrazzo2011-12-151-0/+8
* | Fixed rollback on error on Zope (ticket #73)Federico Di Gregorio2011-12-161-0/+1
|/
* Named DictCursor/RealDictCursor honour itersizeDaniele Varrazzo2011-12-111-0/+6
* Fixed reference leak with arguments referenced more than once in queriesDaniele Varrazzo2011-12-111-0/+2
* Added keywords on connect to news fileDaniele Varrazzo2011-11-171-0/+2
* Decimal adapter registration moved from C to PythonDaniele Varrazzo2011-10-141-0/+2