summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen2019-08-211-0/+60
* Fixed #28334 -- Added caching for hstore/citext OIDs.Igor Gumenyuk2017-09-151-1/+9
* Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen2017-09-041-0/+6
* Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette2017-05-041-8/+5
* Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre2017-04-251-0/+6
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Alphabetized classes in contrib.postgres.operations.Tim Graham2016-09-211-8/+8
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-211-0/+6
* Refs #27030 -- Added BtreeGinExtension operation.Akshesh2016-08-121-0/+6
* Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-131-0/+6
* Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer2016-04-271-2/+2
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-0/+2
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+6
* Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer2014-11-221-2/+2
* Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer2014-11-221-2/+2
* Added HStoreField.Marc Tamlyn2014-11-041-0/+34