| Commit message (Expand) | Author | Age | Files | Lines |
* | Use text_type, not unicode | Mike Bayer | 2017-08-31 | 1 | -1/+1 |
* | Enable uuid for pg8000 | Mike Bayer | 2017-08-08 | 1 | -2/+26 |
* | Add quoted_name to pg8000 py_types | Mike Bayer | 2017-08-08 | 1 | -0/+6 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | Changed pg8000 dialect to cope with native JSONpr/132 | Tony Locke | 2015-01-03 | 1 | -1/+12 |
* | Make pg8000 version detection more robust | Tony Locke | 2014-12-16 | 1 | -6/+11 |
* | pg8000 client_encoding in create_engine() | Tony Locke | 2014-12-16 | 1 | -7/+54 |
* | - changelog for pullreq github:125 | Mike Bayer | 2014-08-16 | 1 | -0/+10 |
* | pg8000 now supports sane_multi_rowcountpr/125 | Tony Locke | 2014-08-02 | 1 | -1/+1 |
* | Remove spurious print statements in pg8000 dialect | Tony Locke | 2014-08-02 | 1 | -2/+0 |
* | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 1 | -0/+19 |
|\ |
|
| * | Fix support for two phase commit in pg8000 dialect | Tony Locke | 2014-07-19 | 1 | -0/+19 |
* | | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -2/+6 |
* | | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -1/+1 |
|/ |
|
* | - clarify that the pg8000 backend has no impact of any kind on | Mike Bayer | 2014-07-04 | 1 | -8/+9 |
* | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 1 | -0/+24 |
* | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 1 | -14/+11 |
* | Autocommit isolation level for postgresql+pg8000 | Tony Locke | 2014-05-22 | 1 | -0/+24 |
* | Updated doc string for postgresql+pg8000 dialect | Tony Locke | 2014-05-21 | 1 | -10/+8 |
* | pg8000.dbapi is now just pg8000 | Tony Locke | 2014-05-21 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | pg8000 fix for decimal return scale | Mike Bayer | 2013-11-23 | 1 | -1/+2 |
* | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -1/+2 |
* | - 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 | -3/+6 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -13/+6 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -2/+8 |
* | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 1 | -2/+3 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -5/+5 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Fixed support for precision numerics when using | Mike Bayer | 2011-04-14 | 1 | -1/+7 |
* | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -0/+1 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -5/+5 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -1/+0 |
* | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -2/+1 |
* | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 1 | -9/+13 |
* | - PG doc updates | Mike Bayer | 2010-07-13 | 1 | -1/+1 |
* | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 1 | -5/+6 |
* | - Repaired missing import in psycopg2._PGNumeric type when | Mike Bayer | 2010-04-07 | 1 | -4/+4 |
* | don't seem to need bind processing for pg8000 decimals. | Mike Bayer | 2010-03-19 | 1 | -3/+0 |
* | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -8/+8 |
* | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -19/+6 |
* | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -14/+35 |