| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | emergency rewrite of the psycopg2 unicode section | Mike Bayer | 2011-11-29 | 1 | -24/+30 |
| * | - Added client_encoding parameter to create_engine() | Mike Bayer | 2011-10-15 | 1 | -9/+35 |
| * | - use itertools.count() plus mutex for Query _new_runid, psycopg2 server | Mike Bayer | 2011-08-06 | 1 | -2/+3 |
| * | - Fixed the psycopg2_version parsing in the | Mike Bayer | 2011-04-18 | 1 | -2/+5 |
| * | no idea what "auto-commit" means here. some reorg. | Mike Bayer | 2011-04-15 | 1 | -36/+37 |
| * | - no encoding with arrays | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
| * | - more liberal check here | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
| * | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+7 |
| * | - Added an additional libpq message to the list of "disconnect" | Mike Bayer | 2011-02-09 | 1 | -3/+11 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -12/+18 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -11/+20 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -8/+8 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | merge tip | Michael Trier | 2010-12-19 | 1 | -2/+2 |
| |\ |
|
| | * | more inlines | Mike Bayer | 2010-12-19 | 1 | -2/+2 |
| * | | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -2/+1 |
| |/ |
|
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+1 |
| * | merge tip | Mike Bayer | 2010-11-18 | 1 | -6/+9 |
| |\ |
|
| | * | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 1 | -6/+9 |
| * | | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -0/+1 |
| |/ |
|
| * | - Fixed the psycopg2 dialect to use its | Mike Bayer | 2010-08-10 | 1 | -13/+58 |
| * | - PG doc updates | Mike Bayer | 2010-07-13 | 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 | 1 | -3/+0 |
| * | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 1 | -5/+5 |
| * | - Repaired missing import in psycopg2._PGNumeric type when | Mike Bayer | 2010-04-07 | 1 | -5/+5 |
| * | fix typo | Mike Bayer | 2010-03-26 | 1 | -1/+1 |
| * | - The psycopg2 dialect will log NOTICE messages via the | Mike Bayer | 2010-03-25 | 1 | -2/+28 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -11/+9 |
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -9/+9 |
| * | - Added an optional C extension to speed up the sql layer by | Gaƫtan de Menten | 2010-02-13 | 1 | -13/+6 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 1 | -16/+14 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -4/+4 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -12/+28 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -10/+25 |
| * | supports unicode binds in PG too. even without the UNICODE extension it seem... | Mike Bayer | 2009-11-06 | 1 | -1/+2 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 1 | -5/+40 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 1 | -2/+2 |
| * | - Inserting NULL into a primary key + foreign key column | Mike Bayer | 2009-08-31 | 1 | -0/+1 |
| * | move postgresql's % escape handling out of base | Philip Jenvey | 2009-08-11 | 1 | -1/+10 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+147 |