summaryrefslogtreecommitdiff
path: root/psycopg/cursor.h
Commit message (Expand)AuthorAgeFilesLines
* Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-171-0/+1
* Dropped internal escape identifier functionDaniele Varrazzo2016-12-261-0/+1
* Don't segfault on uninitialized cursorDaniele Varrazzo2014-02-261-3/+6
* Use the do-while 0 idiom for cursor guards macroDaniele Varrazzo2014-02-261-18/+29
* Added support with cursors without scroll clauseDaniele Varrazzo2012-08-151-2/+8
* Added scrollable cursor implementationDaniele Varrazzo2012-08-151-0/+1
* 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
* First try at curs.withhold implementationFederico Di Gregorio2011-07-051-1/+2
* Fixed default size for read copy bufferDaniele Varrazzo2011-06-071-1/+1
* Stricter declaration and correct use of psyco_set_errorDaniele Varrazzo2011-02-211-2/+4
* Added cursor.itersizeDaniele Varrazzo2011-02-171-0/+1
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-0/+2
|\
| * The cursor is weakly referenceableDaniele Varrazzo2011-01-031-0/+2
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-021-0/+1
|\ \ | |/
| * Added cursor.cast() methodDaniele Varrazzo2011-01-011-0/+1
* | Internal imports simplified.Daniele Varrazzo2010-12-121-5/+0
|/
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-6/+0
* Dropped curs_get_last_result function.Daniele Varrazzo2010-04-231-1/+0
* Functions to poll in ready state moved on the connection.Daniele Varrazzo2010-04-231-2/+0
* Forbid COPY-related methods in green mode.Daniele Varrazzo2010-04-211-0/+6
* Handle errors in asynchronous queries.Jan Urbański2010-04-201-1/+0
* NOTIFYs fix and poll status changesFederico Di Gregorio2010-04-051-3/+3
* Avoid the possibility when curs_get_last_result would blockJan Urbański2010-04-051-1/+1
* Make some methods raise an exception in asynchronous modeJan Urbański2010-04-051-0/+11
* Change the API for asynchronous queries to use cursor.poll()Jan Urbański2010-04-051-0/+2
* Add curs_get_last_result, a function to get the last result from a connectionJan Urbański2010-04-051-0/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Fixed problem with lots of columns in COPY operationsFederico Di Gregorio2009-08-091-1/+1
* * psycypg/*.h: apply HIDDEN to all global variables and functionsJames Henstridge2008-01-211-2/+3
* Various fixes, now all examples work.Federico Di Gregorio2007-04-131-0/+1
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-10/+11
* Builds again on win32 (closes: #132).Federico Di Gregorio2006-10-291-1/+1
* Piet Delport patches: 1 of 3.Federico Di Gregorio2006-09-231-1/+1
* Implemented named cursors.Federico Di Gregorio2005-10-221-2/+11
* NOTIFY works again.Federico Di Gregorio2005-10-181-0/+4
* Array support works, at least for INTEGERS.Federico Di Gregorio2005-03-221-0/+1
* isready/prefetch fix.Federico Di Gregorio2004-12-141-0/+1
* async fixes and better connection/cursor management.Federico Di Gregorio2004-12-101-3/+4
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+87