Skip to content

Commit

Permalink
Wording improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 7, 2025
1 parent 9c7e538 commit c2fea3f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## 0.64.0 2025-01-07

* Support for Query Tuning Workbooks
- The collector now optionally executes on-demand query runs for the
Query Tuning feature via the new pganalyze.explain_analyze() helper
that prevents reading table data directly and avoids granting the
collector user unnecessary permissions.
- You can opt into this feature by creating the helper function,
otherwise this new feature is turned off by default
* Support for pganalyze Query Tuning Workbooks
- The collector now optionally executes on-demand EXPLAIN ANALYZE queries for
the new Query Tuning feature via the new pganalyze.explain_analyze() helper
- This helper is owned by a separate user which gets assigned table read
permissions, and avoids granting the collector user unnecessary permissions
directly
- You can opt into this feature by creating the helper function, otherwise
this new feature is turned off by default
- For easily creating the helper in all databases on a server the
new "--generate-explain-analyze-helper-sql" command is added
- The enable_query_runner setting introduced in 0.63.0 is removed,
Expand Down

0 comments on commit c2fea3f

Please sign in to comment.