summaryrefslogtreecommitdiff
path: root/psycopg/green.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-171-2/+4
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-4/+0
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-2/+1
* Close the connection on error in callbackDaniele Varrazzo2012-10-061-47/+14
* Get the result from the connection after the green panicDaniele Varrazzo2012-10-061-0/+7
* Attempt to fix issue #113.Daniele Varrazzo2012-10-061-15/+40
* Avoid a deadlock using concurrent green threads on the same connectionDaniele Varrazzo2011-06-051-0/+15
* Internal imports simplified.Daniele Varrazzo2010-12-121-2/+2
* Functions unused outside the module marked static.Daniele Varrazzo2010-11-101-4/+4
* Simplified psyco_wait() function interface.Daniele Varrazzo2010-04-251-19/+14
* Dropped compiling warning.Daniele Varrazzo2010-04-251-1/+1
* poll implementation for async, sync and green connection unified.Daniele Varrazzo2010-04-231-3/+2
* Added 'pq_get_last_result()' function.Daniele Varrazzo2010-04-231-16/+5
* Set the async_status to ASYNC_DONE after a query with wait callback.Daniele Varrazzo2010-04-211-13/+6
* Try to restore the connection state after a wait callback error.Daniele Varrazzo2010-04-211-0/+23
* Changed 'psyco_wait()' to only take the connection.Daniele Varrazzo2010-04-211-4/+4
* Correctly flush async queries in 'green' mode.Daniele Varrazzo2010-04-211-4/+12
* Added 'get_wait_callback()' function.Daniele Varrazzo2010-04-211-0/+19
* Added 'psyco_exec_green()' to replace 'PQexec' using the user-provided block ...Daniele Varrazzo2010-04-211-4/+82
* Added wait callback and functions to deal with it.Daniele Varrazzo2010-04-211-0/+94