summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-271-1/+4
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-5/+24
|\
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-5/+24
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-9/+16
* | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-1/+11
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-9/+8
|/
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* re.match to re.searchpr/26Scott Schaefer2013-09-061-1/+1
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-4/+4
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-14/+18
* Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-9/+16
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-224-2/+246
|\
| * 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
* | fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* | - changelogMike Bayer2013-06-152-3/+8
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+1
|/
* 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