postgresql/src/backend/access
Peter Geoghegan d977ffd923 Instrument freezing in autovacuum log reports.
Add a new line to log reports from autovacuum (as well as VACUUM VERBOSE
output) that shows information about freezing.  Emphasis is placed on
the total number of heap pages that had one or more tuples frozen by
VACUUM.  The total number of tuples frozen is also shown.

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: Jeff Janes <jeff.janes@gmail.com>
Discussion: https://postgr.es/m/CAH2-WznTY6D0zyE8VLrC6Gd4kh_HGAXxnTPtcOQOOsxzLx9zog@mail.gmail.com
2022-09-08 10:29:39 -07:00
..
brin Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
common Fix incorrect uses of Datum conversion macros 2022-09-05 13:30:44 +02:00
gin Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
gist Small refactor to get rid of -Wshadow=compatible-local warning 2022-08-26 02:46:56 +12:00
hash More -Wshadow=compatible-local warning fixes 2022-08-26 02:35:40 +12:00
heap Instrument freezing in autovacuum log reports. 2022-09-08 10:29:39 -07:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Fix comments about deduplication updating page. 2022-08-05 14:25:49 -07:00
rmgrdesc Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
spgist Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
table Fix incorrect uses of Datum conversion macros 2022-09-05 13:30:44 +02:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam Fix recovery_prefetch with low maintenance_io_concurrency. 2022-09-08 21:44:55 +12:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00