postgresql/src/include/access
Robert Haas 33aaa139e6 Make the number of CLOG buffers adaptive, based on shared_buffers.
Previously, this was hardcoded: we always had 8.  Performance testing
shows that isn't enough, especially on big SMP systems, so we allow it
to scale up as high as 32 when there's adequate memory.  On the flip
side, when shared_buffers is very small, drop the number of CLOG buffers
down to as little as 4, so that we can start the postmaster even
when very little shared memory is available.

Per extensive discussion with Simon Riggs, Tom Lane, and others on
pgsql-hackers.
2012-01-06 14:32:18 -05:00
..
attnum.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
clog.h Make the number of CLOG buffers adaptive, based on shared_buffers. 2012-01-06 14:32:18 -05:00
genam.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
gin_private.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
gin.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
gist_private.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
gist.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
gistscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
hash.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
heapam.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
hio.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
htup.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
itup.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
multixact.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nbtree.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
printtup.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
reloptions.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
relscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
rewriteheap.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
rmgr.h Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00
sdir.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
skey.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
slru.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
spgist_private.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
spgist.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
subtrans.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sysattr.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
transam.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tupconvert.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tupdesc.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tupmacs.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tuptoaster.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
twophase_rmgr.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
twophase.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
valid.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
visibilitymap.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
xact.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
xlog_internal.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
xlog.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
xlogdefs.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
xlogutils.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00