Mads Jensen
|
f4135783ad
|
Fixed #28126 -- Added GistIndex to contrib.postgres.
Thanks to Marc Tamlyn for the initial patch.
|
2017-09-04 21:08:02 -04:00 |
Mads Jensen
|
e016c4c65b
|
Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.
|
2017-08-26 10:32:03 -04:00 |
Mads Jensen
|
fb42d02471
|
Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's None.
|
2017-08-26 09:45:45 -04:00 |
Mads Jensen
|
de42adf4ff
|
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Thanks Tim Graham and Markus Holtermann for review.
|
2017-06-20 10:54:39 -04:00 |
Tim Graham
|
d1d7348001
|
Refs #25809 -- Removed BrinIndex.__repr__().
In retrospect, implementing a __repr__() for index subclasses doesn't
seem worthwhile.
|
2017-06-17 18:41:53 -04:00 |
Mads Jensen
|
82bb4e684f
|
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
|
2017-03-18 08:12:10 -04:00 |
Tim Graham
|
b008f7cc56
|
Fixed #27135 -- Made index introspection return Index.suffix.
|
2017-02-15 20:15:02 -05:00 |
Mads Jensen
|
65e321b781
|
Refs #25809 -- Made a few late review comments for BrinIndex.
|
2017-01-16 13:23:20 -05:00 |
Mads Jensen
|
e585c43be9
|
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Thanks Tim Graham and Markus Holtermann for review.
|
2017-01-15 13:37:18 +01:00 |
Akshesh
|
dbccf163b6
|
Fixed #27097 -- Added index type introspection to built-in db backends.
|
2016-09-02 21:14:12 -04:00 |
Akshesh
|
4c7bf83cde
|
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_constraints().
|
2016-08-30 08:48:55 -04:00 |
Akshesh
|
6e07ec3f65
|
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
|
2016-08-12 18:37:03 -04:00 |