summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-1/+4
* add any/all to __all__Mike Bayer2013-01-281-1/+2
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-281-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - hstore documentation, migrationMike Bayer2012-11-171-3/+2
* Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-131-5/+8
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-2/+2
* more import cleanupsMike Bayer2012-08-071-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Fixed up the pypostgresql dialect so it appears in __init__.Michael Trier2010-02-221-2/+2
* add "dialect" to the __all__ of each root dialect packageMike Bayer2009-11-011-2/+2
* export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ...Mike Bayer2009-10-101-1/+12
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+3