Re: Removing vacuum_cleanup_index_scale_factor
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-11T01:11:58Z
Lists: pgsql-hackers
On Tue, Mar 9, 2021 at 7:42 PM Peter Geoghegan <pg@bowt.ie> wrote: > My current plan is to commit everything within the next day or two. > This includes backpatching to Postgres 13 only. Pushed, thanks. -- Peter Geoghegan
Commits
-
VACUUM ANALYZE: Always update pg_class.reltuples.
- 5f8727f5a679 14.0 landed
- 1fc5a57386d1 13.3 landed
-
Don't consider newly inserted tuples in nbtree VACUUM.
- 9f3665fbfc34 14.0 landed
- 9663d124466f 13.3 landed
-
Fix nbtree cleanup-only VACUUM stats inaccuracies.
- 48e1291342dd 14.0 cited
-
Disable recheck_on_update optimization to avoid crashes.
- 5d28c9bd73e2 12.0 cited
-
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
- b4b6923e03f4 9.1.0 cited
-
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
- e57345975cf8 8.2.0 cited
-
First steps towards statistics on expressional (nee functional) indexes.
- f0c9397f8085 8.0.0 cited