summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-7/+12
* - happy new yearMike Bayer2014-01-051-1/+1
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-1/+4
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-0/+3
|\
| * sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-0/+3
* | - round trip testMike Bayer2013-12-091-18/+44
* | Adds tsvector to ischema_names for reflection to work.Noufal Ibrahim2013-12-101-0/+1
* | Updates documentation for tsvector type.Noufal Ibrahim2013-12-101-1/+26
* | Implements TSVECTOR type for postgresql.Noufal Ibrahim2013-12-101-0/+7
|/
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-1/+3
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-13/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+3
* - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* - work in progress, will squashMike Bayer2013-11-281-28/+16
* added LockmodeArgspr/42Mario Lassnig2013-11-281-9/+21
* added ORM supportMario Lassnig2013-11-141-8/+16
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+2
* - 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
* | - 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
* Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-14/+18
* Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-9/+16
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-221-1/+35
|\
| * Documentation for the new range type support.pr/5Chris Withers2013-06-101-1/+1
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-0/+16
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-0/+18
* | fix up the isolation level docs which were a messMike Bayer2013-06-171-9/+25
* | - changelogMike Bayer2013-06-151-2/+3
|/
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+30
* postgresql testsMike Bayer2013-05-261-20/+16
* postgresql dialect testsMike Bayer2013-04-281-13/+12
* - the raw 2to3 runMike Bayer2013-04-271-29/+32
* need to test for (list, tuple) here and not hasattr("__iter__")Mike Bayer2013-04-261-1/+4
* 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-181-2/+0
* 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
* - documentation for any()/all()Mike Bayer2013-01-281-12/+64
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-281-0/+62