summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* 8152: add documentation for postgresql dialect time and timestamp typesDaniel Hall2022-06-281-0/+26
* Domain typeDavid Baumgold2022-06-214-353/+725
* Merge "rearchitect reflection for batched performance" into mainFederico Caselli2022-06-187-1394/+2068
|\
| * rearchitect reflection for batched performanceFederico Caselli2022-06-187-1394/+2068
* | Normalize postgresql docs links to point to currentFederico Caselli2022-06-174-8/+8
* | implement literal stringification for arraysMike Bayer2022-06-151-31/+20
|/
* Merge "migrate labels to new tutorial" into mainmike bayer2022-06-071-2/+2
|\
| * migrate labels to new tutorialMike Bayer2022-06-071-2/+2
* | Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-023-17/+8
|/
* add backend agnostic UUID datatypeMike Bayer2022-06-016-189/+15
* add typing for PG UUID, other typesMike Bayer2022-05-272-13/+34
* 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-2815-0/+30
* Implement UUID.python_typeAlex Grönholm2022-04-211-0/+4
* Merge "pep484: schema API" into mainmike bayer2022-04-151-3/+3
|\
| * pep484: schema APIMike Bayer2022-04-151-3/+3
* | Merge "implement multi-element expression constructs" into mainmike bayer2022-04-141-12/+20
|\ \
| * | implement multi-element expression constructsMike Bayer2022-04-131-12/+20
| |/
* | Merge "Fix psycopg2 pre_ping with autocommit" into mainmike bayer2022-04-132-6/+10
|\ \ | |/ |/|
| * Fix psycopg2 pre_ping with autocommitFederico Caselli2022-04-132-6/+10
* | pep-484: session, instancestate, etcMike Bayer2022-04-121-8/+16
* | update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
|/
* implement iso date literals for all backendsMike Bayer2022-04-082-2/+2
* cx_Oracle modernizeMike Bayer2022-04-072-5/+6
* allow executemany values for ON CONFLICT DO NOTHINGMike Bayer2022-03-312-1/+20
* fix generate series exampleMike Bayer2022-03-231-2/+5
* pep 484 for typesMike Bayer2022-03-191-7/+4
* pep-484 for engineMike Bayer2022-03-015-6/+6
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-6/+3
* doc fixesMike Bayer2022-02-091-0/+19
* 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
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-4/+0
* Merge "The parameter `as_uuid` of `UUID` now defaults to `True`." into mainmike bayer2022-01-201-2/+4
|\
| * The parameter `as_uuid` of `UUID` now defaults to `True`.Federico Caselli2022-01-191-2/+4
* | restore empty list logic to ARRAY of ENUM parsingMike Bayer2022-01-201-1/+2
|/
* Merge "Fixes(#7561) Add support for postgres.UUID literal_binds compilation" ...mike bayer2022-01-151-1/+18
|\
| * Fixes(#7561) Add support for postgres.UUID literal_binds compilationJosé Duarte2022-01-141-1/+18
* | initial reorganize for static typingMike Bayer2022-01-122-8/+22
|/
* Merge "Fix various source comment/doc typos" into mainmike bayer2022-01-071-1/+1
|\
| * Fix various source comment/doc typosluz paz2021-12-291-1/+1
* | happy new year 2022Mike Bayer2022-01-0613-13/+13
* | Update Black's target-version to py37Hugo van Kemenade2022-01-054-6/+6
* | Improve array of enum handling.Federico Caselli2022-01-041-2/+27
* | Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-4/+12
* | Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+6
|/
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-173-3/+3
* Update references to tables in PostgreSQL documentationLeo Singer2021-12-101-4/+4