postgresql/src/backend/storage
Tom Lane 0bfd90ff32 Modify pgstats code to reduce performance penalties from oversized stats data
files: avoid creating stats hashtable entries for tables that aren't being
touched except by vacuum/analyze, ensure that entries for dropped tables are
removed promptly, and tweak the data layout to avoid storing useless struct
padding.  Also improve the performance of pgstat_vacuum_tabstat(), and make
sure that autovacuum invokes it exactly once per autovac cycle rather than
multiple times or not at all.  This should cure recent complaints about 8.1
showing much higher stats I/O volume than was seen in 8.0.  It'd still be a
good idea to revisit the design with an eye to not re-writing the entire
stats dataset every half second ... but that would be too much to backpatch,
I fear.
2006-01-18 20:35:16 +00:00
..
buffer Fix ReadBuffer() to correctly handle the case where it's trying to extend 2006-01-06 00:04:26 +00:00
file Fix fsync code to test whether F_FULLFSYNC is available, instead of 2006-01-17 23:52:50 +00:00
freespace Message corrections 2005-10-29 00:31:52 +00:00
ipc Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
large_object Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
lmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
page Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
smgr Modify pgstats code to reduce performance penalties from oversized stats data 2006-01-18 20:35:16 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00