Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Buffering GiST index build algorithm. | Heikki Linnakangas | 2011-09-08 | 1 | -0/+787 |
When building a GiST index that doesn't fit in cache, buffers are attached to some internal nodes in the index. This speeds up the build by avoiding random I/O that would otherwise be needed to traverse all the way down the tree to the find right leaf page for tuple. Alexander Korotkov |