summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorDaniel Kukula <904179+dkuku@users.noreply.github.com>2022-04-04 03:20:02 +0100
committerGitHub <noreply@github.com>2022-04-03 19:20:02 -0700
commit372da81ec4bb6572f293c00cdd5b3b4d3c38350d (patch)
treea8df0513433cae513b3f9823f53bf1ca21a097be /changelog.rst
parent366c01bbb97fee96a8169629854af7c83d626c99 (diff)
add explain visualizer (#1279)
* add explain visualizer * format files * remove humanize dependency * disable by default * add explain visualizer * run black
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 18f66610..7543de5c 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -49,6 +49,7 @@ Features:
`destructive_warning` setting to `all|moderate|off`, vs `true|false`. (#1239)
* Skip initial comment in .pg_session even if it doesn't start with '#'
* Include functions from schemas in search_path. (`Amjith Ramanujam`_)
+* Easy way to show explain output under F5
Bug fixes:
----------
@@ -1126,3 +1127,4 @@ Improvements:
.. _`thegeorgeous`: https://github.com/thegeorgeous
.. _`laixintao`: https://github.com/laixintao
.. _`anthonydb`: https://github.com/anthonydb
+.. _`Daniel Kukula`: https://github.com/dkuku