Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30943 closed New feature (fixed)

Add support for bloom indexes.

Reported by: Nick Pope Owned by: Nick Pope
Component: contrib.postgres Version: dev
Severity: Normal Keywords: bloom, index, postgres, db-indexes
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 PostgreSQL bloom indexes to django.contrib.postgres.

Change History (7)

comment:1 by Nick Pope, 5 years ago

Has patch: set
Owner: set to Nick Pope

comment:2 by Mariusz Felisiak, 5 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Carlos_Mir_de_Souza, 5 years ago

Triage Stage: AcceptedReady for checkin

The code seems good, has documentation and tests.

comment:4 by Mariusz Felisiak, 5 years ago

Patch needs improvement: set
Triage Stage: Ready for checkinAccepted

comment:5 by Mariusz Felisiak, 5 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 02983c52:

Fixed #30943 -- Added BloomIndex to django.contrib.postgres.

comment:7 by GitHub <noreply@…>, 5 years ago

In a260001a:

Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5.

Bloom extension is available on PostgreSQL 9.6+.

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