summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-11/+15
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-3/+0
* Revise psycopg2 execute_values approachMike Bayer2019-08-181-5/+9
* Add new executemany_mode, support for psycopg2.extras.execute_values()Yuval Dinari2019-08-121-29/+149
* Include 'p' for get_indexes() queryMike Bayer2019-07-191-1/+1
* Support multidimensional array literals in PostgresqlMike Bayer2019-07-081-2/+28
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-053-0/+18
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-7/+12
* PostgreSQL now reflects per-column sort order on indexes.Eli Collins2019-06-171-2/+34
* psycopg2 NOTICE fixupMike Bayer2019-06-091-5/+26
* PostgreSQL enum with no elements returns NULL for the "label", skip thisMike Bayer2019-05-301-1/+3
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-10/+31
* Black updatesMike Bayer2019-04-111-1/+1
* Propagate query-arg-only URL to psycopg2; don't send blank hostMike Bayer2019-04-091-1/+6
* Remove "subclass existing types" use caseMike Bayer2019-03-291-2/+9
* Support DNS-less connections for psycopg2Julian Mehnle2019-03-241-4/+37
* Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF"raylu2019-03-211-4/+6
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-062-23/+26
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-2/+13
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-5/+11
* link the psycopg2 fast execution document to the Core tutorial executemany se...Mike Bayer2019-01-181-1/+5
* Repair use of deprecated text() typemap, bindparams parametersMike Bayer2019-01-171-68/+58
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-155-27/+2
* happy new yearMike Bayer2019-01-1114-14/+14
* Render correct DDL for unsetting table commentsMike Bayer2019-01-091-0/+5
* Post black reformattingMike Bayer2019-01-0614-201/+221
* Run black -l 79 against all source filesMike Bayer2019-01-0614-945/+1491
* Assorted pre-Black fixesMike Bayer2019-01-053-5/+3
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-23/+33
* Fix PostgreSQL reflection of domains expressed as arraysJakub Synowiec2018-12-011-3/+10
* Merge remote-tracking branch 'origin/pr/450'Mike Bayer2018-11-031-18/+19
|\
| * Minor cosmetic tweaks to reST markupLele Gaifax2018-06-151-9/+10
| * Fix typoLele Gaifax2018-06-151-1/+1
| * Consistently use "PostgreSQL", fixing a couple of mistypesLele Gaifax2018-06-151-8/+8
* | Support tuples of heterogeneous types for empty expanding INMike Bayer2018-10-031-5/+8
* | Add reflection support for Postgresql partitioned tablesMike Bayer2018-10-011-2/+3
* | Merge "Import from collections.abc"mike bayer2018-09-271-3/+2
|\ \
| * | Import from collections.abcxtreak2018-09-271-3/+2
* | | Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-2/+13
|/ /
* | minor spelling correctionGlyph2018-09-061-1/+1
* | Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-1/+1
* | Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-2/+3
* | Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-1/+3
* | Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-0/+9
|/
* - add a tl;dr to postgresql search_path section as it's longMike Bayer2018-05-061-0/+3
* Merge "Ensure all visit_sequence accepts **kw args"mike bayer2018-04-041-1/+1
|\
| * Ensure all visit_sequence accepts **kw argsMike Bayer2018-04-041-1/+1
* | Use base __ne__ implementation for range types w/ NoneMike Bayer2018-04-031-1/+5
|/
* Add postgresl.REGCLASS type for casting table names to OIDs and vice versaSebastian Bank2018-04-032-3/+17