1. e4c865e [maven-release-plugin] prepare for next development iteration by vinayakb · 13 years ago
  2. 1c5b968 [maven-release-plugin] prepare release hyracks-0.1.7 by vinayakb · 13 years ago
  3. 8d1da01 Fixed two bugs in the R-tree concurrency control and formatted the code by salsubaiee · 13 years ago
  4. bb6a829 Merged -r 438:524 from trunk into branch by salsubaiee · 13 years ago
  5. 7c4db76 Removed dependency on fuzzyjoin. Moved tokenizers into invertedindex package. by alexander.behm · 13 years ago
  6. 8ee0fee Took care of Sattam's comments from our code review. by alexander.behm · 13 years ago
  7. aa2b2fa Added a test case for the secondary index by salsubaiee · 13 years ago
  8. 6a261d7 Polished the test cases by salsubaiee · 13 years ago
  9. 2aafbe0 Code changes based on Alex's code review comments by salsubaiee · 13 years ago
  10. cf3d825 - Changed the NSMframe design so that there are interior and leaf frames by salsubaiee · 14 years ago
  11. c8ae94f - Minor change to the interface of the tree-index search cursor by salsubaiee · 14 years ago
  12. aea9010 Applying some of the new interfaces in the common folder to the r tree by salsubaiee · 14 years ago
  13. ce90bbc - Fixed a bug in the way we check for free space in a page before we insert a tuple by salsubaiee · 14 years ago
  14. 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 · 14 years ago
  15. 69b3e9d Starting implementation of Inverted Index operators. Did some refactoring of the BTree in the process. by alexander.behm · 14 years ago
  16. 78a1408 1. Modified BufferCache to have a maxOpenFiles parameter. 2. BufferCache will not invalidate and flush pages upon last close of a file. 3. Pages of unreferenced files are invalidated and flushed lazily during a new openFile request. by alexander.behm · 14 years ago
  17. 140cf0d Added search cursor for the r tree by salsubaiee · 14 years ago
  18. 0d161a0 Merged trunk -r 363:437 into branch by alexander.behm · 14 years ago
  19. 007290c 1. Fixed bugs in TOccurrenceSearcher related to low occurrence thresholds. by alexander.behm · 14 years ago
  20. 37a2496 1. Added the following search modifiers for the inverted index: Conjunctive, Jaccard, Edit Distance. by alexander.behm · 14 years ago
  21. 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 · 14 years ago
  22. 9983922 Fixed excessive repeating of tests and printouts. by alexander.behm · 14 years ago
  23. f83ff0a Starting to Add BTree utilities like stats gathering. by alexander.behm · 14 years ago
  24. a2a9570 Improved inverted index search performance. Added searcher variants for performance comparison. by alexander.behm · 14 years ago
  25. b3b4318 First working version of inverted index search. by alexander.behm · 14 years ago
  26. 00d9db1 1. Inverted lists are now more generic. An inverted list is a sorted list of fixed-size tuples. by alexander.behm · 14 years ago
  27. 00c81df commented a test by salsubaiee · 14 years ago
  28. 36af1a4 Added one more test for the RTree by salsubaiee · 14 years ago
  29. 79b21b6 - Started to add support for concurrency control by salsubaiee · 14 years ago
  30. 8a28968 Added the split method Fixed various bugs by salsubaiee · 14 years ago
  31. f4d42c4 Added latches to the tree by salsubaiee · 14 years ago
  32. 9710b06 Added the r-tree package by salsubaiee · 14 years ago
  33. abf2cba Started work on improved inverted index. Implemented bulk load procedure. by alexander.behm · 14 years ago
  34. 6edfb2b More BTree refactoring for better code sharing. by alexander.behm · 14 years ago
  35. c764bb6 Refactored BTree code to allow better code sharing with RTree. by alexander.behm · 14 years ago
  36. 0295f94 More refactoring of BTree code to allow better reusability. by alexander.behm · 14 years ago
  37. 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
  38. feba368 [maven-release-plugin] prepare release hyracks-0.1.4 by vinayakb · 14 years ago
  39. 01da06a Merging branch with various btree fixes into trunk. by alexander.behm · 14 years ago
  40. 3d4c974 Added new scheduler. Temporarily disabled build of compat layer pending some changes by vinayakb · 14 years ago
  41. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago