Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Michael Christofides <michael@pgmustard.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, Vik Fearing <vik@postgresfriends.org>, David Rowley <dgrowleyml@gmail.com>, Guillaume Lelarge <guillaume@lelarge.info>, Greg Sabino Mullane <htamfids@gmail.com>, "David G. Johnston" <david.g.johnston@gmail.com>, Nikolay Samokhvalov <samokhvalov@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2024-12-03T14:32:06Z
Lists: pgsql-hackers
On Mon, Dec 2, 2024 at 6:42 AM Michael Christofides
<michael@pgmustard.com> wrote:
> Are you mostly seeing query plans that have stumped other people already (eg second or third line support), so perhaps seeing more complex plans than the average user?

Yes. :-)

-- 
Robert Haas
EDB: http://www.enterprisedb.com



Commits

  1. Fix further fallout from EXPLAIN ANALYZE BUFFERS change

  2. Add missing BUFFERS OFF in regression tests, take 2

  3. Add missing BUFFERS OFF in select_into regression tests

  4. Enable BUFFERS with EXPLAIN ANALYZE by default