Changes for version 2.10 - 2026-02-05

  • Fix incorrect indentation in regenerated textual plans (for example after anonymization). Per report from Pierre GIRAUD: https://gitlab.com/depesz/explain.depesz.com/-/issues/33
  • Fix warning when generating textual plans with buffer info, but no timings.
  • Fix warning when getting total_rows_removed from node that didn't have analyze info

Modules

Object approach at reading explain analyze output
Some helper methods to analyze explains
Object to store buffers information about node in PostgreSQL's explain analyze
Base class for parsers of non-text explain formats.
Parser for explains in JSON format
Parser for text based explains
Parser for explains in XML format
Parser for explains in YAML format
Review Pg::Explain plans and return hints, if there are any
Single hint for Pg::Explain plan
Stores information about JIT from PostgreSQL's explain analyze.
Class representing single node from query plan
Class to anonymize sets of strings