postgresql/src/backend/access/common
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm.
When building a GiST index that doesn't fit in cache, buffers are attached
to some internal nodes in the index. This speeds up the build by avoiding
random I/O that would otherwise be needed to traverse all the way down the
tree to the find right leaf page for tuple.

Alexander Korotkov
2011-09-08 17:51:23 +03:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
heaptuple.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
indextuple.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
printtup.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
reloptions.c Buffering GiST index build algorithm. 2011-09-08 17:51:23 +03:00
scankey.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
tupconvert.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tupdesc.c Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00