summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-296-53/+45
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-266-157/+852
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-255-185/+99
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-235-185/+99
* | Clean up most py3k compatFederico Caselli2021-11-2410-45/+34
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-1/+2
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-184-80/+24
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-184-80/+24
* | Add new sections regarding schemas and reflectionjonathan vanasco2021-11-171-25/+25
|/
* removals: all unicode encoding / decodingMike Bayer2021-11-102-42/+1
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-092-2/+2
* fully implement future engine and remove legacyMike Bayer2021-11-072-10/+3
* simplify and publicize the asyncpg JSON(B) codec registrsationMike Bayer2021-11-031-29/+55
* Revert "Gracefully degrade unsupported types with asyncpg"mike bayer2021-11-031-29/+14
* formatting updatesMike Bayer2021-11-031-2/+3
* Merge "Gracefully degrade unsupported types with asyncpg" into mainmike bayer2021-11-031-14/+29
|\
| * Gracefully degrade unsupported types with asyncpgGord Thompson2021-11-021-14/+29
* | map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+9
|/
* First round of removal of python 2Federico Caselli2021-11-012-73/+11
* 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