Opened 3 years ago

Closed 3 years ago

#32943 closed New feature (fixed)

Add support for covering indexes and exclusion constraints for SP-GiST in PostgreSQL 14+.

Reported by: Nick Pope Owned by: Nick Pope
Component: contrib.postgres Version: dev
Severity: Normal Keywords: postgresql, spgist, index, exclusion, constraint, include, covering
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

PostgreSQL 14+ will support covering indexes and exclusion constraints using SP-GiST.

See https://www.postgresql.org/docs/release/14.0/

Change History (7)

comment:1 by Mariusz Felisiak, 3 years ago

Triage Stage: UnreviewedSomeday/Maybe

comment:2 by Nick Pope, 3 years ago

Has patch: set

Draft PR pending this being accepted.

PostgreSQL 14 should be released in late September or early October based on the last five major releases.
Django 4.0 feature freeze is scheduled for 20th September with final release on 6th December.

If all goes well we could perhaps consider landing this before the feature freeze when a PostgreSQL 14 release candidate is available.

comment:3 by Mariusz Felisiak, 3 years ago

Triage Stage: Someday/MaybeAccepted

PostgreSQL 14 is released.

comment:4 by Mariusz Felisiak, 3 years ago

Triage Stage: AcceptedReady for checkin

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

In e76f9d5:

Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.

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

In c2f6c05c:

Refs #32943 -- Added support for covering exclusion constraints using SP-GiST indexes on PostgreSQL 14+.

comment:7 by Mariusz Felisiak, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Back to Top