Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation cleanup | Daniele Varrazzo | 2011-02-19 | 1 | -1/+1 |
| | | | | | Added several links to the Python documentation using the 'intersphinx' extension. | ||||
* | Dropped large object support when psycopg is in green mode. | Daniele Varrazzo | 2010-05-09 | 1 | -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 Varrazzo | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | Added documentation for the green features. | Daniele Varrazzo | 2010-04-21 | 1 | -6/+9 |
| | |||||
* | Changed 'psyco_wait()' to only take the connection. | Daniele Varrazzo | 2010-04-21 | 1 | -2/+2 |
| | |||||
* | Added 'get_wait_callback()' function. | Daniele Varrazzo | 2010-04-21 | 1 | -1/+7 |
| | |||||
* | Added 'psyco_exec_green()' to replace 'PQexec' using the user-provided block ↵ | Daniele Varrazzo | 2010-04-21 | 1 | -1/+3 |
| | | | | function. | ||||
* | Added wait callback and functions to deal with it. | Daniele Varrazzo | 2010-04-21 | 1 | -0/+58 |