| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright year updated to 2021 | Daniele Varrazzo | 2021-06-15 | 1 | -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 2020 | Daniele Varrazzo | 2020-01-17 | 1 | -0/+1 |
| | | |||||
| * | Copyright year updated | Daniele Varrazzo | 2019-02-17 | 1 | -1/+1 |
| | | | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I" | ||||
| * | Prefer https:// URLs when available | Jon Dufresne | 2018-09-22 | 1 | -1/+1 |
| | | |||||
| * | 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 |
