| Commit message (Expand) | Author | Age | Files | Lines |
| * | Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT | Mike Bayer | 2016-11-07 | 2 | -6/+50 |
| * | Don't set pg autoincrement if type affinity is not Integer | Mike Bayer | 2016-10-20 | 1 | -0/+16 |
| * | Add a qualifying character to multi INSERT..VALUES parameter names | Mike Bayer | 2016-10-17 | 2 | -0/+56 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -2/+2 |
| * | Change autoincrement compileerror to a warning | Mike Bayer | 2016-10-07 | 1 | -33/+48 |
| * | Check row for None with implicit returning PK to accommodate ON CONFLICT | Mike Bayer | 2016-10-04 | 1 | -12/+97 |
| * | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 1 | -7/+20 |
| * | Enable include_table for ON CONFLICT whereclauses | Mike Bayer | 2016-09-28 | 1 | -6/+22 |
| * | Repair PG BIGSERIAL w/ TypeDecorator, Variant | Mike Bayer | 2016-07-04 | 1 | -1/+20 |
| * | Merge "Add ON CONFLICT support for Postgresql" | mike bayer | 2016-06-14 | 2 | -5/+563 |
| |\ |
|
| | * | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 2 | -5/+563 |
| * | | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -17/+17 |
| |/ |
|
| * | Support `postgresql_concurrently` on index dropping. | Iuri de Silvio | 2016-06-08 | 1 | -0/+26 |
| * | Merge "Support normal /materialized views in PG separately" | mike bayer | 2016-06-08 | 1 | -1/+21 |
| |\ |
|
| | * | Support normal /materialized views in PG separately | Sebastian Bank | 2016-06-06 | 1 | -1/+21 |
| * | | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql | Sergey Skopin | 2016-06-08 | 1 | -1/+53 |
| |/ |
|
| * | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 1 | -0/+22 |
| * | Add postgresql_tablespace option on Index | beenje | 2016-06-01 | 1 | -0/+43 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+24 |
| * | Support "blank" schema when MetaData.schema is set | Mike Bayer | 2016-05-18 | 1 | -0/+23 |
| * | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 2 | -5/+9 |
| * | - test fixes for metadata.enums value now being a list | Mike Bayer | 2016-02-02 | 2 | -24/+20 |
| * | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 1 | -0/+9 |
| * | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 1 | -0/+10 |
| * | - fix array test that was essentially taking a weird guess | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+18 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -84/+32 |
| * | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 1 | -0/+16 |
| |\ |
|
| | * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -0/+16 |
| * | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -0/+13 |
| |/ |
|
| * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+18 |
| * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -0/+10 |
| * | - modernize some very old global-engine tests w/ bad teardowns | Mike Bayer | 2015-10-11 | 1 | -238/+260 |
| * | - repair flake8 issues | Mike Bayer | 2015-10-11 | 1 | -44/+49 |
| * | - repair laziness about setting time zone here, which is leaking | Mike Bayer | 2015-10-11 | 1 | -9/+17 |
| * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -30/+35 |
| * | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 1 | -0/+26 |
| * | - The :class:`.TypeDecorator` type extender will now work in conjunction | Mike Bayer | 2015-08-27 | 1 | -0/+28 |
| * | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 1 | -0/+11 |
| * | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 1 | -1/+45 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 2 | -7/+7 |
| * | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -0/+27 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -6/+102 |
| * | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 1 | -1/+3 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 1 | -0/+55 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 2 | -27/+274 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -0/+1 |
| * | Fix typopr/183 | Pete Hollobon | 2015-06-22 | 1 | -1/+1 |
| * | - for #3455 | Mike Bayer | 2015-06-19 | 2 | -28/+41 |
| * | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 2 | -0/+63 |
| |\ |
|