summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Script to test ticket #58 moved into sandboxDaniele Varrazzo2014-04-071-75/+0
| | | | We don't need it distributed in the sdist
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
| | | | | | | | | Conflicts: NEWS doc/src/usage.rst psycopg/pqpath.c setup.cfg
* make_errorcodes updated to the current page styleDaniele Varrazzo2011-12-161-10/+6
|
* errorcodes map updated to PostgreSQL 9.1Daniele Varrazzo2011-08-221-5/+15
|
* Fixed refcount bug in copy_to() and copy_expert() methods tooDaniele Varrazzo2011-06-071-1/+17
|
* Added script to demonstrate the refcount bug during copyDaniele Varrazzo2011-06-071-0/+59
| | | | from https://bugzilla.redhat.com/show_bug.cgi?id=711095
* Replace b('str') with b'str' in Python 3Daniele Varrazzo2011-01-131-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 bugsDaniele Varrazzo2011-01-031-0/+111
|
* Added PostgreSQL 9.0 error codes.Daniele Varrazzo2010-09-231-1/+1
|
* Completed documentation for errorcodes module.Daniele Varrazzo2010-02-161-0/+5
|
* Added script to update the errorcodes module.Daniele Varrazzo2010-02-151-0/+110
|
* Removed files used by the Epydoc documentation.Daniele Varrazzo2010-02-142-184/+0
|
* Added aync.txt to distribution.Federico Di Gregorio2005-11-291-4/+1
|
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-262-0/+184
| | | | * fixed lots of doctrings and added Epydoc-generated docs support.
* Array support for all basic types.Federico Di Gregorio2005-03-231-1/+11
|
* Starting array work.Federico Di Gregorio2005-03-221-3/+17
|
* Optimizations to type casting (in preparation to array support.)Federico Di Gregorio2005-03-121-4/+4
|
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-192-0/+144