summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* remove all labels and links that are no longer locatableMike Bayer2023-04-237-14/+14
* changelog fixes; editsMike Bayer2023-04-212-5/+9
* Merge "Add name_func optional attribute for asyncpg adapter" into mainFederico Caselli2023-04-211-3/+67
|\
| * Add name_func optional attribute for asyncpg adapterPavel Sirotkin2023-04-211-3/+67
* | Merge "add deterministic imv returning ordering using sentinel columns" into ...mike bayer2023-04-213-2/+19
|\ \
| * | add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-213-2/+19
| |/
* | Add intersection method to Range classYurii Karabas2023-04-141-0/+46
|/
* Remove old versionadded and versionchangedFederico Caselli2023-04-129-77/+1
* Merge "Fix reflection of long expressions in postgresql" into mainmike bayer2023-04-091-4/+11
|\
| * Fix reflection of long expressions in postgresqlFederico Caselli2023-04-071-4/+11
* | fix pg ENUM issuesMike Bayer2023-04-081-2/+21
|/
* Fix typos in PostgreSQL dialect’s DOMAIN docs (#9601)Jens Tröger2023-04-061-2/+2
* Merge "automatically provision hstore for pg13+" into mainmike bayer2023-03-251-3/+12
|\
| * automatically provision hstore for pg13+Federico Caselli2023-03-151-3/+12
* | dont render VARCHAR length for PG castsMike Bayer2023-03-191-0/+4
* | Merge "Add override hook PGDialect.set_backslash_escapes()" into mainmike bayer2023-03-151-4/+9
|\ \ | |/ |/|
| * Add override hook PGDialect.set_backslash_escapes()Matt del Valle2023-03-131-4/+9
* | Implementation of CITEXT , unittest and documentationJulian David Rath2023-03-154-10/+27
|/
* Merge "ensure event handlers called for all do_ping" into mainmike bayer2023-03-052-25/+13
|\
| * ensure event handlers called for all do_pingMike Bayer2023-03-042-25/+13
* | Fixed issue when copying ExcludeConstraintFederico Caselli2023-03-011-7/+4
* | Improve exclude constraint docs and tests.Federico Caselli2023-02-271-5/+9
* | ExcludeConstraint literal_compileFederico Caselli2023-02-222-9/+9
|/
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-9/+5
* Merge "Dedicated bitwise operators" into mainmike bayer2023-02-061-0/+3
|\
| * Dedicated bitwise operatorsjazzthief2023-02-061-0/+3
* | Use correct dialect annotationFederico Caselli2023-02-021-1/+4
|/
* Unify doc typingHarry Lees2023-01-311-1/+2
* pass driver_connection to TypeInfo.fetch()Mike Bayer2023-01-171-2/+2
* Fixes related to improved sql formattingFederico Caselli2023-01-121-11/+27
* Improve sql formattingFederico Caselli2023-01-111-20/+20
* Merge "Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators." into...mike bayer2023-01-091-1/+64
|\
| * Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators.Guilherme Martins Crocetti2023-01-051-1/+64
* | [asyncpg] Extract rowcount for SELECT statementsMichael Gorven2023-01-041-1/+1
|/
* happy new year 2023Mike Bayer2023-01-0316-16/+16
* rename 2.0.0b5 to 2.0.0rc1Mike Bayer2022-12-272-8/+8
* expand out Index if passed to "constraint"Mike Bayer2022-12-221-1/+1
* check for adapt to same class in AbstractRangeMike Bayer2022-12-211-1/+1
* Merge "Add MACCADDR8 for PGCompiler" into mainmike bayer2022-12-203-0/+16
|\
| * Add MACCADDR8 for PGCompilerasimfarooq52022-12-193-0/+16
* | ensure all visit methods accept **kwMike Bayer2022-12-161-10/+10
* | Merge "add explicit REGCONFIG, pg full text functions" into mainmike bayer2022-12-166-2/+317
|\ \
| * | add explicit REGCONFIG, pg full text functionsMike Bayer2022-12-156-2/+317
| |/
* | Fix equality comparison between a PG Range and a different class instanceLele Gaifax2022-12-151-4/+7
|/
* Merge "Add compatibility properties to Range; implement pep-484" into mainmike bayer2022-12-051-82/+164
|\
| * Add compatibility properties to Range; implement pep-484Lele Gaifax2022-12-051-82/+164
* | Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-14/+3
|/
* Fix positional compiling bugsFederico Caselli2022-12-011-9/+4
* Merge "Add value-level hooks for SQL type detection; apply to Range" into mainmike bayer2022-11-291-0/+20
|\
| * Add value-level hooks for SQL type detection; apply to RangeLele Gaifax2022-11-291-0/+20