summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
...
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/dialects/postgresqlDiana Clarke2012-11-191-18/+24
* - hstore adjustmentsMike Bayer2012-11-171-20/+46
* Register HStore adapter and typecaster in psycopg2 dialectAudrius Kažukauskas2012-11-151-0/+26
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-17/+6
* - move out maxdbMike Bayer2012-10-181-3/+7
* - [bug] Added 'terminating connection' to the listMike Bayer2012-09-251-1/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-3/+3
* more import cleanupsMike Bayer2012-08-071-7/+7
* trailing whitespace bonanzaMike Bayer2012-07-281-27/+27
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-1/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-2/+3
* - break out sample URLs into individual, per-database sections each with a linkMike Bayer2012-02-121-0/+20
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-121-0/+2
* happy new yearMike Bayer2012-01-041-1/+1
* emergency rewrite of the psycopg2 unicode sectionMike Bayer2011-11-291-24/+30
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-9/+35
* - use itertools.count() plus mutex for Query _new_runid, psycopg2 serverMike Bayer2011-08-061-2/+3
* - Fixed the psycopg2_version parsing in theMike Bayer2011-04-181-2/+5
* no idea what "auto-commit" means here. some reorg.Mike Bayer2011-04-151-36/+37
* - no encoding with arraysMike Bayer2011-04-081-0/+2
* - more liberal check hereMike Bayer2011-04-081-0/+2
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-0/+2
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+7
* - Added an additional libpq message to the list of "disconnect"Mike Bayer2011-02-091-3/+11
* - execution_options() on Connection acceptsMike Bayer2011-01-161-12/+18
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-161-11/+20
* - whitespace removal bonanzaMike Bayer2011-01-021-8/+8
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* merge tipMichael Trier2010-12-191-2/+2
|\
| * more inlinesMike Bayer2010-12-191-2/+2
* | Ridding the world of a few wasteful imports.Michael Trier2010-12-191-2/+1
|/
* - support for cdecimalMike Bayer2010-12-111-1/+1
* merge tipMike Bayer2010-11-181-6/+9
|\
| * - Ensured every numeric, float, int code, scalar + array,Mike Bayer2010-11-181-6/+9
* | - initial patch for [ticket:1926]Mike Bayer2010-11-171-0/+1
|/
* - Fixed the psycopg2 dialect to use itsMike Bayer2010-08-101-13/+58
* - PG doc updatesMike Bayer2010-07-131-1/+1
* add a note about native unicode mode, [ticket:1792]Mike Bayer2010-05-081-0/+5
* place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t...Mike Bayer2010-04-301-3/+0
* - fixed numeric test for pg8000, factored out decimal/float codesMike Bayer2010-04-091-5/+5
* - Repaired missing import in psycopg2._PGNumeric type whenMike Bayer2010-04-071-5/+5
* fix typoMike Bayer2010-03-261-1/+1
* - The psycopg2 dialect will log NOTICE messages via theMike Bayer2010-03-251-2/+28
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-11/+9
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-9/+9
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-13/+6
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-16/+14