summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Documentation for the new range type support.pr/5Chris Withers2013-06-103-6/+19
* Implement EXCLUDE constraints for postgres.Chris Withers2013-06-103-0/+90
* add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
* Basic type support for the new range types in postgres 9.2Chris Withers2013-06-103-1/+73
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+30
* Merge branch 'rel_0_9'Mike Bayer2013-05-293-46/+43
|\
| * - repair for py3kMike Bayer2013-05-291-1/+6
| * Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
| * hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26
| * postgresql testsMike Bayer2013-05-262-21/+19
| * postgresql dialect testsMike Bayer2013-04-282-27/+25
| * - the raw 2to3 runMike Bayer2013-04-273-46/+49
* | add the py2k symbol from the 0.9 branch to support the hstore changeMike Bayer2013-05-291-0/+1
* | - repair for py3kMike Bayer2013-05-291-1/+6
* | Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
* | hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26
|/
* need to test for (list, tuple) here and not hasattr("__iter__")Mike Bayer2013-04-261-1/+4
* - only search in the exception before the first newline, to avoidMike Bayer2013-04-231-2/+3
* Opened up the checking for "disconnect" with psycopg2/libpqMike Bayer2013-04-221-18/+21
* tweak this some more to handle the array being empty againMike Bayer2013-04-221-5/+3
* - change to [ticket:2681], pre-coerce the array to listMike Bayer2013-04-221-16/+6
* The operators for the Postgresql ARRAY type supportsMike Bayer2013-04-221-1/+13
* Corrected silly circular import introduced by original "fix".Ben Trofatter2013-03-182-3/+4
* Added HSTORE to ischema_names in dialects/postgresql/base.pyBen Trofatter2013-03-181-0/+2
* Added support for Postgresql's traditional SUBSTRINGMike Bayer2013-03-091-2/+10
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-092-2/+2
* add any/all to __all__Mike Bayer2013-01-281-1/+2
* - documentation for any()/all()Mike Bayer2013-01-281-12/+64
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-282-1/+63
* Fixing a code block in the PostgreSQL base dialect docstring.Taavi Burns2013-01-251-1/+1
* - fix a format issue in the create indexMike Bayer2013-01-171-1/+1
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-11/+11
* Fixed bug in :func:`.postgresql.array` construct whereby using itMike Bayer2013-01-021-1/+1
* happy new year (see #2645)Diana Clarke2013-01-017-7/+7
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+1
* HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-9/+4
* Add special containment operation methods for PG array typeAudrius Kažukauskas2012-11-201-3/+39
* just a pep8 pass of lib/sqlalchemy/dialects/postgresqlDiana Clarke2012-11-196-87/+126
* oops, this needs to be MutableDictMike Bayer2012-11-181-3/+4
* - hstore documentation, migrationMike Bayer2012-11-172-40/+62
* - hstore adjustmentsMike Bayer2012-11-173-53/+100
* Register HStore adapter and typecaster in psycopg2 dialectAudrius Kažukauskas2012-11-151-0/+26
* Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-132-5/+314
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-195-69/+27
* - move out maxdbMike Bayer2012-10-185-9/+44
* - [bug] Added 'terminating connection' to the listMike Bayer2012-09-251-1/+2
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-11/+24
* - genericize the test for ischema_namesMike Bayer2012-09-161-4/+4
* remove print statement in PGDialect._get_column_infoÉric Lemoine2012-09-121-1/+0