Benoit

Results 11 issues of Benoit

Depending on the source of the plan (json or text) the name of the aggregate nodes is different. This is not really pev's fault since that's the way the info...

Example : https://explain.dalibo.com/plan/ApH#plan/node/5 The node duration seem weird in this node : 2s2 It contradicts with the read duration : 6s127ms And when I do multiply the time per execution...

PostgreSQL can now execute queries in Foreign server in an asynchronous manner. Before the executor visited execution nodes one-by-one. Considering sharding, Append on multiple postgres_fdw nodes can work simultaneously and...

enhancement

hi, Since we create backup directory with the format : `YYYY.MM.DD_HH.MM.SS` We should filter valid backup directories with the same criteria instead of `[0-9]*` A second criteria should be the...

enhancement

Example: ``` psycopg2.errors.InsufficientPrivilege: permission denied for function pg_ls_tmpdir ```

bug

@Krysztophe was surprised that we couldn't see the idle sessions. This is something that we could display when we have more filters available.

enhancement

Currently, we have those infos in the header part : (the 3 last lines are removed in non local mode) ``` PostgreSQL 13.2 - benoit-dalibo - postgres@/var/run/postgresql:5433/postgres - Ref.: 2s...

enhancement

When scroll thru the queries with up/down, the current query is highlighted. But the highlighted zone stops at the end of the query string. Make it so that the highlighted...

enhancement

We had requests from clients to add the client_addr/client_name field to the session view (pg_stat_activity). It comes in handy from where a query is executed.

UI
feature request