summaryrefslogtreecommitdiff
path: root/psycopg/cursor_int.c
Commit message (Expand)AuthorAgeFilesLines
* Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-171-0/+80
* Better use of Py_CLEAR and implicit zeroed-out structuresDaniele Varrazzo2013-03-201-10/+2
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-2/+1
* Flag a few other functions returning borrowed refsDaniele Varrazzo2012-02-241-0/+1
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-021-0/+35
|\
| * Added cursor.cast() methodDaniele Varrazzo2011-01-011-0/+35
* | Internal imports simplified.Daniele Varrazzo2010-12-121-5/+4
|/
* Dropped curs_get_last_result function.Daniele Varrazzo2010-04-231-42/+0
* Functions to poll in ready state moved on the connection.Daniele Varrazzo2010-04-231-76/+0
* Handle errors in asynchronous queries.Jan Urbański2010-04-201-4/+6
* Set the execution status to ASYNC_READ after flushing all output.Jan Urbański2010-04-141-0/+6
* NOTIFYs fix and poll status changesFederico Di Gregorio2010-04-051-3/+10
* Avoid the possibility when curs_get_last_result would blockJan Urbański2010-04-051-7/+31
* Ref the async cursor before storing it in the connectionJan Urbański2010-04-051-0/+1
* Change the API for asynchronous queries to use cursor.poll()Jan Urbański2010-04-051-0/+53
* Add curs_get_last_result, a function to get the last result from a connectionJan Urbański2010-04-051-0/+25
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* * psycopg/cursor_type.c (cursor_setup): incref before settingJames Henstridge2008-05-281-2/+6
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-0/+1
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+47