Skip to content

Releases: dalibo/pev2

v0.15.0

02 Nov 10:38
2de6e95
Compare
Choose a tag to compare
  • Add support for Incremental Sort nodes
  • Don't format 0 to ''
  • Update node-sass
  • Add node indexes

v0.14.1

13 Oct 14:43
330605a
Compare
Choose a tag to compare
  • Fixed wrong display of WAL Bytes

v0.14.0

13 Oct 06:29
87da22d
Compare
Choose a tag to compare
  • Fixed broken display on Safari,
  • Added support for new PG13 WAL explain option,
  • Small improvement for node highlight.

v0.13.0

30 Sep 08:41
871d9e1
Compare
Choose a tag to compare
  • Sortable tables in the stats tab,
  • Buffers buttons are disabled in the diagram menu when no information is available,
  • Fixed computation of exclusive buffers

v0.12.0

11 Sep 07:08
07c46ad
Compare
Choose a tag to compare
  • Use "Query Text" (provided by auto_explain) from plan if available,
  • Add support for more wrapped plan (line breaks),
  • Prettified output tab,
  • Fix layout (bottom cropped).

v0.11.0

07 Sep 09:32
Compare
Choose a tag to compare
  • Reverted "Query Text" parsing. More work needs to be done. It breaks the parsing of wrapped plans.

v0.10.0

31 Aug 07:10
77b2850
Compare
Choose a tag to compare
  • use "Query Text" if available (auto_explain),
  • project not deployed to gh-pages anymore,
  • Added new tab for general stats (per table, per node type, per index)

v0.9.0

07 Aug 14:44
d3f608a
Compare
Choose a tag to compare
  • Changes in the global layout:
    • tabs for plan, raw and query,
    • display option in a right sidebar
  • Fixed error on diagram for local buffers,
  • Don't show heap fetches if undefined in node detail,

v0.8.0

24 Jul 12:23
0be560b
Compare
Choose a tag to compare
  • JSON and SQL syntax is now highlighted in the source view,
  • Diagram header menu is fixed,
  • Inclusive node time is displayed in the diagram along with exclusive one,
  • Heap fetches high values are highlighted.

v0.7.0

15 Jul 09:10
41c3d85
Compare
Choose a tag to compare
  • Fixed bugs preventing users to view node details,
  • Blocks displayed with size in bytes.