Opened 8 years ago

Closed 7 years ago

#27030 closed New feature (fixed)

Add support for GIN indexes

Reported by: Akshesh Doshi Owned by: Akshesh Doshi
Component: contrib.postgres Version: dev
Severity: Normal Keywords: db-indexes
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Akshesh Doshi)

I would like to add support for creating gin indexes in PostgreSQL via contrib.postgres using the new class based indexes.

Change History (9)

comment:1 by Akshesh Doshi, 8 years ago

Description: modified (diff)
Summary: Add support for btree_gin indexesAdd support for GIN indexes

comment:2 by Tim Graham, 8 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Akshesh Doshi, 8 years ago

Has patch: set
Patch needs improvement: set
Status: newassigned

PR: https://github.com/django/django/pull/7046

Some minor finishing changes left, will try to complete it today.

comment:4 by Akshesh Doshi, 8 years ago

Patch needs improvement: unset

comment:5 by Tim Graham <timograham@…>, 8 years ago

In 2f19306a:

Refs #27030 -- Added index type introspection on PostgreSQL.

comment:6 by Tim Graham <timograham@…>, 8 years ago

In 236baa0:

Refs #27030 -- Added BtreeGinExtension operation.

comment:7 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 6e07ec3:

Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.

comment:8 by Mads Jensen, 7 years ago

Resolution: fixed
Status: closednew

Reopened in PR to introduce a few parameters.

comment:9 by Tim Graham, 7 years ago

Resolution: fixed
Status: newclosed

It might be appropriate to reopen this if there were some release blocking bug in the new feature, however, feature enhancements targeted for the next version of Django should occur in a new ticket.

Note: See TracTickets for help on using tickets.
Back to Top