summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Update psycopg2 dialect to use the DBAPI interface to executeFederico Caselli2021-10-312-10/+41
* Remove deprecated dialects and driversFederico Caselli2021-10-313-406/+0
* Improve array support on pg8000Federico Caselli2021-10-272-1/+9
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-153-21/+24
* Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-1/+2
* repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-14/+4
* Fixes: #3160jonathan vanasco2021-09-281-6/+25
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-173-7/+11
* Merge "Fixes: #6930"mike bayer2021-09-154-0/+12
|\
| * Fixes: #6930jonathan vanasco2021-09-084-0/+12
* | Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* | ignore and warn for native_enum=False with pg.ENUM datatypeMike Bayer2021-09-101-0/+8
* | Fix typo (#6994)Yutian Li2021-09-081-1/+1
* | Qualify server version call in PostgreSQLarredond2021-08-241-1/+1
|/
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-3/+3
* 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-0414-32/+32
* apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-1/+3
* turn pg provision error into a warningMike Bayer2021-06-261-5/+7
* Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-221-0/+3
* Merge "set autocommit for psycopg2 pre-ping"mike bayer2021-06-151-0/+19
|\
| * set autocommit for psycopg2 pre-pingMike Bayer2021-06-111-0/+19
* | pg 13 is in CIMike Bayer2021-06-151-1/+1
* | document missing ColumnCollection methodsMike Bayer2021-06-131-0/+11
|/
* Clarify connection arg usage for postgresqlGord Thompson2021-06-012-16/+49
* Add SSL connection info for psycopg2 and pg8000Gord Thompson2021-05-232-0/+34
* Support stream_results in the pg8000 dialectTony Locke2021-04-291-0/+64
* 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
|/
* 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