Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use print() function instead of print statement throughout project | Jon Dufresne | 2017-12-10 | 23 | -71/+73 |
| | | | | Forward compatible with newer Pythons. | ||||
* | Trim trailing whitespace from all files throughout project | Jon Dufresne | 2017-12-01 | 14 | -26/+12 |
| | | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes. | ||||
* | Remove trailing semicolons | Hugo | 2017-11-28 | 1 | -3/+3 |
| | |||||
* | Simplify Boolean | Hugo | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | cleanup remaining GPL license text | Chris Mildebrandt | 2014-05-20 | 1 | -70/+0 |
| | |||||
* | Script to test ticket #58 moved into sandbox | Daniele Varrazzo | 2013-04-07 | 1 | -0/+75 |
| | | | | We don't need it distributed in the sdist | ||||
* | Close the connection on error in callback | Daniele Varrazzo | 2012-10-09 | 1 | -11/+36 |
| | | | | | | | Unfortunately PQcancel blocks, so it's not better than PQgetResult. It has been suggested to use PQreset in non-blocking way but this would give the Python program the burden of handling a connection done but not configured in an unexpected place. | ||||
* | Get the result from the connection after the green panic | Daniele Varrazzo | 2012-10-09 | 1 | -1/+9 |
| | | | | | | Otherwise the connection won't be usable in case we manage to put it back on track (libpq reports "another command is already in progress") | ||||
* | Attempt to fix issue #113. | Daniele Varrazzo | 2012-10-09 | 1 | -0/+48 |
| | | | | | | | | | If the network is down, trying to read blocking will hang the process hard (ctrl-c not working). Send a cancel signal instead (as suggested in http://archives.postgresql.org/pgsql-hackers/2012-07/msg00903.php) and go back into a green polling: this should allow a further error (e.g. another ctrl-c) to break the loop. In this case we cannot assume anything about the state of the connection, so we close it. | ||||
* | Fixed error related to calling C typecasters from Python ones | Federico Di Gregorio | 2010-05-15 | 1 | -0/+15 |
| | |||||
* | Fix to double free segfault in connection | Federico Di Gregorio | 2009-04-19 | 1 | -0/+61 |
| | |||||
* | Added a couple of test scripts to sandbox | Federico Di Gregorio | 2009-04-19 | 2 | -0/+82 |
| | |||||
* | Added isready() error test to sandbox | Federico Di Gregorio | 2009-01-10 | 1 | -0/+31 |
| | |||||
* | COPY problem tests and partial fix | Federico Di Gregorio | 2008-05-27 | 3 | -0/+60765 |
| | |||||
* | Added a couple of files used for tests. | Federico Di Gregorio | 2008-04-14 | 2 | -0/+89 |
| | |||||
* | Added support for NULL in arrays (closes: #154) | Federico Di Gregorio | 2007-01-19 | 1 | -4/+7 |
| | |||||
* | Added a couple of tests to the sandbox. | Federico Di Gregorio | 2006-09-01 | 2 | -0/+28 |
| | |||||
* | Fix for #93. | Federico Di Gregorio | 2006-06-11 | 1 | -14/+21 |
| | |||||
* | Sandbox stuff (not distributed but can help others to debug.) | Federico Di Gregorio | 2006-06-07 | 3 | -0/+41 |
| | |||||
* | Some more tests in sandbox. | Federico Di Gregorio | 2006-01-10 | 3 | -18/+61 |
| | |||||
* | Added sandbox stuff to the repository. | Federico Di Gregorio | 2005-11-28 | 4 | -0/+554 |
| | |||||
* | New time/date locale-safe typecasting code. | Federico Di Gregorio | 2005-11-14 | 1 | -11/+25 |
| | |||||
* | SUSE addition to setup.cfg. | Federico Di Gregorio | 2005-10-25 | 1 | -3/+5 |
| | |||||
* | named cursors are working. | Federico Di Gregorio | 2005-10-25 | 1 | -0/+29 |
| | |||||
* | Fixed segfault in connection.set_client_encoding(). | Federico Di Gregorio | 2005-09-30 | 1 | -2/+3 |
| | |||||
* | Solid tokenization code. | Federico Di Gregorio | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | Array support for all basic types. | Federico Di Gregorio | 2005-03-23 | 1 | -5/+9 |
| | |||||
* | Array tokenization seems working. | Federico Di Gregorio | 2005-03-23 | 1 | -1/+3 |
| | |||||
* | Array quoting (not completely working.) | Federico Di Gregorio | 2005-03-23 | 1 | -0/+15 |
| | |||||
* | isready/prefetch fix. | Federico Di Gregorio | 2004-12-14 | 1 | -0/+5 |
| | |||||
* | First fixed to the async core. | Federico Di Gregorio | 2004-11-20 | 1 | -5/+23 |
| | |||||
* | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 3 | -0/+44 |