summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Add postgresql tablespace option on indexpr/233beenje2016-02-031-0/+43
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+18
* Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-0/+16
|\
| * - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-0/+16
* | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-0/+13
|/
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+45
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-1/+1
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-2/+2
* - for #3455Mike Bayer2015-06-191-7/+5
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-191-0/+24
|\
| * Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+24
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-3/+43
|/
* Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-0/+10
* - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53
* - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-22/+73
* Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
* quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-0/+5
* Adding oids and on_commit table optionsMalik Diarra2014-08-171-0/+22
* Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-0/+6
* - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-251-0/+10
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-251-134/+151
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* - changelog for #2785Mike Bayer2014-05-161-29/+15
* zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-0/+53
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1
* - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-301-1/+25
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-0/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+7
* - fix up rendering of "of"Mike Bayer2013-11-281-0/+55
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-55/+0
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+589