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
-
Fix further fallout from EXPLAIN ANALYZE BUFFERS change
- 89988ac5891b 18.0 landed
-
Add missing BUFFERS OFF in regression tests, take 2
- 9df2a4b9316f 18.0 landed
-
Add missing BUFFERS OFF in select_into regression tests
- 9fa1aaa6525a 18.0 landed
-
Enable BUFFERS with EXPLAIN ANALYZE by default
- c2a4078ebad7 18.0 landed