summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-1/+1
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-2/+27
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-0/+77
* Revise psycopg2 execute_values approachMike Bayer2019-08-181-15/+163
* Add new executemany_mode, support for psycopg2.extras.execute_values()Yuval Dinari2019-08-121-9/+193
* Modernize internal reflectionMike Bayer2019-08-061-5/+5
* Include 'p' for get_indexes() queryMike Bayer2019-07-191-2/+20
* self_group() for FunctionFilterMike Bayer2019-07-121-0/+15
* Support multidimensional array literals in PostgresqlMike Bayer2019-07-081-1/+111
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-7/+1
* Enable F841Mike Bayer2019-06-202-18/+16
* PostgreSQL now reflects per-column sort order on indexes.Eli Collins2019-06-171-0/+77
* psycopg2 NOTICE fixupMike Bayer2019-06-091-6/+19
* PostgreSQL enum with no elements returns NULL for the "label", skip thisMike Bayer2019-05-301-0/+27
* Move initialize do_rollback() outside of the dialectMatthew Wilkes2019-05-091-0/+9
* Black updatesMike Bayer2019-04-111-1/+1
* Propagate query-arg-only URL to psycopg2; don't send blank hostMike Bayer2019-04-091-0/+21
* Support DNS-less connections for psycopg2Julian Mehnle2019-03-241-0/+15
* Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF"raylu2019-03-211-0/+24
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+55
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-0/+15
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-232-12/+10
* Post black reformattingMike Bayer2019-01-066-198/+205
* Run black -l 79 against all source filesMike Bayer2019-01-066-3400/+4145
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-212-32/+120
* Fix PostgreSQL reflection of domains expressed as arraysJakub Synowiec2018-12-011-2/+19
* - get the "now" date for this test in terms of the database to accommodateMike Bayer2018-10-121-2/+2
* Add reflection support for Postgresql partitioned tablesMike Bayer2018-10-011-0/+45
* Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-0/+25
* Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-0/+7
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-0/+37
* Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-0/+35
* 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