postgresql/src
Tom Lane d5db3abfb6 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:06 +00:00
..
backend Modify pgstats code to reduce performance penalties from oversized stats data 2006-01-18 20:35:06 +00:00
bin Fix pg_ctl crash on "unregister" when a data directory is not specified. 2006-01-14 15:41:28 +00:00
include Modify pgstats code to reduce performance penalties from oversized stats data 2006-01-18 20:35:06 +00:00
interfaces Data transferred binary is now put into the variables verbatim. 2006-01-17 19:49:23 +00:00
makefiles
pl Clear up remaining compile warning for plperl on Windows. 2006-01-12 22:15:56 +00:00
port
template
test Add a new system view, pg_cursors, that displays the currently available 2006-01-18 06:49:30 +00:00
timezone
tools
tutorial Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak