postgresql/src/backend/access
Michael Paquier 99dd75fb99 Reword slightly logs generated for index stats in autovacuum
Using "remain" is confusing, as it implies that the index file can
shrink.  Instead, use "in total".

Per discussion with Peter Geoghegan.

Discussion: https://postgr.es/m/CAH2-WzkYgHZzpGOwR14CScJsjaQpvJrEkEfkh_=wGhzLb=yVdQ@mail.gmail.com
2021-03-24 09:36:03 +09:00
..
brin Optimize allocations in bringetbitmap 2021-03-23 00:47:09 +01:00
common Short-circuit slice requests that are for more than the object's size. 2021-03-22 14:01:20 -04:00
gin VACUUM VERBOSE: Count "newly deleted" index pages. 2021-02-25 14:32:18 -08:00
gist Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
hash Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
heap Reword slightly logs generated for index stats in autovacuum 2021-03-24 09:36:03 +09:00
index Fix GiST index deletion assert issue. 2021-01-26 23:24:37 -08:00
nbtree nbtree VACUUM: Cope with buggy opclasses. 2021-03-23 16:09:51 -07:00
rmgrdesc Don't consider newly inserted tuples in nbtree VACUUM. 2021-03-10 16:27:01 -08:00
spgist VACUUM VERBOSE: Count "newly deleted" index pages. 2021-02-25 14:32:18 -08:00
table Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Fix timeline assignment in checkpoints with 2PC transactions 2021-03-22 08:30:53 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00