summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-3/+9
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-071-1/+1
* Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-1/+1
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-8/+19
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-8/+22
* Support Postgresql development version numbersSean McCully2017-03-291-1/+1
* Implement comments for tables, columnsFrazer McLean2017-03-171-5/+30
* Repair missing "checkfirst" for test suiteMike Bayer2017-03-071-4/+4
* Add new DDL autocommit expressions for PostgresqlMike Bayer2017-02-131-0/+8
* Improve server-side Sequence documentationMike Bayer2017-01-191-0/+1
* Merge "Use full column->type processing for ON CONFLICT SET clause"mike bayer2017-01-131-10/+46
|\
| * Use full column->type processing for ON CONFLICT SET clauseMike Bayer2017-01-131-10/+46
* | Merge "Support python3.6"mike bayer2017-01-131-10/+10
|\ \ | |/ |/|
| * Support python3.6Mike Bayer2017-01-131-10/+10
* | - document how to use autocommit isolation level for CONCURRENTLY,Mike Bayer2017-01-121-0/+19
|/
* Merge "update for 2017 copyright"mike bayer2017-01-091-1/+1
|\
| * update for 2017 copyrightMike Bayer2017-01-041-1/+1
* | - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467Mike Bayer2017-01-051-0/+23
|/
* Allow the value 0 for Postgresql TIME/TIMESTAMP precisionIonuț Ciocîrlan2016-11-231-4/+4
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-071-0/+1
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-1/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-45/+45
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-0/+2
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-2/+1
* Fix table reference in PostgreSQL documentationpr/303Michael Williamson2016-08-281-1/+1
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-0/+3
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-9/+263
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-5/+36
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-081-2/+36
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-061-2/+36
* | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-1/+6
|/
* Merge "Refine PG inspection methods"mike bayer2016-06-061-94/+34
|\
| * Refine PG inspection methodsSebastian Bank2016-06-061-94/+34
* | Replace some uses of re.sub with str.lstrip/replaceVille Skyttä2016-06-061-1/+1
|/
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+2
* Add postgresql_tablespace option on Indexbeenje2016-06-011-1/+19
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+25
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-1/+3
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+1
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-6/+4
* - happy new yearMike Bayer2016-01-291-1/+1
* Fix ArrayOfEnum's handling of empty arrays.pr/229Chase2016-01-191-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-5/+13
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-0/+10
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-1/+1
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+6
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-5/+21
* Updated PostgreSQL links to point to "current" rather than hardcoded versionJeff Widman2015-11-051-2/+2
* Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra...Jeff Widman2015-11-041-2/+2