1. 2aafbe0 Code changes based on Alex's code review comments by salsubaiee · 13 years ago
  2. cf3d825 - Changed the NSMframe design so that there are interior and leaf frames by salsubaiee · 13 years ago
  3. c8ae94f - Minor change to the interface of the tree-index search cursor 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. e3a54f5 Refactoring and continuing work on inverted index ops. by alexander.behm · 13 years ago
  6. 69b3e9d Starting implementation of Inverted Index operators. Did some refactoring of the BTree in the process. by alexander.behm · 13 years ago
  7. 0d161a0 Merged trunk -r 363:437 into branch by alexander.behm · 13 years ago
  8. 75f9960 Added BTreeStats operator. Fixed some minor bugs in the process. by alexander.behm · 13 years ago
  9. 8c43111 1. Fixed BTree bug where the insertion of a duplicate key that would cause a split (if it wasn't a duplicate) leads to allocation of a new page that is never used. This bug did not affect correctness, only performance, i.e., the file size. by alexander.behm · 13 years ago
  10. f83ff0a Starting to Add BTree utilities like stats gathering. by alexander.behm · 13 years ago
  11. 00d9db1 1. Inverted lists are now more generic. An inverted list is a sorted list of fixed-size tuples. by alexander.behm · 13 years ago
  12. 8a28968 Added the split method Fixed various bugs by salsubaiee · 13 years ago
  13. e491778 Minor fix. by alexander.behm · 14 years ago
  14. 6edfb2b More BTree refactoring for better code sharing. by alexander.behm · 14 years ago
  15. e7206af Fixed bug where free space is incorrectly initialized. Removed target folder committed by mistake. by alexander.behm · 14 years ago
  16. c764bb6 Refactored BTree code to allow better code sharing with RTree. by alexander.behm · 14 years ago
  17. 0295f94 More refactoring of BTree code to allow better reusability. by alexander.behm · 14 years ago
  18. 940c8e1 Beginning refactoring of BTree code to allow cleaner sharing with RTree. Factored out the free page manager in this commit. by alexander.behm · 14 years ago