| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+1 |
* | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 |
* | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 |
* | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -14/+13 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
* | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -2/+3 |
* | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -18/+21 |
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/dialects/postgresql | Diana Clarke | 2012-11-19 | 1 | -18/+24 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -20/+46 |
* | Register HStore adapter and typecaster in psycopg2 dialect | Audrius Kažukauskas | 2012-11-15 | 1 | -0/+26 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -17/+6 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -3/+7 |
* | - [bug] Added 'terminating connection' to the list | Mike Bayer | 2012-09-25 | 1 | -1/+2 |
* | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 1 | -2/+3 |
* | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 1 | -1/+1 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -3/+3 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -7/+7 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -27/+27 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -1/+1 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -2/+3 |
* | - break out sample URLs into individual, per-database sections each with a link | Mike Bayer | 2012-02-12 | 1 | -0/+20 |
* | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -0/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | 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 |