summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+12
* expand and further generalize bound parameter translateMike Bayer2021-02-142-73/+15
* 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-032-25/+165
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-2/+9
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-245-11/+11
* Merge "Disallow non-native psycopg2 Unicode in Python 3; update docs"mike bayer2021-01-191-56/+64
|\
| * Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-56/+64
* | Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-171-4/+5
|\ \
| * | ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-4/+5
* | | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+11
|/ /
* | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-6/+18
|/
* update execute() arg formats in modules and testsMike Bayer2021-01-152-4/+12
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-132-1/+21
* happy new yearMike Bayer2021-01-0414-14/+14
* remove metadata.bind use from test suiteMike Bayer2021-01-031-0/+24
* Cache asyngpg prepared statementsMike Bayer2021-01-021-21/+157
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-3/+10
* 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
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-10/+11
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-111-10/+11
* | | Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+3
|/ /
* | Make sure asyncpgfallback has __slots__Mike Bayer2020-12-011-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-232-20/+33
|/ /
* | Support pool.connect() event firing before all elseMike Bayer2020-11-192-2/+26
* | Correct versionadded for #5604Mike Bayer2020-11-161-1/+1
* | Add opsclass to exclusion constraintAlonM2020-11-162-9/+39
* | don't check standard_conforming_strings less than server version 8.2Mike Bayer2020-11-131-6/+9
* | s/craete/create/gThomas Grainger2020-11-101-1/+1
|/
* Implement upsert for SQLiteRamonWill2020-11-081-19/+34
* Allow dialect-specific stringificationMike Bayer2020-11-083-101/+154
* 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
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-1/+8
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-162-3/+33
* typoMike Bayer2020-10-121-1/+1
* changelog edits for 1.3.20Mike Bayer2020-10-121-1/+3
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-1/+1
* repair pg8000 and pin to 1.16.6 min versionMike Bayer2020-10-121-16/+12
* Drop python 3.5 supportFederico Caselli2020-10-081-1/+1
* Fetch first supportFederico Caselli2020-10-022-2/+20
* fix too-short underlineMike Bayer2020-09-301-1/+2
* Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+31
|\
| * Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+31
* | Add reflection for Identity columnsFederico Caselli2020-09-281-12/+43
* | upgrade to black 20.8b1Mike Bayer2020-09-285-35/+23