Opened 6 years ago

Closed 6 years ago

#29614 closed New feature (fixed)

Add fillfactor parameter for B-Tree indexes

Reported by: Nick Pope Owned by: Nick Pope
Component: contrib.postgres Version: dev
Severity: Normal Keywords: btree, index, postgres, db-indexes, fillfactor
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Add support for fillfactor parameter for B-Tree indexes by creating a new BTreeIndex in django.contrib.postgres.

This rounds out the full support for PostgreSQL indexes in Django.

Change History (4)

comment:1 by Tim Graham, 6 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Nick Pope, 6 years ago

Has patch: set

comment:3 by Carlton Gibson, 6 years ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In 6b4d1ec:

Fixed #29614 -- Added BTreeIndex to django.contrib.postres.

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