1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-28 08:58:52 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Hubert depesz Lubaczewski
dbfb8d70a0 json_config changed name to JSONConfig 2012-01-26 11:28:02 +01:00
Hubert depesz Lubaczewski
84df996971 Make plan encoded in utf8
Thanks to this anonymization will stop breaking when given plans with accents.
2011-08-25 12:43:49 +02:00
Hubert depesz Lubaczewski
96a6bf6f50 Remove sending mails about bad plans
Most of the emails are situations where people pasted *query* instead of plan.
The rest are just badly wrapped plans.
2011-08-16 13:08:17 +02:00
Hubert depesz Lubaczewski
cda3511363 Fix typos 2011-07-13 13:23:15 +02:00
Hubert depesz Lubaczewski
b239a3b5ca Added stats
In view of query, added 3rd tab (HTML, TEXT) - STATS.

This shows list of all different node types with their repetition count,
summarized time, and percent of total query time, plus similar per table
stats.
2011-07-13 02:29:41 +02:00
Hubert depesz Lubaczewski
a5fc1f2544 Added title for plan
Nathan Thom requested ability to add title to plan.

It wasn't very complicated, so it's added :)
2011-06-28 15:25:14 +02:00
Hubert depesz Lubaczewski
761cc4742b Add anonymization
Added checkbox, and additional logic which uses anonymization feature of
Pg::Explain from 0.60
2011-06-11 04:44:41 +02:00
metys
34818b7d7b If Explain creation fails:
+ message "Failed to create..." above form
 + log ("info") message
 + send mail with invalid plan
2011-05-04 07:12:41 +00:00
metys
53fb63b2d2 Database plugin fix 2011-03-14 13:37:48 +00:00
metys
e5eaff7de9 fix for history pagination 2011-03-14 11:07:08 +00:00
metys
1ecd0f9518 history date-based pagination update 2011-03-11 10:33:49 +00:00
metys
198b38717a 1. history pagination changed to date ranges
2. index renamed to new explain
3. form styling changes
2011-03-11 06:19:50 +00:00
depesz
046da81e8c new version of explain.depesz.com, by metys - llewandowski.pl 2011-03-10 15:19:34 +00:00