summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/indexes.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-6/+6
|
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-8/+0
|
* Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.Ian Wootten2022-06-241-3/+3
|
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-4/+0
|
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-5/+0
|
* Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg2021-12-241-6/+19
|
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-011-0/+4
|
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-37/+0
|
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-4/+18
| | | | Thanks Ian Foote and Mariusz Felisiak for reviews.
* Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg2021-01-251-1/+4
|
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-2/+0
|
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-7/+63
| | | | | | Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews. Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
* Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope2019-11-071-0/+23
|
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-10/+0
|
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-19/+18
|
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-041-1/+1
|
* Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope2018-08-021-0/+14
|
* Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope2018-08-021-1/+10
|
* Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope2018-08-021-0/+15
|
* Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope2018-08-021-0/+19
| | | | Thanks Akshesh Doshi for the initial implementation.
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-6/+0
|
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-2/+0
|
* Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen2017-09-041-0/+32
| | | | Thanks to Marc Tamlyn for the initial patch.
* Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak2017-06-271-2/+2
| | | Thanks Tim Graham for the review.
* Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen2017-06-201-1/+15
| | | | Thanks Tim Graham and Markus Holtermann for review.
* Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen2017-01-161-4/+4
|
* Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen2017-01-151-0/+10
| | | | Thanks Tim Graham and Markus Holtermann for review.
* Clarified when activating the btree_gin extension is necessary.Akshesh2016-08-161-1/+3
|
* Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.Akshesh2016-08-121-0/+24