summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/schema.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak
2024-09-10Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() ...Mariusz Felisiak
2024-09-10Refs #35074 -- Added PostGISSchemaEditor._create_spatial_index_name().Mário Falcão
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-14Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman2
2021-05-13Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._cre...snowman2
2020-12-23Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-02-10Fixed #30846 -- Made PostGIS backend respect Index's name argument.=Pratik Kumar
2020-02-10Fixed #31248 -- Added missing space before USING SQL on PostGIS.Hannes Ljungberg
2019-09-11Used Statement in PostGISSchemaEditor._create_index_sql().Mads Jensen
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2017-08-08Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditorClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-17Simplified PostGIS index creationClaude Paroz
2016-09-17Stopped deleting from the geometry_columns view on PostGISClaude Paroz
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-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2014-08-04Fixed #23161: Drop PostGIS geography fields correctlyAndrew Godwin
2014-04-23Used migration framework in GIS test tearDownClaude Paroz
2014-04-21Fixed PostGIS remove_field implementationClaude Paroz
2014-04-21Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2013-11-27A handle of flake8 fixesAlex Gaynor
2013-11-27PostGIS schema editor supportAndrew Godwin