summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuildbuffers.c
Commit message (Expand)AuthorAgeFilesLines
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-301-60/+9
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-301-1/+1
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-181-8/+12
* When a GiST page is split during index build, it might not have a buffer.Heikki Linnakangas2012-03-021-6/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-081-0/+787