postgresql/src/backend
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
..
access Buffering GiST index build algorithm. 2011-09-08 17:51:23 +03:00
bootstrap Correct ancient logic mistake in assertion 2011-09-06 23:05:02 +03:00
catalog Adjust translator comment format to xgettext expectations 2011-09-05 19:04:30 -03:00
commands Fix typo in error message. 2011-09-07 13:29:26 -04:00
executor Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
foreign Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
main Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
nodes Can't print PlannerGlobal's subroots list in outfuncs. 2011-09-04 14:43:52 -04:00
optimizer Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
parser Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
postmaster Emit cascaded standby message on shutdown only when appropriate. 2011-09-07 09:09:47 +01:00
regex Add markers for skips. 2011-08-26 18:15:13 -04:00
replication Emit cascaded standby message on shutdown only when appropriate. 2011-09-07 09:09:47 +01:00
rewrite Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. 2011-09-03 15:36:24 -04:00
snowball Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
storage Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
tcop Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsearch Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
utils Fix corner case bug in numeric to_char(). 2011-09-07 17:07:20 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 2011-06-22 13:08:08 -04:00
nls.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00