summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
Commit message (Expand)AuthorAgeFilesLines
...
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-081-0/+10
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* 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