summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Add supported database version for internal dialectsFederico Caselli2021-03-071-0/+3
* document TypeDecorator schemes for MONEYMike Bayer2021-02-221-1/+35
* Typo stream_resuls -> stream_resultsCharlie Denton2021-02-191-1/+1
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-1/+1
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-25/+163
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-4/+4
* ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-4/+5
* update execute() arg formats in modules and testsMike Bayer2021-01-151-3/+11
* happy new yearMike Bayer2021-01-041-1/+1
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-0/+6
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-0/+6
* | Remove autoload=True referencesGord Thompson2020-12-121-3/+3
* | Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+3
* | Merge "improve cross-linking between Core /ORM for schema arg"mike bayer2020-12-011-0/+40
|\ \
| * | improve cross-linking between Core /ORM for schema argMike Bayer2020-11-301-0/+40
* | | Support Column objects in the SET clause for upsertMike Bayer2020-11-231-13/+19
|/ /
* | Correct versionadded for #5604Mike Bayer2020-11-161-1/+1
* | Add opsclass to exclusion constraintAlonM2020-11-161-7/+20
* | don't check standard_conforming_strings less than server version 8.2Mike Bayer2020-11-131-6/+9
|/
* Implement upsert for SQLiteRamonWill2020-11-081-19/+34
* Allow dialect-specific stringificationMike Bayer2020-11-081-101/+146
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-3/+3
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-1/+1
* Fetch first supportFederico Caselli2020-10-021-1/+20
* Add reflection for Identity columnsFederico Caselli2020-09-281-12/+43
* upgrade to black 20.8b1Mike Bayer2020-09-281-6/+8
* Don't change asyncpg's "char" codecMike Bayer2020-09-161-4/+8
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-1/+30
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-7/+36
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-7/+36
* | Merge "Do not specify type on mssql by default"mike bayer2020-09-121-1/+0
|\ \
| * | Do not specify type on mssql by defaultFederico Caselli2020-09-121-1/+0
* | | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-121-9/+14
|\ \ \
| * | | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-9/+14
* | | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-8/+6
| |_|/ |/| |
* | | Merge "Create connection characteristics API; implement postgresql flags"mike bayer2020-09-081-0/+85
|\ \ \
| * | | Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+85
* | | | PostgreSQL dialect-level isolation_level parameter is legacyMike Bayer2020-09-081-17/+29
|/ / /
* | | Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+47
* | | Updates for MariaDB sequencesFederico Caselli2020-08-221-1/+0
| |/ |/|
* | Merge "Add support for identity columns"mike bayer2020-08-211-22/+60
|\ \ | |/ |/|
| * Add support for identity columnsFederico Caselli2020-08-191-22/+60
* | Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-8/+12
|\ \
| * | normalize execute style for events, 2.0Mike Bayer2020-08-201-8/+12
| |/
* | Merge "Implement DDL visitor for PG ENUM with schema translate support"mike bayer2020-08-191-10/+47
|\ \
| * | Implement DDL visitor for PG ENUM with schema translate supportMike Bayer2020-08-191-10/+47
| |/
* | Support data types for CREATE SEQUENCE in PostgreSQLFederico Caselli2020-08-181-0/+11
|/
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+8
* Clean python UUID importsVlastimil Zíma2020-07-301-11/+1
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+2