summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
AgeCommit message (Expand)Author
2013-02-11Support unlogged GiST index.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas
2012-05-30Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas
2012-05-29Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-30Support GiST index support functions that want to cache data across calls.Tom Lane
2011-09-12In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas
2011-09-08round() is not portable. Use rint().Tom Lane
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas