Opened 3 weeks ago

Closed 2 weeks ago

#35856 closed New feature (fixed)

Add support for MEMORY/SERIALIZE option to QuerySet.explain() on PostgreSQL 17+.

Reported by: Mariusz Felisiak Owned by: Anthony Joseph
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: postgreSQL
Cc: Mariusz Felisiak 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 17 added support for the MEMORY/SERIALIZE option to EXPLAIN, check out ​release notes.

Change History (8)

comment:1 by Natalia Bidart, 3 weeks ago

Triage Stage: UnreviewedAccepted

Sounds good, thank you for the report Mariusz! Would you like to prepare a patch?

in reply to:  1 comment:2 by Mariusz Felisiak, 3 weeks ago

Replying to Natalia Bidart:

Sounds good, thank you for the report Mariusz! Would you like to prepare a patch?

Yes, or one of my Djangonauts would do this. I've already assigned it to myself.

comment:3 by Anthony Joseph, 3 weeks ago

Owner: changed from Mariusz Felisiak to Anthony Joseph

comment:4 by Mariusz Felisiak, 3 weeks ago

Cc: Mariusz Felisiak added

comment:5 by Anthony Joseph, 3 weeks ago

Has patch: set

comment:6 by Mariusz Felisiak, 3 weeks ago

Patch needs improvement: set

comment:7 by Mariusz Felisiak, 2 weeks ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:8 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

Resolution: fixed
Status: assignedclosed

In 3a8f52f:

Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+.

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