summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/schema.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.Jon Dufresne2016-07-151-13/+3
|
* Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().Jon Dufresne2016-07-131-0/+6
|
* Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index ↵Jon Dufresne2016-07-071-2/+3
| | | | during migrations.
* Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on ↵Tim Graham2016-01-081-2/+2
| | | | | | Char/TextField with unique=True and db_index=True. Thanks Simon Charette for review.
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-2/+3
|
* Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using ↵Federico Frenguelli2015-12-101-17/+45
| | | | | | AlterField. Thanks to Emanuele Palazzetti for the help.
* Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ↵Caio Ariede2015-08-151-0/+5
| | | | for ArrayField.
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-0/+91