summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'test-dinosaurs'Daniele Varrazzo2017-02-072-44/+157
|\
| * Run the test suite with postgres versions not available on travisDaniele Varrazzo2017-02-062-44/+157
* | build-manylinux script moved to build-wheels projectDaniele Varrazzo2017-02-061-50/+0
|/
* Use the server on the host to testDaniele Varrazzo2017-02-011-10/+9
* Merge back manylinux build script from the psycopg2-wheels projectDaniele Varrazzo2017-02-011-7/+11
* Added script to create manylinux1 wheelsDaniele Varrazzo2017-01-041-0/+47
* Fixed travis test: unset green modeDaniele Varrazzo2016-12-261-1/+1
* Less verbose travis testsDaniele Varrazzo2016-12-261-2/+2
* Configure Travis to test replicationDaniele Varrazzo2016-12-252-3/+22
* Don't use separate databases for testsDaniele Varrazzo2016-12-242-15/+6
* Run the tests against all the available server versionsDaniele Varrazzo2016-12-242-0/+80
* Python source cleanup using flake8Daniele Varrazzo2016-10-113-21/+26
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-20/+0
* errorcodes map updated to PostgreSQL 9.5.Daniele Varrazzo2016-07-011-1/+1
* Don't need to build the env for a sdistDaniele Varrazzo2014-09-011-1/+0
* Added scripts to release and upload docsDaniele Varrazzo2014-09-012-0/+70
* Dropped creation of errcodes with missing spec fieldDaniele Varrazzo2014-08-281-8/+3
* Document we known 9.4 errorcodesDaniele Varrazzo2014-08-241-0/+1
* Scrape PostgreSQL 9.4 error codes table tooDaniele Varrazzo2014-08-131-1/+1
* Parse errocodes for PG 9.3 tooDaniele Varrazzo2014-07-311-1/+1
* Parse the error codes from the text file if availableDaniele Varrazzo2014-07-311-3/+54
* cleanup remaining GPL license textChris Mildebrandt2014-05-203-31/+23
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
* Script to test ticket #58 moved into sandboxDaniele Varrazzo2013-04-071-75/+0
* errorcodes map updated to PostgreSQL 9.2Daniele Varrazzo2012-09-211-1/+2
* 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
* Replace b('str') with b'str' in Python 3Daniele Varrazzo2011-01-131-0/+20
* 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
* 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