summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #9991: correctly introspect PostgreSQL 'real' types.Jacob Kaplan-Moss2009-04-031-0/+1
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-81/+81
* Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty2007-08-201-1/+3
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+2
* Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...Adrian Holovaty2006-06-011-10/+9
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+85