Re: [Proposal] Allow users to specify multiple tables in VACUUM commands
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: "Bossart, Nathan" <bossartn@amazon.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Masahiko Sawada <sawada.mshk@gmail.com>, "David G. Johnston" <david.g.johnston@gmail.com>,
Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-09-13T07:16:32Z
Lists: pgsql-hackers
On Wed, Sep 13, 2017 at 1:12 PM, Bossart, Nathan <bossartn@amazon.com> wrote: > On 9/12/17, 9:47 PM, "Michael Paquier" <michael.paquier@gmail.com> wrote: >> Those are minor points. The patch seems to be in good shape, and >> passes all my tests, including some pgbench'ing to make sure that >> nothing goes weird. So I'll be happy to finally switch both patches to >> "ready for committer" once those minor points are addressed. > > Awesome. OK, let's roll in then. There are a couple of points or comments that could be tweaked like the name of get_rel_oids, but I usually have bad taste when it comes to that, and the current things make sense as well. So both patches are now marked as ready for committer. -- Michael
Commits
-
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
- 11d8d72c27a6 11.0 landed
-
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
- ea31541f5648 9.6.6 landed
- e56facd8b300 9.2.24 landed
- b572b435ca67 9.4.15 landed
- a2b1eb23496e 10.0 landed
- a09d8be7ddaf 9.3.20 landed
- 71480501057f 11.0 landed
- 122289a66b92 9.5.10 landed
-
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
- e415b469b33b 9.5.0 cited