index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
postgres
/
indexes.txt
Age
Commit message (
Expand
)
Author
2025-03-05
Fixed #36227 -- Fixed outdated PostgreSQL documentation links.
hesham942
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2024-11-11
Updated BRIN index links in contrib.postgres indexes docs.
Adam Zapletal
2024-01-02
Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex.
Nick Pope
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-06-24
Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.
Ian Wootten
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2021-12-24
Fixed #33342 -- Added support for using OpClass() in exclusion constraints.
Hannes Ljungberg
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-01-25
Refs #26167 -- Corrected OpClass() example in docs.
Hannes Ljungberg
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2018-08-02
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
Nick Pope
2018-08-02
Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.
Nick Pope
2018-08-02
Fixed #26974 -- Added HashIndex to django.contrib.postgres.
Nick Pope
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-04
Fixed #28126 -- Added GistIndex to contrib.postgres.
Mads Jensen
2017-06-27
Fixed #28330 -- Prevented passing positional arguments to an Index.
Mariusz Felisiak
2017-06-20
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Mads Jensen
2017-01-16
Refs #25809 -- Made a few late review comments for BrinIndex.
Mads Jensen
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2016-08-16
Clarified when activating the btree_gin extension is necessary.
Akshesh
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh