summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
Commit message (Expand)AuthorAgeFilesLines
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-301-21/+21
* In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas2011-09-121-4/+8
* round() is not portable. Use rint().Tom Lane2011-09-081-1/+3
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-081-0/+1068