summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - dialects passes flake8Mike Bayer2019-01-051-1/+1
* flake8 refactor - dialectsMike Bayer2019-01-059-72/+91
* partial cherry-pick of master flake8. clean cherrypick for lib and test,Mike Bayer2019-01-053-12/+8
* - do a broken zimports run on libMike Bayer2019-01-0512-138/+136
* step 1, straight black -l 79 runMike Bayer2019-01-0514-941/+1486
* 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
* 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-071-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 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
* 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
* 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 ssl "operation timed out" message for psycopg2André Cruz2018-02-151-0/+1
* Add values_callable feature to EnumJon Snyder2018-02-071-0/+1
* Convert dialect modules to relative imports and testMike Bayer2018-02-051-7/+8
* happy new yearMike Bayer2018-01-1214-14/+14
* 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-162-2/+16
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-032-40/+41
* Add fast execution helper support.Mike Bayer2017-10-101-1/+45
* - 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-252-5/+22
* use the stack to get the insert statement in on conflictticket_4074Mike Bayer2017-09-121-1/+3
* Use text_type, not unicodeMike Bayer2017-08-311-1/+1
* Enable uuid for pg8000Mike Bayer2017-08-081-2/+26
* Add quoted_name to pg8000 py_typesMike Bayer2017-08-081-0/+6
* 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
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-14/+3
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-8/+22
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-9/+2
* 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
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-1/+3
* - document that "column" and "where" are arbitrary SQL expressionsMike Bayer2017-01-261-3/+51
* Improve server-side Sequence documentationMike Bayer2017-01-191-0/+1