1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-12-10 11:10:15 +02:00
Commit Graph

153 Commits

Author SHA1 Message Date
Richard Yen
8576416340 Add steps for setting up on Docker 2018-08-26 10:58:25 -07:00
Richard Yen
4c762b333a Replace testing username/pass to defaults 2018-08-26 10:58:24 -07:00
Richard Yen
0b603e183f Apply all patches in sql/ folder
Upgrade to newer version of PG (support for FILTER syntax found in `patch-008.sql` begins in 9.4)
Fix up some variable names
2018-08-26 10:58:24 -07:00
Richard Yen
628bd885f2 Ignore Vagrant metadata 2018-08-26 10:58:24 -07:00
Richard Yen
32554fe78f Make Vagrantfile usable for non-Puppet users 2018-08-26 10:58:24 -07:00
Richard Yen
5db3a912e2 Clean up README.md formatting 2018-08-26 10:58:24 -07:00
Hubert depesz Lubaczewski
0b188b7734 repo has been migrated, update readme 2018-06-19 13:26:51 +02:00
Hubert depesz Lubaczewski
b5e9191d56 Automatically reconnect to DB if it failed.
Error on db error will appear, but on reload new connection will be
established (if it's possible).
2018-06-11 21:03:48 +02:00
Hubert depesz Lubaczewski
00d63257bb Implement /status to show if db is accessible 2018-06-11 20:56:49 +02: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
Hubert depesz Lubaczewski
1727fbadd0 Merge pull request #9 from katrinleinweber/proof-read
improve spelling and wording in explanations and labels
2017-06-14 12:15:33 +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
Hubert depesz Lubaczewski
8439410c5b Add "optimizations" for plans 2017-05-19 18:45:41 +02:00
Hubert depesz Lubaczewski
bf6f295579 use newer script to launch development 2017-05-01 16:29:35 +02:00
Hubert depesz Lubaczewski
b681476002 Merge pull request #8 from webervin/patch-1
grant use of schema plans to db user
2017-04-25 07:54:18 +02:00
Ervin Weber
5dcbd2056e grant use of schema plans to db user
altered grant, fixes #7
2017-04-24 14:06:51 +03:00
Hubert depesz Lubaczewski
e9820912a4 Add some statistic-reporting views 2017-04-19 19:33:59 +02:00
Hubert depesz Lubaczewski
e289a74ccb Remove unnecessary second-level encoding
This caused problems when dealing with non-ascii characters, as it was
already converted to utf by Mojo, and then again, by explain.depesz.com
itself.
2017-02-08 15:39:08 +01:00
Hubert depesz Lubaczewski
72447070f5 Don't upload production conf to github 2016-11-08 21:00:00 +01:00
Hubert depesz Lubaczewski
125175b865 Sync to current version on old host 2016-11-08 20:37:06 +01: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
8cc4c357fc add development startup script 2016-04-05 14:09:23 +02:00
Hubert depesz Lubaczewski
9a708e6d77 update copyright 2015-11-12 12:11:23 +01:00
Hubert depesz Lubaczewski
a430bd9a3f Add subquery name to display, forgotten 2015-10-13 12:55:36 +02:00
Hubert depesz Lubaczewski
03bbaf960f Add links to docs about explain node types
The links point to blogposts in "Explaining the unexplainable" series on
my blog: http://www.depesz.com/tag/unexplainable/
2015-10-13 12:47:09 +02:00
Hubert depesz Lubaczewski
8da4d84698 Merge pull request #5 from graphaelli/vagrant-nginx-tweak
disable nginx default site
2015-10-02 11:40:36 +02:00
Gilad Raphaelli
1e4b5f94c2 disable nginx default site
This enables access to vm hosted explain.depesz.com without
intervention following vagrant provisioning.
2015-10-01 12:41:57 -04:00
Hubert depesz Lubaczewski
055e74bc99 Allow nodes with no actual time
In process also fix never-executed nodes
2015-06-03 11:41:12 +02:00
Hubert depesz Lubaczewski
7e484cf008 add gitignore to ignore log dir 2015-05-19 23:16:10 +02:00
Hubert depesz Lubaczewski
36b3844c15 Change tagline to mention PostgreSQL 2015-05-19 22:45:12 +02:00
Hubert depesz Lubaczewski
0cf6dabb12 Use official github repo url 2015-01-08 21:42:46 +01:00
Hubert depesz Lubaczewski
1b7ad1f9dd Merge pull request #4 from pkorobeinikov/master
Automate installation
2015-01-08 21:41:06 +01:00
Hubert depesz Lubaczewski
1a3ac8fbe0 Merge pull request #3 from olshevskiy87/master
Update README.md
2015-01-07 18:30:46 +01:00
Petr A. Korobeinikov
504c1d77f4 Consistently name db, dbuser, and password. 2015-01-06 19:03:57 +03:00
Petr A. Korobeinikov
7278f98ef9 Flat puppet directory structure. 2015-01-06 18:45:08 +03:00
Petr A. Korobeinikov
cccef5552a Parameter based project dir path. 2015-01-06 18:17:29 +03:00
Petr A. Korobeinikov
0c9ebb5936 Change protocol. 2015-01-06 12:25:49 +03:00
Petr A. Korobeinikov
e95df7accd Readme notes. 2015-01-06 11:27:27 +03:00
Petr A. Korobeinikov
f44cac4774 No need to support systems other than Debian. 2015-01-06 10:41:30 +03:00
Petr A. Korobeinikov
9316c3fac2 File structure cosmetics. 2015-01-06 10:38:14 +03:00
Petr A. Korobeinikov
1fe4ee0f29 Timeout notice. 2015-01-06 10:34:46 +03:00
Petr A. Korobeinikov
58b087e1fe Apply patches in single exec. 2015-01-06 10:34:11 +03:00
Petr A. Korobeinikov
f0e5f2d0b6 No need to create separate user. 2015-01-06 10:14:09 +03:00
Petr A. Korobeinikov
58a81a7edb Add nginx proxy. 2015-01-06 10:12:23 +03:00