1. c8ae94f - Minor change to the interface of the tree-index search cursor by salsubaiee · 13 years ago
  2. aea9010 Applying some of the new interfaces in the common folder to the r tree by salsubaiee · 13 years ago
  3. ce90bbc - Fixed a bug in the way we check for free space in a page before we insert a tuple by salsubaiee · 13 years ago
  4. 58a635f Refactored BTree ops to share them with the RTree. All ops except the search op are currently sharable. The search op needs more thinking. by alexander.behm · 13 years ago
  5. 15dd1cd Minor change to allow building r tree with more dimensions by salsubaiee · 13 years ago
  6. 140cf0d Added search cursor for the r tree by salsubaiee · 13 years ago
  7. 0d161a0 Merged trunk -r 363:437 into branch by alexander.behm · 13 years ago
  8. 9e18d23 enforced the new API created by Alex by salsubaiee · 14 years ago
  9. 9f2ddf8 Fixed bugs in the delete algorithm because we didn't update the page lsns by salsubaiee · 14 years ago
  10. 24036ba Fixed the way count number of pinned and unpinned pages to work with threads by salsubaiee · 14 years ago
  11. d7d2890 Fixed various bugs in the insert method when tested using multiple threads by salsubaiee · 14 years ago
  12. f83ff0a Starting to Add BTree utilities like stats gathering. by alexander.behm · 14 years ago
  13. 405af45 changed the way we delete the empty slots to make it faster by salsubaiee · 14 years ago
  14. c064356 Changed the delete routine to consider the whole tuple when searching for the tuple to delete by salsubaiee · 14 years ago
  15. ec72862 Moved the tuple search method to the slot manager class by salsubaiee · 14 years ago
  16. e8d52cf Big fix by salsubaiee · 14 years ago
  17. e0e92ed - Started to add support for delete operation - Bug fixes by salsubaiee · 14 years ago
  18. f8abccc - Added support for concurrent inserts by salsubaiee · 14 years ago
  19. 79b21b6 - Started to add support for concurrency control by salsubaiee · 14 years ago
  20. 8a28968 Added the split method Fixed various bugs by salsubaiee · 14 years ago
  21. f4d42c4 Added latches to the tree by salsubaiee · 14 years ago
  22. 9710b06 Added the r-tree package by salsubaiee · 14 years ago