summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* add typing for PG UUID, other typesMike Bayer2022-05-271-12/+27
* use plainto_tsquery for PG matchMike Bayer2022-05-221-50/+73
* fix most sphinx warnings (1.4)Mike Bayer2022-05-161-1/+1
* render col name in on conflict set clause, not given keyMike Bayer2022-05-151-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* Implement UUID.python_typeAlex Grönholm2022-04-211-0/+4
* pep484: schema APIMike Bayer2022-04-151-3/+3
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* cx_Oracle modernizeMike Bayer2022-04-071-3/+4
* allow executemany values for ON CONFLICT DO NOTHINGMike Bayer2022-03-311-0/+19
* fix generate series exampleMike Bayer2022-03-231-2/+5
* pep 484 for typesMike Bayer2022-03-191-7/+4
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-6/+3
* add pg14 to supported implementationsMike Bayer2022-01-311-1/+1
* Add compiler support for PostgreSQL "NOT VALID" constraints.Gilbert Gilb's2022-01-261-2/+74
* The parameter `as_uuid` of `UUID` now defaults to `True`.Federico Caselli2022-01-191-2/+4
* Fixes(#7561) Add support for postgres.UUID literal_binds compilationJosé Duarte2022-01-141-1/+18
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+6
* 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
|/