aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
Commit message (Expand)AuthorAge
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas2011-09-12
* round() is not portable. Use rint().Tom Lane2011-09-08
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08