Re: explain_regress, explain(MACHINE), and default to explain(BUFFERS) (was: BUFFERS enabled by default in EXPLAIN (ANALYZE))

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: explain_regress, explain(MACHINE), and default to explain(BUFFERS) (was: BUFFERS enabled by default in EXPLAIN (ANALYZE))
Date: 2022-02-26 21:07:20
Message-ID: 20220226210720.GL9008@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rebased over ebf6c5249b7db525e59563fb149642665c88f747.
It looks like that patch handles only query_id, and this patch also tries to
handle a bunch of other stuff.

If it's helpful, feel free to kick this patch to a future CF.

Attachment Content-Type Size
0001-Add-GUC-explain_regress.patch text/x-diff 9.8 KB
0002-exercise-explain_regress.patch text/x-diff 12.8 KB
0003-Make-explain-default-to-BUFFERS-TRUE.patch text/x-diff 4.7 KB
0004-Add-explain-MACHINE-to-hide-machine-dependent-output.patch text/x-diff 33.9 KB
0005-f-Rows-removed-by-filter.patch text/x-diff 18.4 KB
0006-f-Workers-Launched.patch text/x-diff 13.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2022-02-26 21:12:27 Re: Commitfest manager for 2022-03
Previous Message Justin Pryzby 2022-02-26 21:06:25 Re: Missed condition-variable wakeups on FreeBSD