| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - 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 |
| * | | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
| |/ |
|
| * | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
| * | - 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 |
| * | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -5/+3 |
| * | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -16/+6 |
| * | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -1/+13 |
| * | Corrected silly circular import introduced by original "fix". | Ben Trofatter | 2013-03-18 | 2 | -3/+4 |
| * | Added HSTORE to ischema_names in dialects/postgresql/base.py | Ben Trofatter | 2013-03-18 | 1 | -0/+2 |
| * | Added support for Postgresql's traditional SUBSTRING | Mike Bayer | 2013-03-09 | 1 | -2/+10 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -2/+2 |
| * | add any/all to __all__ | Mike Bayer | 2013-01-28 | 1 | -1/+2 |
| * | - documentation for any()/all() | Mike Bayer | 2013-01-28 | 1 | -12/+64 |
| * | Add ANY/ALL construct support for PostgreSQL's ARRAY type | Audrius Kažukauskas | 2013-01-28 | 2 | -1/+63 |
| * | Fixing a code block in the PostgreSQL base dialect docstring. | Taavi Burns | 2013-01-25 | 1 | -1/+1 |
| * | - fix a format issue in the create index | Mike Bayer | 2013-01-17 | 1 | -1/+1 |
| * | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -11/+11 |
| * | Fixed bug in :func:`.postgresql.array` construct whereby using it | Mike Bayer | 2013-01-02 | 1 | -1/+1 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 7 | -7/+7 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
| * | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
| * | HSTORE.comparator_factory should subclass Concatenable.Comparator | Audrius Kažukauskas | 2012-11-21 | 1 | -9/+4 |
| * | Add special containment operation methods for PG array type | Audrius Kažukauskas | 2012-11-20 | 1 | -3/+39 |
| * | just a pep8 pass of lib/sqlalchemy/dialects/postgresql | Diana Clarke | 2012-11-19 | 6 | -87/+126 |
| * | oops, this needs to be MutableDict | Mike Bayer | 2012-11-18 | 1 | -3/+4 |
| * | - hstore documentation, migration | Mike Bayer | 2012-11-17 | 2 | -40/+62 |
| * | - hstore adjustments | Mike Bayer | 2012-11-17 | 3 | -53/+100 |
| * | Register HStore adapter and typecaster in psycopg2 dialect | Audrius Kažukauskas | 2012-11-15 | 1 | -0/+26 |
| * | Add PostgreSQL HStore type support | Audrius Kažukauskas | 2012-11-13 | 2 | -5/+314 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 5 | -69/+27 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 5 | -9/+44 |
| * | - [bug] Added 'terminating connection' to the list | Mike Bayer | 2012-09-25 | 1 | -1/+2 |
| * | - [bug] Columns in reflected primary key constraint | Mike Bayer | 2012-09-23 | 1 | -11/+24 |
| * | - genericize the test for ischema_names | Mike Bayer | 2012-09-16 | 1 | -4/+4 |
| * | remove print statement in PGDialect._get_column_info | Éric Lemoine | 2012-09-12 | 1 | -1/+0 |
| * | adjust a comment in PGDialect._get_column_info | Éric Lemoine | 2012-09-12 | 1 | -2/+2 |
| * | breaking up PGDialect.get_columns, and add PostGIS column reflection tests | Éric Lemoine | 2012-09-12 | 1 | -102/+109 |
| * | support for reflecting PostGIS columns | Éric Lemoine | 2012-09-11 | 1 | -4/+6 |
| * | Fixed wrong regex pattern -- group vendor name | Hong Minhee | 2012-08-31 | 1 | -1/+1 |
| * | Version detection of EnterpriseDB (Postgres Plus(R) Advanced Server) | Hong Minhee | 2012-08-31 | 1 | -1/+4 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 2 | -11/+153 |
| * | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -4/+1 |
| * | _adapt_expression() moves fully to _DefaultColumnComparator which resumes | Mike Bayer | 2012-08-16 | 1 | -3/+4 |
| * | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 2 | -4/+6 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -3/+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 | 6 | -24/+24 |