summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-0/+26
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-081-1/+21
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-061-1/+21
* | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-1/+53
|/
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+22
* Add postgresql_tablespace option on Indexbeenje2016-06-011-0/+43
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+24
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+23
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-152-5/+9
* - test fixes for metadata.enums value now being a listMike Bayer2016-02-022-24/+20
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-0/+9
* - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-0/+10
* - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+18
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-84/+32
* 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
|/
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+18
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+10
* - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-238/+260
* - repair flake8 issuesMike Bayer2015-10-111-44/+49
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-30/+35
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-0/+26
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-0/+28
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+11
* - 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-262-7/+7
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+27
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-6/+102
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-181-1/+3
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+55
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-27/+274
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* Fix typopr/183Pete Hollobon2015-06-221-1/+1
* - for #3455Mike Bayer2015-06-192-28/+41
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-192-0/+63
|\
| * Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-0/+19
| * Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-0/+20
| * 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
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-054-38/+37
|/
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+17
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-10/+50
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-0/+1
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-0/+99
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-0/+10
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-0/+10
* | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-021-0/+1