Skip to content

Releases: dalibo/pev2

v0.22.0

10 Sep 23:35
Compare
Choose a tag to compare
  • Fixed parsing with JIT in workers in text mode,
  • Allow users to copy code from the Raw and Query tabs,
  • Make filter in nodes more obvious,
  • Calculate revised value for rows removed by join filter

v0.21.0

30 Jul 14:17
8391a05
Compare
Choose a tag to compare
  • Fix problem with triggers/settings dropdown display issues,
  • Add more details + links to nodes in the stats tab.

v0.20.1

20 Apr 14:18
f2035d0
Compare
Choose a tag to compare
0.20.1

v0.20.0

20 Apr 14:07
8001562
Compare
Choose a tag to compare
  • Fix issue with planned rows displaying NaN for plans not analyzed,
  • Use bytes units for width,
  • Make sure row count is N/A if not analyzed,
  • Fix ghost displays in the diagram,
  • Better management of inifinity estimation factor,
  • Update window url hash when changing tab

v0.19.0

06 Apr 12:08
9ef0b5f
Compare
Choose a tag to compare
  • Fixed computation of duration for plans with parallelism (using loops and workers)
  • Fixed computation for total duration

v0.18.0

22 Feb 08:22
5a479fe
Compare
Choose a tag to compare
  • Take loops into account for rows counting for parallel nodes,
  • Depencies updates,
  • Configure vue loader to preserve white space (makes 2 lines clamp work better)

v0.17.1

08 Feb 08:21
908f814
Compare
Choose a tag to compare
0.17.1

v0.17.0

08 Feb 07:56
1afce64
Compare
Choose a tag to compare
  • Text rendering changes: no uppercase of node type, use monospace font for table or index names,
  • Improved guessing of workers number for text plans

v0.16.1

31 Dec 11:24
Compare
Choose a tag to compare
  • Minor font size fix.

v0.16.0

17 Dec 07:27
8941383
Compare
Choose a tag to compare
  • Nodes highlight and selection has been modified,
  • If needed diagram is scrolled automatically on node selection,
  • Standalone (browser only) app doesn't rely on vue-router anymore, simplifies integration in explain.dalibo.com and new node indexes,
  • Timing is always displayed detailed (no more < 1ms),
  • Sample plans in the standalone app are not broken anymore, they load correctly.