Skip to content

Changelog

William Meitzen edited this page Dec 20, 2019 · 32 revisions

2019-Dec-19 / 0.88 beta / 4.02

  • Fix: Actual and estimated "rows removed by filter/index recheck" counts
  • Added db columns for sort workers (for a future version)
  • Checked many calculations for rows, mass, workers, and filters for this release on multiple PG versions (9.3, 9.6, 10, 12, 12.1)

2019-Dec-16 / 0.87 beta / 4.01

  • Improved estimated "rows removed by filter/index recheck" count
  • Add: When using slider, darken completed operators
  • Fix: Plan stats are available w/o changing to a different plan first
  • Add: Merge anti-join icon
  • Fix: Set exclusive time to 0 sec if calculated excluded time < 0 sec (leaders and workers)
  • Use black text where plan width = 0 (indicate when operator returned no data)
  • Numerous bug fixes (main reason for update)

2019-Dec-6 / 0.86 beta / 4.0

  • Add: Remember password checkbox
  • Add: Prompt to ask for password
  • Top buttons are more closely tied to plan graph view (e.g. if there are no actual rows in the JSON plan, Actual Rows, Actual Mass, and both Ratio buttons are disabled; if there are no actual times, Exclusive Time and Time Difference buttons are disabled)
  • Disable Cost slider if there are no costs
  • Disable Time slider if there are no times
  • Fix: Exceptions would occur when switching between costs on and off
  • Fix: Long-running SQL code bug fix (re: calculating # of loops recursively)
  • Fix: Toggling workers then zooming would size boxes wrongly
  • Removed % by Disk and RAM buttons
  • Removed % by Disk and RAM worker info
  • If user deleted all plans, disable Delete and Duplicate buttons

2019-Nov-29 / 0.85 beta / 3.01

  • "Plan Graph" tab is disabled until a plan graph is generated.
  • SQL error messages to JSON plan textbox.
  • Disable "Show JSON Plan" button if any SQL errors.
  • Added "buffers" option when adding a new plan.
  • Fix: JSON explain plan wasn't being written to sqlite db sometimes.

2019-Nov-28 / 0.84 beta / 3.01

  • Added "Partial Mode" property, mainly used for Aggregate operators
Clone this wiki locally