summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rectify PG Range.__bool__, inverting previous logicLele Gaifax2022-11-271-1/+1
|/
* Merge "Issue #8765: implement missing methods on PG Range" into mainmike bayer2022-11-171-94/+403
|\
| * Issue #8765: implement missing methods on PG RangeLele Gaifax2022-11-151-94/+403
* | Merge "Try running pyupgrade on the code" into mainmike bayer2022-11-1710-135/+125
|\ \
| * | Try running pyupgrade on the codeFederico Caselli2022-11-1610-135/+125
| |/
* | accommodate NULL format_type()Mike Bayer2022-11-161-5/+18
|/
* work around Python 3.11 IntEnum issue; update FastIntFlagMike Bayer2022-11-101-1/+1
* Merge "Implement contains_value(), issubset() and issuperset() on PG Range" i...mike bayer2022-11-032-0/+208
|\
| * Implement contains_value(), issubset() and issuperset() on PG RangeLele Gaifax2022-11-032-0/+208
* | fix event nameMike Bayer2022-11-021-1/+1
|/
* ensure pool.reset event always called for resetMike Bayer2022-10-301-0/+64
* Only convert Range for sqlalchemy Range objectMike Bayer2022-10-213-23/+19