postgresql/src/backend/storage
Alvaro Herrera 9d3b502443 Improve logging of autovacuum I/O activity
This adds some I/O stats to the logging of autovacuum (when the
operation takes long enough that log_autovacuum_min_duration causes it
to be logged), so that it is easier to tune.  Notably, it adds buffer
I/O counts (hits, misses, dirtied) and read and write rate.

Authors: Greg Smith and Noah Misch
2011-11-25 16:34:32 -03:00
..
buffer Improve logging of autovacuum I/O activity 2011-11-25 16:34:32 -03:00
file Change debug message from ereport to elog 2011-07-19 07:50:10 +03:00
freespace Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
ipc Move "hot" members of PGPROC into a separate PGXACT array. 2011-11-25 08:02:10 -05:00
large_object Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
lmgr Move "hot" members of PGPROC into a separate PGXACT array. 2011-11-25 08:02:10 -05:00
page Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
smgr Split work of bgwriter between 2 processes: bgwriter and checkpointer. 2011-11-01 17:14:47 +00:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00