| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+3 |
| * | copyright | Mike Bayer | 2012-05-05 | 6 | -6/+6 |
| * | - Fixed bug related to [ticket:2141] whereby the | Mike Bayer | 2011-10-05 | 1 | -6/+12 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -1/+1 |
| * | - Fixed bug affecting PG 9 whereby index reflection | Mike Bayer | 2011-05-20 | 1 | -7/+23 |
| * | - Fixed the BIT type to allow a "length" parameter, "varying" | Mike Bayer | 2011-03-16 | 1 | -2/+25 |
| * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+21 |
| * | - Added an additional libpq message to the list of "disconnect" | Mike Bayer | 2011-02-09 | 1 | -3/+11 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -5/+14 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 3 | -71/+71 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 6 | -2/+32 |
| * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| * | - Added as_uuid=True flag to the UUID type, will receive | Mike Bayer | 2010-11-18 | 1 | -2/+63 |
| * | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 3 | -17/+24 |
| * | - Fixed bug which prevented "domain" built from a | Mike Bayer | 2010-10-20 | 1 | -16/+20 |
| * | - Added "as_tuple" flag to pg ARRAY type, returns results | Mike Bayer | 2010-10-20 | 1 | -7/+27 |
| * | - Fixed the psycopg2 dialect to use its | Mike Bayer | 2010-08-10 | 2 | -17/+63 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - PG doc updates | Mike Bayer | 2010-07-13 | 3 | -3/+3 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 1 | -121/+192 |
| * | - Won't generate "CREATE TYPE" / "DROP TYPE" if | Mike Bayer | 2010-06-25 | 1 | -0/+6 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -2/+16 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -1/+1 |
| * | add a note about native unicode mode, [ticket:1792] | Mike Bayer | 2010-05-08 | 1 | -0/+5 |
| * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 2 | -3/+8 |
| * | added detailed documentation regarding ORM performance in conjunction with mu... | Mike Bayer | 2010-04-18 | 1 | -0/+9 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -0/+21 |
| * | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 3 | -10/+15 |
| * | - Repaired missing import in psycopg2._PGNumeric type when | Mike Bayer | 2010-04-07 | 2 | -9/+9 |
| * | - Postgresql now reflects sequence names associated with | Mike Bayer | 2010-04-06 | 1 | -3/+6 |
| * | fix typo | Mike Bayer | 2010-03-26 | 1 | -1/+1 |
| * | - the TIME and TIMESTAMP types are now availble from the | Mike Bayer | 2010-03-26 | 1 | -28/+53 |
| * | - The psycopg2 dialect will log NOTICE messages via the | Mike Bayer | 2010-03-25 | 1 | -2/+28 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -13/+11 |
| * | don't seem to need bind processing for pg8000 decimals. | Mike Bayer | 2010-03-19 | 1 | -3/+0 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 2 | -25/+21 |
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 4 | -23/+23 |
| * | Changed the py-postgresql dialect to indicate that it is using the pyformat p... | Michael Trier | 2010-02-23 | 1 | -7/+4 |
| * | The py-postgresql dialect now supports sane rowcounts. | Michael Trier | 2010-02-22 | 1 | -1/+3 |
| * | Fixed up the pypostgresql PGNumeric bind_processor to convert input to a string. | Michael Trier | 2010-02-22 | 1 | -1/+1 |
| * | Fixed up the pypostgresql dialect so it appears in __init__. | Michael Trier | 2010-02-22 | 1 | -2/+2 |
| * | - Added an optional C extension to speed up the sql layer by | Gaƫtan de Menten | 2010-02-13 | 3 | -38/+14 |
| * | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -3/+10 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 1 | -16/+14 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -2/+2 |
| * | base supports_native_enum on 8.3 or greater | Mike Bayer | 2010-01-21 | 1 | -2/+9 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 1 | -0/+4 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -4/+4 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -3/+22 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -12/+28 |