summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-171-0/+2
* implement PG ranges/multiranges agnosticallyMike Bayer2022-08-051-0/+2
* fixes: #7156 - Adds support for PostgreSQL MultiRange typezeeeeb2022-08-041-0/+12
* Domain typeDavid Baumgold2022-06-211-3/+11
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-16/+15
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Fix a typo in psycopg_async module name (#7369)Denis Laxalde2021-11-271-2/+2
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+8
* Clean up most py3k compatFederico Caselli2021-11-241-3/+1
* Remove deprecated dialects and driversFederico Caselli2021-10-311-2/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Drop python 3.5 supportFederico Caselli2020-10-081-1/+1
* Don't import asyncpg prior to python 3.6Mike Bayer2020-08-141-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+3
* Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+0
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-261-0/+1
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-1/+0
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-53/+55
* Run black -l 79 against all source filesMike Bayer2019-01-061-17/+94
* Assorted pre-Black fixesMike Bayer2019-01-051-2/+2
* Add postgresl.REGCLASS type for casting table names to OIDs and vice versaSebastian Bank2018-04-031-3/+3
* Convert dialect modules to relative imports and testMike Bayer2018-02-051-7/+8
* happy new yearMike Bayer2018-01-121-1/+1
* Add postgresql.MONEYCleber J Santos2017-11-161-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-1/+2
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-1/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-2/+3
* - consolidate "constraints.py" into the more general "ext.py",Mike Bayer2015-08-271-2/+1
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+2
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-2/+2
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-5/+7
* - copyright 2015Mike Bayer2015-03-101-1/+1
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-1/+1
* DropEnumType class available from postgres dialectIlya Pekelny2014-08-081-2/+3
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-241-2/+2
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-201-2/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-2/+2
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-1/+1
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-1/+2
|\
| * sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-1/+2
* | Implements TSVECTOR type for postgresql.Noufal Ibrahim2013-12-101-2/+3
|/
* Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-0/+1