1. 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
  2. 9983922 Fixed excessive repeating of tests and printouts. by alexander.behm · 13 years ago
  3. f83ff0a Starting to Add BTree utilities like stats gathering. by alexander.behm · 13 years ago
  4. a2a9570 Improved inverted index search performance. Added searcher variants for performance comparison. by alexander.behm · 13 years ago
  5. b3b4318 First working version of inverted index search. by alexander.behm · 13 years ago
  6. 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
  7. 00c81df commented a test by salsubaiee · 13 years ago
  8. 36af1a4 Added one more test for the RTree by salsubaiee · 13 years ago
  9. 79b21b6 - Started to add support for concurrency control by salsubaiee · 13 years ago
  10. 8a28968 Added the split method Fixed various bugs by salsubaiee · 13 years ago
  11. f4d42c4 Added latches to the tree by salsubaiee · 14 years ago
  12. 9710b06 Added the r-tree package by salsubaiee · 14 years ago
  13. abf2cba Started work on improved inverted index. Implemented bulk load procedure. by alexander.behm · 14 years ago
  14. 6edfb2b More BTree refactoring for better code sharing. by alexander.behm · 14 years ago
  15. c764bb6 Refactored BTree code to allow better code sharing with RTree. by alexander.behm · 14 years ago
  16. 0295f94 More refactoring of BTree code to allow better reusability. by alexander.behm · 14 years ago
  17. 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
  18. feba368 [maven-release-plugin] prepare release hyracks-0.1.4 by vinayakb · 14 years ago
  19. 01da06a Merging branch with various btree fixes into trunk. by alexander.behm · 14 years ago
  20. 3d4c974 Added new scheduler. Temporarily disabled build of compat layer pending some changes by vinayakb · 14 years ago
  21. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago