Hubert depesz Lubaczewski
0951a8d583
move partitions to public schema
2021-11-23 13:16:20 +01:00
Hubert depesz Lubaczewski
8efa706ecf
Better loading of sql scripts
...
Problem reported by Steve Baker in
https://gitlab.com/depesz/explain.depesz.com/-/issues/18
2020-09-04 09:45:22 +02:00
Hubert depesz Lubaczewski
60ecd77745
Added missing index for finding plan optimizations
2020-08-24 10:19:20 +02:00
Hubert depesz Lubaczewski
55be9d33bf
Add support for storing queries
2020-07-27 15:16:43 +02:00
Hubert depesz Lubaczewski
f838622a1f
recreate views after table migration
2019-12-17 19:53:53 +01:00
Hubert depesz Lubaczewski
eb3e419912
Migrate plans to native partitioning.
...
This requires PostgreSQL 11, but makes for simpler queries.
2019-06-18 14:59:02 +02:00
Hubert depesz Lubaczewski
8439410c5b
Add "optimizations" for plans
2017-05-19 18:45:41 +02:00
Hubert depesz Lubaczewski
e9820912a4
Add some statistic-reporting views
2017-04-19 19:33:59 +02:00
Hubert depesz Lubaczewski
5fc15d5ed8
Move to partitioned plans
...
We don't have that many of them, but on slow(ish) server dumps or vacuums
take long time. Partitioning will make it possible to handle work in
smaller increments
2016-04-05 14:57:53 +02:00
Hubert depesz Lubaczewski
37225faca2
remove things that might cause irrelevant warnings
2014-11-06 06:30:47 +01:00
Hubert depesz Lubaczewski
f185e5c746
Add /info page
...
This is only for users logged in, with granted "admin" privileges
(is_admin column in users table in database, by default false for
everybody, has to be manually changed in database).
Info page shows loaded modules, perl version and paths to used perl
interpreter and top level of explain.depesz.com application.
2014-10-31 22:03:11 +01:00
Hubert depesz Lubaczewski
b381985e43
Users almost done
...
Functionality is there, I'm just waiting for Metys to help me with styling
2013-10-29 14:35:04 +01:00
Hubert depesz Lubaczewski
22b973d093
WIP - users support
...
- users can now:
- register
- login
- logout
- change password
- new explains know about logged user (it's stored in database)
2013-10-28 14:58:17 +01:00
Hubert depesz Lubaczewski
02331652e5
First step towards users support
...
Place in database to stor use information
2013-10-22 15:25:20 +02:00
Hubert depesz Lubaczewski
6a31c2e4a1
Make it possible to delete plans
...
Each plan will have now delete_key (random, 50 character string), which
can be used with url like http://.../d/plan-id/delete-key
to delete it.
The delete key is shown once just after plan creation
2013-03-30 20:18:27 +01:00
Hubert depesz Lubaczewski
65cfeff37a
remove irrelevant tables
2012-03-12 13:21:50 +01: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
depesz
046da81e8c
new version of explain.depesz.com, by metys - llewandowski.pl
2011-03-10 15:19:34 +00:00