| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | If we are depending on Python 2.4, we don't need to make decimal module | James Henstridge | 2008-12-27 | 1 | -13/+8 | |
| * | Remove conditionals on support for booleans and datetimes, since they | James Henstridge | 2008-12-26 | 1 | -37/+21 | |
| * | Merge changes from psycopg2/trunk via psycopg2.r243. | James Henstridge | 2008-05-05 | 1 | -0/+13 | |
| |\ | ||||||
| | * | mx fix to build on win32. | Federico Di Gregorio | 2006-09-02 | 1 | -1/+5 | |
| | * | psycopg is enlarging.. | Federico Di Gregorio | 2006-09-01 | 1 | -2/+15 | |
| | * | Merge from 2_0_x branch up to r814. | Federico Di Gregorio | 2006-09-01 | 1 | -5/+22 | |
| * | | 2008-03-07 Jason Erickson <jerickso@stickpeople.com> | James Henstridge | 2008-03-06 | 1 | -1/+1 | |
| * | | * psycopg/typecast.c (typecast_pydatetime): make array static. | James Henstridge | 2008-01-21 | 1 | -11/+11 | |
| * | | Add more const qualifiers. | James Henstridge | 2008-01-21 | 1 | -5/+6 | |
| * | | * tests/test_transaction.py (DeadlockSerializationTestCase): port | James Henstridge | 2008-01-16 | 1 | -27/+20 | |
| * | | 2007-12-22 James Henstridge <james@jamesh.id.au> | James Henstridge | 2007-12-22 | 1 | -0/+9 | |
| * | | Applied win32 patch from Jason Erickson. | Federico Di Gregorio | 2007-12-21 | 1 | -1/+1 | |
| * | | * psycopg/pqpath.c (pq_raise): only remove the first 8 characters | James Henstridge | 2007-12-19 | 1 | -15/+14 | |
| * | | Fixed bug #192 (Decimal support not safe for use with multiple sub | Daniele Varrazzo | 2007-10-21 | 1 | -8/+56 | |
| * | | Added missing DECREF. | Daniele Varrazzo | 2007-10-18 | 1 | -0/+1 | |
| * | | int->size_t transition. | Federico Di Gregorio | 2007-04-13 | 1 | -4/+5 | |
| * | | Fixed mem and ref leak in connect(). | Federico Di Gregorio | 2007-04-10 | 1 | -28/+47 | |
| * | | Fixed both Python 2.5 and 64 bit problems. | Federico Di Gregorio | 2007-04-10 | 1 | -64/+65 | |
| * | | Added support for per-cursor and per-connection typecasters. | Federico Di Gregorio | 2007-02-22 | 1 | -4/+27 | |
| * | | Encodings from Karsten. | Federico Di Gregorio | 2007-01-19 | 1 | -5/+59 | |
| * | | Applied patch from #148. | Federico Di Gregorio | 2007-01-16 | 1 | -2/+9 | |
| * | | mx fix to build on win32. | Federico Di Gregorio | 2006-09-02 | 1 | -1/+5 | |
| * | | Fixed OperationalError in connection objects. | Federico Di Gregorio | 2006-09-01 | 1 | -0/+2 | |
| * | | .connect() port parameter as string or int (closes: #120). | Federico Di Gregorio | 2006-09-01 | 1 | -5/+19 | |
| * | | Fixed memory leak (closes: #114). | Federico Di Gregorio | 2006-07-31 | 1 | -0/+1 | |
| |/ | ||||||
| * | Fixed memory overflow. | Federico Di Gregorio | 2006-02-11 | 1 | -1/+1 | |
| * | * Docstrings added/fixed | Daniele Varrazzo | 2006-01-12 | 1 | -24/+50 | |
| * | Extra attributes for ProgrammingError exception. | Federico Di Gregorio | 2006-01-05 | 1 | -0/+40 | |
| * | Connection encoding case fix (closes: #83). | Federico Di Gregorio | 2006-01-01 | 1 | -1/+2 | |
| * | * psycopg/psycopgmodule.c: fixed exceptions refcount. | Daniele Varrazzo | 2005-11-26 | 1 | -21/+35 | |
| * | Does not crash on importing needed modules. (Closes: #32) | Federico Di Gregorio | 2005-11-15 | 1 | -1/+10 | |
| * | Run-time check for Decimal on Python 2.3. | Federico Di Gregorio | 2005-11-03 | 1 | -0/+5 | |
| * | Implemented named cursors. | Federico Di Gregorio | 2005-10-22 | 1 | -13/+16 | |
| * | Epydoc clean. :D | Federico Di Gregorio | 2005-10-18 | 1 | -9/+9 | |
| * | Code cleanup. | Federico Di Gregorio | 2005-10-18 | 1 | -16/+20 | |
| * | Default tzinfo_factory for cursors. | Federico Di Gregorio | 2005-10-17 | 1 | -3/+6 | |
| * | Working on TZ issues. | Federico Di Gregorio | 2005-10-17 | 1 | -1/+9 | |
| * | Applied patches to fix docstrings. | Federico Di Gregorio | 2005-10-17 | 1 | -1/+22 | |
| * | Fixed connection parameters. | Federico Di Gregorio | 2005-06-13 | 1 | -6/+10 | |
| * | ZPsycopgDA work. | Federico Di Gregorio | 2005-05-26 | 1 | -1/+4 | |
| * | Release 2.0 beta 1.2_0_BETA_1 | Federico Di Gregorio | 2005-05-09 | 1 | -0/+4 | |
| * | chunk/buffer patch applied. | Federico Di Gregorio | 2005-05-09 | 1 | -0/+4 | |
| * | Array support completed (closes: #1). | Federico Di Gregorio | 2005-04-10 | 1 | -4/+10 | |
| * | mingw patch from Daniele Varazzo. | Federico Di Gregorio | 2005-04-10 | 1 | -0/+10 | |
| * | psycopg1 compatibility module. | Federico Di Gregorio | 2005-04-03 | 1 | -1/+2 | |
| * | Adaptation fixes (a lot.) | Federico Di Gregorio | 2005-02-28 | 1 | -3/+15 | |
| * | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 1 | -0/+477 | |
