]> granicus.if.org Git - postgresql/commit
Increase the default value of default_statistics_target from 10 to 100,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Dec 2008 19:13:44 +0000 (19:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Dec 2008 19:13:44 +0000 (19:13 +0000)
commit65e3ea76417d1baab158fd8305ebed4f43141c7a
tree289f332ba577bcbd9794c3e11ef2b3b89cb078be
parentb69bde774982ac4497cec9c9fe0190097890292f
Increase the default value of default_statistics_target from 10 to 100,
and its maximum value from 1000 to 10000.  ALTER TABLE SET STATISTICS
similarly now allows a value up to 10000.  Per discussion.
doc/src/sgml/config.sgml
doc/src/sgml/perform.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/analyze.sgml
src/backend/commands/analyze.c
src/backend/commands/tablecmds.c
src/backend/tsearch/ts_typanalyze.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample