postgresql/src/backend/access
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list.
Previously the maximum size of GIN pending list was controlled only by
work_mem. But the reasonable value of work_mem and the reasonable size
of the list are basically not the same, so it was not appropriate to
control both of them by only one GUC, i.e., work_mem. This commit
separates new GUC, pending_list_cleanup_size, from work_mem to allow
users to control only the size of the list.

Also this commit adds pending_list_cleanup_size as new storage parameter
to allow users to specify the size of the list per index. This is useful,
for example, when users want to increase the size of the list only for
the GIN index which can be updated heavily, and decrease it otherwise.

Reviewed by Etsuro Fujita.
2014-11-11 21:08:21 +09:00
..
brin BRIN: fix bug in xlog backup block counting 2014-11-10 18:13:49 -03:00
common Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-11-11 21:08:21 +09:00
gin Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-11-11 21:08:21 +09:00
gist Remove obsolete cases from GiST update redo code. 2014-11-07 15:13:02 +02:00
hash Avoid copying index tuples when building an index. 2014-07-01 10:34:42 -04:00
heap BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
index Split builtins.h to a new header ruleutils.h 2014-10-08 18:10:47 -03:00
nbtree Use the sortsupport infrastructure in more cases. 2014-11-07 15:50:55 -05:00
rmgrdesc Fix some coding issues in BRIN 2014-11-08 00:31:03 -03:00
spgist Fix generation of SP-GiST vacuum WAL records. 2014-11-07 21:17:46 +02:00
transam Fix building with WAL_DEBUG. 2014-11-07 23:09:31 +02:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00