1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-07-01 00:55:01 +02:00

19 Commits

Author SHA1 Message Date
cdca5b9703 Add handling of comments
per: https://gitlab.com/depesz/explain.depesz.com/-/issues/28
2022-11-12 12:08:52 +01:00
0951a8d583 move partitions to public schema 2021-11-23 13:16:20 +01:00
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
60ecd77745 Added missing index for finding plan optimizations 2020-08-24 10:19:20 +02:00
55be9d33bf Add support for storing queries 2020-07-27 15:16:43 +02:00
f838622a1f recreate views after table migration 2019-12-17 19:53:53 +01:00
eb3e419912 Migrate plans to native partitioning.
This requires PostgreSQL 11, but makes for simpler queries.
2019-06-18 14:59:02 +02:00
8439410c5b Add "optimizations" for plans 2017-05-19 18:45:41 +02:00
e9820912a4 Add some statistic-reporting views 2017-04-19 19:33:59 +02:00
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
37225faca2 remove things that might cause irrelevant warnings 2014-11-06 06:30:47 +01:00
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
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
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
02331652e5 First step towards users support
Place in database to stor use information
2013-10-22 15:25:20 +02:00
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
65cfeff37a remove irrelevant tables 2012-03-12 13:21:50 +01:00
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
046da81e8c new version of explain.depesz.com, by metys - llewandowski.pl 2011-03-10 15:19:34 +00:00