summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - dialects passes flake8Mike Bayer2019-01-051-1/+1
* flake8 refactor - dialectsMike Bayer2019-01-051-27/+42
* - do a broken zimports run on libMike Bayer2019-01-051-19/+20
* step 1, straight black -l 79 runMike Bayer2019-01-051-574/+853
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-23/+33
* Fix PostgreSQL reflection of domains expressed as arraysJakub Synowiec2018-12-011-3/+10
* Minor cosmetic tweaks to reST markupLele Gaifax2018-11-031-9/+10
* Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-1/+1
* Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-1/+3
* - add a tl;dr to postgresql search_path section as it's longMike Bayer2018-05-061-0/+3
* Ensure all visit_sequence accepts **kw argsMike Bayer2018-04-041-1/+1
* Add postgresl.REGCLASS type for casting table names to OIDs and vice versaSebastian Bank2018-04-031-0/+14
* Add support for declarative partitioning in PostgreSQL 10Vsevolod Solovyov2018-03-301-1/+12
* Only replace first occurrence for COLLATE/ARRAY syntaxMike Bayer2018-03-051-1/+2
* Add values_callable feature to EnumJon Snyder2018-02-071-0/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Add TRUNCATE to postgres autocommit regexpJacob Hayes2017-12-181-1/+1
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+17
* Add postgresql.MONEYCleber J Santos2017-11-161-0/+14
* - add a note how to generate pg10 IDENTITY for nowMike Bayer2017-10-091-2/+36
* Accomodate for multidimensional array in rewriting for COLLATEMike Bayer2017-09-271-2/+4
* Make a common approach for "emulated" typesMike Bayer2017-09-251-4/+21
* use the stack to get the insert statement in on conflictticket_4074Mike Bayer2017-09-121-1/+3
* 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