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)
follow-up: 2 comment:1 by , 3 weeks ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 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 , 3 weeks ago
Owner: | changed from | to
---|
comment:4 by , 3 weeks ago
Cc: | added |
---|
comment:5 by , 3 weeks ago
Has patch: | set |
---|
comment:6 by , 3 weeks ago
Patch needs improvement: | set |
---|
comment:7 by , 2 weeks ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Sounds good, thank you for the report Mariusz! Would you like to prepare a patch?