| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run tests against PostgreSQL 10 beta1test-postgres-10beta1 | Daniele Varrazzo | 2017-06-08 | 2 | -7/+7 |
| | | | | | | | Use the new Postgres verisoning schema: 10 is a major version, 10.0 a patch release. See https://wiki.postgresql.org/wiki/New_in_postgres_10#Change_in_Version_Numbering | ||||
| * | Error codes updated to PG 10 beta 1 | Daniele Varrazzo | 2017-06-05 | 1 | -5/+9 |
| | | |||||
| * | errcodes updated to PG 9.6 | Daniele Varrazzo | 2017-06-05 | 1 | -1/+2 |
| | | |||||
| * | Added docs about making a release | Daniele Varrazzo | 2017-03-01 | 1 | -54/+0 |
| | | | | | | | Drop previous script which didn't include the CI-generated packages. [skip ci] | ||||
| * | Added AppVeyor configuration to test building on Windows | Daniele Varrazzo | 2017-02-16 | 2 | -0/+132 |
| | | |||||
| * | Download testing servers from upload instead of tarballs | Daniele Varrazzo | 2017-02-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'test-dinosaurs' | Daniele Varrazzo | 2017-02-07 | 2 | -44/+157 |
| |\ | |||||
| | * | Run the test suite with postgres versions not available on travis | Daniele Varrazzo | 2017-02-06 | 2 | -44/+157 |
| | | | |||||
| * | | build-manylinux script moved to build-wheels project | Daniele Varrazzo | 2017-02-06 | 1 | -50/+0 |
| |/ | |||||
| * | Use the server on the host to test | Daniele Varrazzo | 2017-02-01 | 1 | -10/+9 |
| | | |||||
| * | Merge back manylinux build script from the psycopg2-wheels project | Daniele Varrazzo | 2017-02-01 | 1 | -7/+11 |
| | | |||||
| * | Added script to create manylinux1 wheels | Daniele Varrazzo | 2017-01-04 | 1 | -0/+47 |
| | | | | | See issue #425 | ||||
| * | Fixed travis test: unset green mode | Daniele Varrazzo | 2016-12-26 | 1 | -1/+1 |
| | | |||||
| * | Less verbose travis tests | Daniele Varrazzo | 2016-12-26 | 1 | -2/+2 |
| | | |||||
| * | Configure Travis to test replication | Daniele Varrazzo | 2016-12-25 | 2 | -3/+22 |
| | | |||||
| * | Don't use separate databases for tests | Daniele Varrazzo | 2016-12-24 | 2 | -15/+6 |
| | | | | | | I got this wrong: I thought parallel test ran in the same VM; they are isolated instead. | ||||
| * | Run the tests against all the available server versions | Daniele Varrazzo | 2016-12-24 | 2 | -0/+80 |
| | | |||||
| * | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 3 | -21/+26 |
| | | |||||
| * | Dropped use of b() "macro" and 2to3 fixer | Daniele Varrazzo | 2016-08-15 | 1 | -20/+0 |
| | | | | | Just use the b"" strings syntax supported from python 2.6. | ||||
| * | errorcodes map updated to PostgreSQL 9.5. | Daniele Varrazzo | 2016-07-01 | 1 | -1/+1 |
| | | |||||
| * | Don't need to build the env for a sdist | Daniele Varrazzo | 2014-09-01 | 1 | -1/+0 |
| | | | | | After 2.5 we are not releasing the html docs in the sdist anymore. | ||||
| * | Added scripts to release and upload docs | Daniele Varrazzo | 2014-09-01 | 2 | -0/+70 |
| | | |||||
| * | Dropped creation of errcodes with missing spec field | Daniele Varrazzo | 2014-08-28 | 1 | -8/+3 |
| | | | | | | On further inspection these names are just aliases for values already defined: we don't need the duplication. | ||||
| * | Document we known 9.4 errorcodes | Daniele Varrazzo | 2014-08-24 | 1 | -0/+1 |
| | | |||||
| * | Scrape PostgreSQL 9.4 error codes table too | Daniele Varrazzo | 2014-08-13 | 1 | -1/+1 |
| | | | | | No new error code found as of 9.4 beta2. | ||||
| * | Parse errocodes for PG 9.3 too | Daniele Varrazzo | 2014-07-31 | 1 | -1/+1 |
| | | | | | | There is no new errcode defined so no need to release this as a change, only change the docs. | ||||
| * | Parse the error codes from the text file if available | Daniele Varrazzo | 2014-07-31 | 1 | -3/+54 |
| | | | | | | The text file was added in PG 9.1. It contains a few errors not available in the SGML. | ||||
| * | cleanup remaining GPL license text | Chris Mildebrandt | 2014-05-20 | 3 | -31/+23 |
| | | |||||
| * | Fix multiple misspellings | Piotr Kasprzyk | 2013-04-26 | 1 | -1/+1 |
| | | |||||
| * | Script to test ticket #58 moved into sandbox | Daniele Varrazzo | 2013-04-07 | 1 | -75/+0 |
| | | | | | We don't need it distributed in the sdist | ||||
| * | errorcodes map updated to PostgreSQL 9.2 | Daniele Varrazzo | 2012-09-21 | 1 | -1/+2 |
| | | |||||
| * | 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 |
