Hubert depesz Lubaczewski
342f7c749a
Bring back normal scrolling of results
...
More than one complaint about how it looked before.
2022-12-05 12:20:55 +01:00
Hubert depesz Lubaczewski
cdca5b9703
Add handling of comments
...
per: https://gitlab.com/depesz/explain.depesz.com/-/issues/28
2022-11-12 12:08:52 +01:00
Hubert depesz Lubaczewski
997c9a4bdc
add ... to suggest that more options are handled
2022-11-12 10:27:49 +01:00
Hubert depesz Lubaczewski
b53ec4a22f
hints are not new anymore
2022-10-11 11:49:39 +02:00
Hubert depesz Lubaczewski
0a90bc39b6
Use explain (analyze, buffers) in example
...
Per suggestion from Ugo Bellavance
2022-08-23 12:04:57 +02:00
Hubert depesz Lubaczewski
0581c2b51a
bump css version to force reload
2022-07-15 10:12:12 +02:00
Alexandre Felipe
2933b20cfa
Change copy button location
2022-07-14 11:12:56 +01:00
Alexandre Felipe
ff0d6f73ab
Unescape .csv quotes
2022-07-12 15:13:52 +01:00
Hubert depesz Lubaczewski
b7d0e620a7
fix typo
2022-03-07 13:19:37 +01:00
Hubert depesz Lubaczewski
709d14ecc9
Add handing of new hint type
2022-03-07 13:16:28 +01:00
Hubert depesz Lubaczewski
23f69af2d8
Add hints from Pg::Explain::Hinter
2022-02-16 12:23:51 +01:00
Hubert depesz Lubaczewski
5d84a4356d
Correctly display InitPlan details
2021-08-03 20:43:56 +02:00
Hubert depesz Lubaczewski
e8a5c5ce02
Force refetch of css
2021-07-18 20:02:54 +02:00
Hubert depesz Lubaczewski
0af9ea6170
Display plan settings
2021-07-18 20:00:49 +02:00
Hubert depesz Lubaczewski
4b3c52d9e8
Display buffers I/O information
2021-07-04 21:41:35 +02:00
Hubert depesz Lubaczewski
03723f668a
Add copy-to-clipboard for query text
2021-06-10 12:12:53 +02:00
Hubert depesz Lubaczewski
4b2ce2469a
update version of css and js, not to get cached
2021-06-09 00:03:08 +02:00
Hubert depesz Lubaczewski
b66c2f485e
Many changes:
...
1. Help page is updated to newest functionality
2. you can now copy plans to clipboard (as requested by Eugen Konkov)
3. Rows removed by filters are displayed in plan view
4. URLs with #elements will now automatically open/select requested
element (including: source, text, stats, specific lines) - also
requested by Eugen Konkov.
5. Made explain.js a bit smarted about hiding/showing content when user
clicks on tabs
6. Updated dependency to newest Pg::Explain
7. Fixed display of returned rows for multi-loop or multi-worker nodes
2021-06-08 23:56:14 +02:00
Hubert depesz Lubaczewski
c27474acdb
More explicit help for how to get explain plan
...
Suggestion by Eugen Konkov.
2021-05-30 11:59:39 +02:00
Hubert depesz Lubaczewski
383e5e538c
Display JIT info for plans
2021-02-19 14:52:03 +01:00
Christoph Berg
6c19d86a06
Add note that the obfuscation feature makes plans harder to read
2020-11-24 16:48:25 +01:00
Hubert depesz Lubaczewski
2e30779c38
Update year in copyright
2020-11-05 16:50:16 +01:00
Hubert depesz Lubaczewski
35ca9b5953
Add information about reformatter tool
2020-11-05 16:48:59 +01:00
Hubert depesz Lubaczewski
828d2c848c
allow easier changes in css/js
...
Adding v= paramterer should make it easier to refresh if file is cached.
2020-11-05 15:44:01 +01:00
Hubert depesz Lubaczewski
6833367855
Beautify queries, and hide bogus "actual" info
...
1. Added beautification of queries using pgFormatter library
https://github.com/darold/pgFormatter
2. In case of plans that are "explain query" and not "explain analyze"
- don't show bogus "actual ..." info.
2020-11-05 15:38:16 +01:00
Hubert depesz Lubaczewski
9979f2f233
remove forgotten debug text
2020-08-05 11:43:25 +02:00
Hubert depesz Lubaczewski
55be9d33bf
Add support for storing queries
2020-07-27 15:16:43 +02:00
Hubert depesz Lubaczewski
cbe239d9da
Commify numbers in extra-info parts of plan
2020-06-08 11:37:00 +02:00
Hubert depesz Lubaczewski
ab60fbca86
Fix display for Tid Scans
...
This is to accomodate Pg::Explain 0.95
2020-03-20 12:24:20 +01:00
Hubert depesz Lubaczewski
e330dbd2db
Display # of workers, if parallel
2020-01-07 17:29:06 +01:00
Hubert depesz Lubaczewski
c20c5db4ea
Add details when failed parsing
2019-12-17 20:09:28 +01:00
Hubert depesz Lubaczewski
df18b5e37a
Improved help page
2019-12-03 22:33:53 +01:00
Hubert depesz Lubaczewski
f833e75ab5
Use textual link, and not image
2019-12-03 21:48:30 +01:00
Hubert depesz Lubaczewski
f4fb153c41
Allow embedding results in other pages (iframe)
...
To do it, simply:
<iframe src="https://explain.depesz.com/i/ <ID>"></iframe>
2019-12-03 21:31:29 +01:00
Hubert depesz Lubaczewski
d2d4e03557
Add colorized sources for explains
...
If explain was originally in json/yaml/xml format, add syntax-highlight
to the source of it.
Also - in such cases, add text view - explain regenerated to text
format.
2019-11-13 00:14:18 +01:00
Hubert depesz Lubaczewski
9eb78c85b9
Move to Pg::Explain 0.90
2019-11-12 23:24:12 +01:00
Hubert depesz Lubaczewski
4290b6a57d
Add more details to html view of plan.
...
- display planning time, if available
- display execution time, if available
- display trigger execution table, if available
- use real execution time, instead of execution time of top level node,
if available
2019-06-18 13:33:31 +02:00
Hubert depesz Lubaczewski
3bda02ad9b
Properly display WorkTable Scans
2019-06-18 12:17:54 +02:00
Hubert depesz Lubaczewski
57e2027985
Show info when calculating contact nonce prefix
2019-05-21 10:33:57 +02:00
Hubert depesz Lubaczewski
acb1952b1b
Add proof-of-work (in JS) for contact form
...
There was too much spam from this contact form, so let's make it harder
for spammers to use.
2019-05-21 09:29:21 +02:00
Hubert depesz Lubaczewski
90c19886e9
Format contact confirmation msg nicely
2019-05-21 08:09:06 +02:00
Hubert depesz Lubaczewski
cca285c2aa
Allow changing logo via config
2019-03-19 22:58:41 +01:00
Hubert depesz Lubaczewski
c409a2ad48
Not all foreign scans have "ON" clause
...
Example: https://explain.depesz.com/s/0FlR
Reported by MatheusOl on irc
2018-04-27 17:13:40 +02:00
Hubert depesz Lubaczewski
5ed566fce6
Properly display what parallel scans are on
...
Problem was reported on irc by Matthijs van der Vleuten.
2018-02-05 13:11:28 +01:00
Hubert depesz Lubaczewski
69cb9e85a4
rename anonymization to obfuscation
2017-10-25 11:37:15 +02:00
Hubert depesz Lubaczewski
e28cecfb23
Display appropriate service name
...
Now that explain.depesz.com can be accessed using different hostnames
(think: tor and it's .onion) - I need to be able to display it somehow.
2017-06-22 17:51:14 +02:00
Katrin Leinweber
6b6439946e
rephrase to make it sound more natural
2017-06-13 20:36:45 +02:00
Katrin Leinweber
6da511c912
add (definite) articles to improve flow of reading
2017-06-13 20:33:27 +02:00
Katrin Leinweber
1024897fd5
fix typos, assuming en_US
2017-06-13 20:30:33 +02:00
Katrin Leinweber
959a729b8b
harmonize wording on same page and with help.html
2017-06-13 20:26:48 +02:00