summaryrefslogtreecommitdiff
path: root/psycopg/green.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
|
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
* Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
|
* 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