| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 | 1 | -0/+62 |
| * | 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 | 1 | -1/+1 |
| * | 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 |
| * | 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 | 1 | -62/+86 |
| * | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -0/+3 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -13/+3 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -2/+12 |
| * | - [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 | 1 | -9/+151 |
| * | - [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 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -3/+3 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -4/+4 |
| * | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -101/+102 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+23 |
| * | - [bug] removed unnecessary table clause when | Mike Bayer | 2012-06-16 | 1 | -1/+0 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -6/+11 |
| * | - [bug] removed unnecessary table clause | Mike Bayer | 2012-05-04 | 1 | -1/+0 |
| * | - [feature] postgresql.ARRAY features an optional | Mike Bayer | 2012-04-24 | 1 | -39/+50 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -15/+4 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -15/+4 |
| * | | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -34/+3 |
| |/ |
|
| * | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -0/+4 |
| * | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -5/+5 |
| * | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -1/+0 |
| * | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+1 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -3/+12 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -1/+3 |
| * | - [feature] Added create_type constructor argument | Mike Bayer | 2011-11-28 | 1 | -1/+82 |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -7/+32 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -0/+13 |
| * | - Fixed bug related to [ticket:2141] whereby the | Mike Bayer | 2011-10-05 | 1 | -6/+12 |
| * | - Added "postgresql_using" argument to Index(), produces | Mike Bayer | 2011-10-02 | 1 | -3/+24 |
| * | - Reflection functions for Table, Sequence no longer | Mike Bayer | 2011-09-09 | 1 | -8/+8 |