summaryrefslogtreecommitdiff
path: root/psycopg/green.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation cleanupDaniele Varrazzo2011-02-191-1/+1
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-0/+6
* 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
* Added wait callback and functions to deal with it.Daniele Varrazzo2010-04-211-0/+58