summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Add pgcode / sqlstate for asyncpg error messageMike Bayer2021-04-051-0/+3
* Merge "Add ``omit_aliases`` in ``Enum``."mike bayer2021-04-021-0/+1
|\
| * Add ``omit_aliases`` in ``Enum``.Federico Caselli2021-04-011-0/+1
* | Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-017-0/+9
* | Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-012-7/+11
|/
* Merge "Repair pg8000 disconnect patch"mike bayer2021-03-311-3/+3
|\
| * Repair pg8000 disconnect patchMike Bayer2021-03-311-3/+3
* | Repair PGInspectorMike Bayer2021-03-311-9/+17
|/
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-301-2/+3
* accommodate new pg8000 disconnection exceptionhbusul2021-03-301-0/+7
* Fixed reflection of identity columns in tablesFederico Caselli2021-03-251-4/+3
* Rename column name that used a reserved wordFederico Caselli2021-03-171-1/+1
* fix typoMike Bayer2021-03-171-1/+1
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-152-11/+16
* Add supported database version for internal dialectsFederico Caselli2021-03-071-0/+3
* Fix aggregate_order_by issueGord Thompson2021-03-041-0/+1
* mutex asyncpg / aiomysql connection state changesMike Bayer2021-02-251-49/+68
* document TypeDecorator schemes for MONEYMike Bayer2021-02-221-1/+35
* Typo stream_resuls -> stream_resultsCharlie Denton2021-02-191-1/+1
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-1/+1
* 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