summaryrefslogtreecommitdiff
path: root/psycopg/green.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation cleanupDaniele Varrazzo2011-02-191-1/+1
| | | | | Added several links to the Python documentation using the 'intersphinx' extension.
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-0/+6
| | | | | Async mode and large object are not compatible, albeit I haven't found an authoritative source yet.
* Simplified psyco_wait() function interface.Daniele Varrazzo2010-04-251-1/+1
|
* Added documentation for the green features.Daniele Varrazzo2010-04-211-6/+9
|
* Changed 'psyco_wait()' to only take the connection.Daniele Varrazzo2010-04-211-2/+2
|
* Added 'get_wait_callback()' function.Daniele Varrazzo2010-04-211-1/+7
|
* Added 'psyco_exec_green()' to replace 'PQexec' using the user-provided block ↵Daniele Varrazzo2010-04-211-1/+3
| | | | function.
* Added wait callback and functions to deal with it.Daniele Varrazzo2010-04-211-0/+58