| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid commit cycle of .ext.ExcludeConstraint with lazy import hack. | Robin Thomas | 2016-04-14 | 1 | -0/+20 |
* | added ON CONFLICT support for UniqueConstratin, PrimaryKeyConstraint, | Robin Thomas | 2016-04-14 | 1 | -0/+29 |
* | cleaned up to 'set_with_excluded' method on DoUpdate; use | Robin Thomas | 2016-04-13 | 1 | -6/+33 |
* | working, test-included implementation of PostgreSQL 9.5's | Robin Thomas | 2016-04-13 | 1 | -0/+23 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+18 |
* | 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 |
|/ |
|
* | - 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 | 1 | -1/+1 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -2/+2 |
* | - for #3455 | Mike Bayer | 2015-06-19 | 1 | -7/+5 |
* | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 1 | -0/+24 |
|\ |
|
| * | Add support for PostgreSQL index storage parameters | Pete Hollobon | 2015-06-03 | 1 | -0/+24 |
* | | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 1 | -3/+43 |
|/ |
|
* | Dialect option `postgresql_concurrently` to `Index` construct. | Iuri de Silvio | 2015-02-25 | 1 | -0/+10 |
* | - Fixed bug where Postgresql dialect would fail to render an | Mike Bayer | 2015-01-16 | 1 | -1/+53 |
* | - pep8 formatting for pg table opts feature, tests | Mike Bayer | 2014-08-23 | 1 | -22/+73 |
* | Correcting options name from withoids to with_oids | Malik Diarra | 2014-08-17 | 1 | -3/+3 |
* | quoting tablespace name in create table command in postgresql dialect | Malik Diarra | 2014-08-17 | 1 | -0/+5 |
* | Adding oids and on_commit table options | Malik Diarra | 2014-08-17 | 1 | -0/+22 |
* | Adding a tablespace options for postgresql create table | Malik Diarra | 2014-08-17 | 1 | -0/+6 |
* | - Fixed bug in :class:`.postgresql.array` object where comparison | Mike Bayer | 2014-07-25 | 1 | -0/+10 |
* | - flake8 all of test/dialect/postgresql | Mike Bayer | 2014-07-25 | 1 | -134/+151 |
* | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -0/+81 |
* | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -29/+15 |
* | zero_indexes-param-for-postgresql-ARRAY-type | Alexey Terentev | 2014-05-13 | 1 | -0/+53 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
* | - move additional enum compilation tests to postgresql/test_compiler.py | Mike Bayer | 2013-11-30 | 1 | -1/+25 |
* | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 1 | -0/+16 |
* | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -0/+7 |
* | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -0/+55 |
* | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+12 |
* | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+10 |
* | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 1 | -55/+0 |
* | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 1 | -0/+589 |