| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support Postgresql INTERVAL fields spec/reflection | Mike Bayer | 2017-04-05 | 1 | -8/+22 |
| * | Support Postgresql development version numbers | Sean McCully | 2017-03-29 | 1 | -1/+1 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -5/+30 |
| * | Repair missing "checkfirst" for test suite | Mike Bayer | 2017-03-07 | 1 | -4/+4 |
| * | Add new DDL autocommit expressions for Postgresql | Mike Bayer | 2017-02-13 | 1 | -0/+8 |
| * | Improve server-side Sequence documentation | Mike Bayer | 2017-01-19 | 1 | -0/+1 |
| * | Merge "Use full column->type processing for ON CONFLICT SET clause" | mike bayer | 2017-01-13 | 1 | -10/+46 |
| |\ |
|
| | * | Use full column->type processing for ON CONFLICT SET clause | Mike Bayer | 2017-01-13 | 1 | -10/+46 |
| * | | Merge "Support python3.6" | mike bayer | 2017-01-13 | 1 | -10/+10 |
| |\ \
| |/
|/| |
|
| | * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -10/+10 |
| * | | - document how to use autocommit isolation level for CONCURRENTLY, | Mike Bayer | 2017-01-12 | 1 | -0/+19 |
| |/ |
|
| * | Merge "update for 2017 copyright" | mike bayer | 2017-01-09 | 1 | -1/+1 |
| |\ |
|
| | * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | | - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 | Mike Bayer | 2017-01-05 | 1 | -0/+23 |
| |/ |
|
| * | Allow the value 0 for Postgresql TIME/TIMESTAMP precision | Ionuț Ciocîrlan | 2016-11-23 | 1 | -4/+4 |
| * | Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT | Mike Bayer | 2016-11-07 | 1 | -0/+1 |
| * | Don't set pg autoincrement if type affinity is not Integer | Mike Bayer | 2016-10-20 | 1 | -1/+2 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -45/+45 |
| * | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 1 | -0/+2 |
| * | Enable include_table for ON CONFLICT whereclauses | Mike Bayer | 2016-09-28 | 1 | -2/+1 |
| * | Fix table reference in PostgreSQL documentationpr/303 | Michael Williamson | 2016-08-28 | 1 | -1/+1 |
| * | 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 | 1 | -9/+263 |
| * | 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 |
| * | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 1 | -1/+3 |
| * | - 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 | 1 | -1/+1 |
| * | 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 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -0/+10 |
| * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 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 |
| * | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 1 | -0/+5 |
| * | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 1 | -0/+6 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -14/+0 |
| * | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-18 | 1 | -0/+41 |