summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/introspection.py
AgeCommit message (Expand)Author
2019-01-17Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.Tim Graham
2015-08-07Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-20Added AutoField introspection for PostgreSQLClaude Paroz
2014-09-24Fixed flake8 warnings.Tim Graham
2014-09-23Made get_table_list return a TableInfo named tupleClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2013-11-02Fixed all E261 warningscoagulant
2013-09-26Enforce ordering on PostgreSQL get_constraints cols (refs #21134)Andrew Godwin
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-16Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
2013-08-10Update get_constraints with better commentsAndrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-02Make get_constraints return columns in orderAndrew Godwin
2013-07-02Fix get_constraints to do multi-column indexes properly on pgAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2013-01-12Return namedtuple from get_table_descriptionClaude Paroz
2012-09-17Fix bug in get_indexes affecting the testsAndrew Godwin
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-07Repoint ForeignKeys when their to= changes.Andrew Godwin
2012-09-05Merge branch 'master' into schema-alterationAndrew Godwin
2012-08-30db_index alteration mostly workingAndrew Godwin
2012-08-30Made get_table_description also return the size of char fields on SQLiteClaude Paroz
2012-08-18First stab at MySQL supportAndrew Godwin
2012-08-02Add M2M tests and some unique supportAndrew Godwin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-30Made get_indexes() consistent across backends.Anssi Kääriäinen
2012-02-11Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB intro...Ramiro Morales
2012-02-11Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.Ramiro Morales
2011-06-13Removed duplicate entry in introspection PostgreSQL db backend.Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2007-09-14Backed out [6165]. It breaks things for people using psycopg2 because it requ...Malcolm Tredinnick
2007-09-14Refs #4299 -- Removed some code duplication in the postgresql introspection m...Gary Wilson Jr
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-07-13Refs #2591 -- Removed int conversion and try/except since the value in the si...Gary Wilson Jr
2007-07-13Fixed #2591 -- Fixed a problem with inspectdb with psycopg2 (only). Patch fromMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-01Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...Adrian Holovaty