| Commit message (Expand) | Author | Age | Files | Lines |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 8 | -75/+75 |
| * | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 3 | -13/+31 |
| * | Enable include_table for ON CONFLICT whereclauses | Mike Bayer | 2016-09-28 | 1 | -2/+1 |
| * | Fix typo in comment | keeyip chan | 2016-09-11 | 1 | -2/+2 |
| * | Fix table reference in PostgreSQL documentationpr/303 | Michael Williamson | 2016-08-28 | 1 | -1/+1 |
| * | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 2 | -3/+3 |
| * | Build string/int processors for JSONIndexType, JSONPathType | Mike Bayer | 2016-08-04 | 1 | -2/+20 |
| * | Repair PG BIGSERIAL w/ TypeDecorator, Variant | Mike Bayer | 2016-07-04 | 1 | -0/+3 |
| * | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 3 | -10/+476 |
| * | Support `postgresql_concurrently` on index dropping. | Iuri de Silvio | 2016-06-08 | 1 | -5/+36 |
| * | Merge "Support normal /materialized views in PG separately" | mike bayer | 2016-06-08 | 1 | -2/+36 |
| |\ |
|
| | * | Support normal /materialized views in PG separately | Sebastian Bank | 2016-06-06 | 1 | -2/+36 |
| * | | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql | Sergey Skopin | 2016-06-08 | 1 | -1/+6 |
| |/ |
|
| * | Merge "Refine PG inspection methods" | mike bayer | 2016-06-06 | 1 | -94/+34 |
| |\ |
|
| | * | Refine PG inspection methods | Sebastian Bank | 2016-06-06 | 1 | -94/+34 |
| * | | Replace some uses of re.sub with str.lstrip/replace | Ville Skyttä | 2016-06-06 | 1 | -1/+1 |
| |/ |
|
| * | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 1 | -0/+2 |
| * | Add postgresql_tablespace option on Index | beenje | 2016-06-01 | 1 | -1/+19 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+25 |
| * | Handle `SSL error: decryption failed or bad record mac` | Iuri de Silvio | 2016-05-13 | 1 | -0/+1 |
| * | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 3 | -2/+248 |
| * | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 1 | -0/+1 |
| * | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 1 | -6/+4 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 12 | -12/+12 |
| * | Fix ArrayOfEnum's handling of empty arrays.pr/229 | Chase | 2016-01-19 | 1 | -1/+1 |
| * | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -2/+2 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -5/+13 |
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+1 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 6 | -185/+93 |
| * | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| |\ |
|
| | * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -1/+1 |
| * | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -1/+1 |
| |/ |
|
| * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+6 |
| * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -5/+21 |
| * | Updated PostgreSQL links to point to "current" rather than hardcoded version | Jeff Widman | 2015-11-05 | 1 | -2/+2 |
| * | Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra... | Jeff Widman | 2015-11-04 | 1 | -2/+2 |
| * | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 1 | -1/+1 |
| * | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 1 | -1/+14 |
| * | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 4 | -4/+24 |
| * | - consolidate "constraints.py" into the more general "ext.py", | Mike Bayer | 2015-08-27 | 3 | -100/+92 |
| * | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 3 | -1/+71 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 3 | -192/+48 |
| * | - forgot to implement py3k logic for JSON.NULL | Mike Bayer | 2015-08-18 | 1 | -23/+21 |
| * | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-18 | 2 | -0/+45 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 1 | -1/+58 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 6 | -707/+756 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -1/+3 |
| * | - add a note, references #3487 | Mike Bayer | 2015-07-15 | 1 | -0/+10 |
| * | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi | Mike Bayer | 2015-06-22 | 1 | -1/+1 |
| * | - for #3455 | Mike Bayer | 2015-06-19 | 1 | -4/+17 |