summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add pyprojectFederico Caselli2020-01-271-1/+1
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-2/+3
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-3/+0
* happy new yearMike Bayer2020-01-011-1/+1
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-4/+27
* Support for generated columnsCaselIT2019-11-081-0/+15
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-10/+7
* Typo fixAles Dokshanin2019-10-231-1/+1
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-11/+15
* Include 'p' for get_indexes() queryMike Bayer2019-07-191-1/+1
* 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
* 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-181-2/+5
* Remove "subclass existing types" use caseMike Bayer2019-03-291-2/+9
* 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-061-2/+9
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-2/+13
* 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-151-2/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Render correct DDL for unsetting table commentsMike Bayer2019-01-091-0/+5
* Post black reformattingMike Bayer2019-01-061-33/+49
* Run black -l 79 against all source filesMike Bayer2019-01-061-578/+859
* 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
* | 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 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
* 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