Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE
Guillaume Lelarge <guillaume@lelarge.info>
From: Guillaume Lelarge <guillaume@lelarge.info>
To: jian he <jian.universality@gmail.com>
Cc: David Rowley <dgrowleyml@gmail.com>,
Greg Sabino Mullane <htamfids@gmail.com>, Robert Haas <robertmhaas@gmail.com>,
Michael Christofides <michael@pgmustard.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-11T20:29:36Z
Lists: pgsql-hackers
Attachments
- rules.patch (text/x-patch) patch
Le mer. 11 déc. 2024 à 15:00, jian he <jian.universality@gmail.com> a écrit : > do we also need to update doc/src/sgml/rules.sgml? > > https://www.postgresql.org/docs/current/rules-materializedviews.html > Yes, you're right. Here is a fix. (Not a patch with a commit message as I don't know if David will want to commit everything (the CI issue, this, and probably more) in one patch.) -- Guillaume.
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