index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
/
test_indexes.py
Age
Commit message (
Expand
)
Author
2017-09-04
Fixed #28126 -- Added GistIndex to contrib.postgres.
Mads Jensen
2017-08-26
Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.
Mads Jensen
2017-08-26
Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's N...
Mads Jensen
2017-06-20
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Mads Jensen
2017-06-17
Refs #25809 -- Removed BrinIndex.__repr__().
Tim Graham
2017-03-18
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
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-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-08-30
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...
Akshesh
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh