| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Script to test ticket #58 moved into sandbox | Daniele Varrazzo | 2014-04-07 | 1 | -75/+0 |
| | | | | | We don't need it distributed in the sdist | ||||
| * | Fix multiple misspellings | Piotr Kasprzyk | 2013-04-26 | 1 | -1/+1 |
| | | | | | | | | | | Conflicts: NEWS doc/src/usage.rst psycopg/pqpath.c setup.cfg | ||||
| * | make_errorcodes updated to the current page style | Daniele Varrazzo | 2011-12-16 | 1 | -10/+6 |
| | | |||||
| * | errorcodes map updated to PostgreSQL 9.1 | Daniele Varrazzo | 2011-08-22 | 1 | -5/+15 |
| | | |||||
| * | Fixed refcount bug in copy_to() and copy_expert() methods too | Daniele Varrazzo | 2011-06-07 | 1 | -1/+17 |
| | | |||||
| * | Added script to demonstrate the refcount bug during copy | Daniele Varrazzo | 2011-06-07 | 1 | -0/+59 |
| | | | | | from https://bugzilla.redhat.com/show_bug.cgi?id=711095 | ||||
| * | Replace b('str') with b'str' in Python 3 | Daniele Varrazzo | 2011-01-13 | 1 | -0/+20 |
| | | | | | | | This avoids an encode() call for each of these constants. Use a custom 2to3 fixer in setup.py to perform the conversion. | ||||
| * | Added script to look for refcounting bugs | Daniele Varrazzo | 2011-01-03 | 1 | -0/+111 |
| | | |||||
| * | Added PostgreSQL 9.0 error codes. | Daniele Varrazzo | 2010-09-23 | 1 | -1/+1 |
| | | |||||
| * | Completed documentation for errorcodes module. | Daniele Varrazzo | 2010-02-16 | 1 | -0/+5 |
| | | |||||
| * | Added script to update the errorcodes module. | Daniele Varrazzo | 2010-02-15 | 1 | -0/+110 |
| | | |||||
| * | Removed files used by the Epydoc documentation. | Daniele Varrazzo | 2010-02-14 | 2 | -184/+0 |
| | | |||||
| * | Added aync.txt to distribution. | Federico Di Gregorio | 2005-11-29 | 1 | -4/+1 |
| | | |||||
| * | * psycopg/psycopgmodule.c: fixed exceptions refcount. | Daniele Varrazzo | 2005-11-26 | 2 | -0/+184 |
| | | | | | * fixed lots of doctrings and added Epydoc-generated docs support. | ||||
| * | Array support for all basic types. | Federico Di Gregorio | 2005-03-23 | 1 | -1/+11 |
| | | |||||
| * | Starting array work. | Federico Di Gregorio | 2005-03-22 | 1 | -3/+17 |
| | | |||||
| * | Optimizations to type casting (in preparation to array support.) | Federico Di Gregorio | 2005-03-12 | 1 | -4/+4 |
| | | |||||
| * | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 2 | -0/+144 |
