summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-2/+6
* Merge "`aggregate_order_by` now supports cache generation." into mainmike bayer2022-09-261-1/+11
|\
| * `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-1/+11
* | Merge "ORM bulk insert via execute" into mainmike bayer2022-09-261-1/+3
|\ \
| * | ORM bulk insert via executeMike Bayer2022-09-241-1/+3
* | | Merge "implement batched INSERT..VALUES () () for executemany" into mainmike bayer2022-09-264-160/+82
|\ \ \ | |/ /
| * | implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-244-160/+82
| |/
* | Use aggregate order by instead of order by in subqueryFederico Caselli2022-09-251-25/+23
|/
* auto-cast PG range typesMike Bayer2022-09-204-5/+44
* Use ``;`` instead of ``select 1`` to ping PostgreSQLFederico Caselli2022-09-153-0/+25
* implement icontains, istartswith, iendswith operatorsMatias Martinez Rebori2022-09-081-0/+3
* apply consistent ORM mutable notes for all mutable SQL typesMike Bayer2022-08-302-21/+50
* integrate connection.terminate() for supporting dialectsMike Bayer2022-08-241-0/+7
* Merge "support create/drop events for all CREATE/DROP" into mainmike bayer2022-08-221-7/+13
|\
| * support create/drop events for all CREATE/DROPMike Bayer2022-08-201-7/+13
* | JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-174-21/+49
|/
* repair doc warningsMike Bayer2022-08-081-1/+1
* Merge "translate joined inheritance cols in UPDATE/DELETE" into mainmike bayer2022-08-051-0/+2
|\
| * translate joined inheritance cols in UPDATE/DELETEMike Bayer2022-08-051-0/+2
* | credit @zeeeeeb for PG Multirange patchMike Bayer2022-08-051-279/+0
* | implement PG ranges/multiranges agnosticallyMike Bayer2022-08-057-27/+494
* | fixes: #7156 - Adds support for PostgreSQL MultiRange typezeeeeb2022-08-043-0/+72
|/
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-013-17/+55
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-282-34/+63
* Minor cleanupFederico Caselli2022-07-131-5/+0
* document create_engine.isolation_level for PGMike Bayer2022-07-131-6/+9
* Comments on (named) constraintscheremnov2022-06-291-10/+72