summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-5/+5
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-1/+7
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-15/+15
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-15/+15
* | Clean up most py3k compatFederico Caselli2021-11-241-22/+16
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-1/+2
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-33/+6
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-33/+6
* | Add new sections regarding schemas and reflectionjonathan vanasco2021-11-171-25/+25
|/
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-1/+1
* fully implement future engine and remove legacyMike Bayer2021-11-071-9/+0
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-0/+15
* Fixes: #3160jonathan vanasco2021-09-281-6/+25
* ignore and warn for native_enum=False with pg.ENUM datatypeMike Bayer2021-09-101-0/+8
* Qualify server version call in PostgreSQLarredond2021-08-241-1/+1
* Merge "Extract format_constraint truncation rules to ON CONFLICT"mike bayer2021-07-131-2/+10
|\
| * Extract format_constraint truncation rules to ON CONFLICTMike Bayer2021-07-131-2/+10
* | Merge "labeling refactor"mike bayer2021-07-131-1/+1
|\ \
| * | labeling refactorMike Bayer2021-07-121-1/+1
| |/
* | Correct docs: pg8000 supports PostgreSQL UUIDTony Locke2021-07-121-2/+3
* | repair schema_translate_map for schema type use casesMike Bayer2021-07-111-3/+1
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-10/+10
* apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-1/+3
* Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-221-0/+3
* pg 13 is in CIMike Bayer2021-06-151-1/+1
* Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-4/+12
* pass asfrom correctly in compilersMike Bayer2021-04-171-2/+4
* Merge "Support DEFAULT VALUES and VALUES(DEFAULT) individually"mike bayer2021-04-141-0/+3
|\
| * Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+3
* | Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+1
|/
* 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-011-0/+1
* | Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-011-1/+0
|/
* Repair PGInspectorMike Bayer2021-03-311-9/+17
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-301-2/+3
* 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
* 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