summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Use base __ne__ implementation for range types w/ NoneMike Bayer2018-04-031-67/+138
* Add postgresl.REGCLASS type for casting table names to OIDs and vice versaSebastian Bank2018-04-031-0/+40
* Add support for declarative partitioning in PostgreSQL 10Vsevolod Solovyov2018-03-301-0/+20
* Add TRUNCATE to postgres autocommit regexpJacob Hayes2017-12-181-0/+3
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+16
* Add postgresql.MONEYCleber J Santos2017-11-161-0/+1
* Test for EXCLUDE constraint duplicated indexMike Bayer2017-10-251-1/+33
* Add fast execution helper support.Mike Bayer2017-10-101-1/+82
* PG dialect test fixesMike Bayer2017-10-021-67/+69
* Accomodate for multidimensional array in rewriting for COLLATEMike Bayer2017-09-271-0/+23
* Make a common approach for "emulated" typesMike Bayer2017-09-251-0/+9
* use the stack to get the insert statement in on conflictticket_4074Mike Bayer2017-09-121-0/+24
* Enable uuid for pg8000Mike Bayer2017-08-081-4/+2
* Add quoted_name to pg8000 py_typesMike Bayer2017-08-081-1/+16
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-0/+23
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-071-1/+6
* Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-0/+6
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-0/+26
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-99/+132
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-1/+59
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-0/+29
* Support Postgresql development version numbersSean McCully2017-03-291-1/+4
* Implement comments for tables, columnsFrazer McLean2017-03-171-1/+1
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-0/+71
* - add test for inserting PG array w/ NULL, references #3916Mike Bayer2017-02-161-0/+9
* Add new DDL autocommit expressions for PostgresqlMike Bayer2017-02-131-0/+11
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-075-29/+38
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-0/+24
* Merge "Use full column->type processing for ON CONFLICT SET clause"mike bayer2017-01-132-4/+84
|\
| * Use full column->type processing for ON CONFLICT SET clauseMike Bayer2017-01-132-4/+84
* | Support python3.6Mike Bayer2017-01-131-1/+1
|/
* Allow the value 0 for Postgresql TIME/TIMESTAMP precisionIonuț Ciocîrlan2016-11-231-0/+4
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-133/+0
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-072-6/+50
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-0/+16
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-172-0/+56
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-33/+48
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-041-12/+97
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-7/+20
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-6/+22
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-1/+20
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-142-5/+563
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-142-5/+563
* | Deprecate FromClause.count()Mike Bayer2016-06-141-17/+17
|/
* 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