1. 4ff1a15 added inverted index lifecycle tests by zheilbron · 13 years ago
  2. 456d513 changed the inverted index to manage the lifecycle of its btree on its own by zheilbron · 13 years ago
  3. c8fbea0 changed iinIIndex.open and IIndex.close to activate and deactive, respectively by zheilbron · 13 years ago
  4. 4b74391 merged hyracks_asterix_stabilization r1634:1651 by zheilbron · 13 years ago
  5. a165d0a implemented proper (and uniform) lifecycle management for all indexes by zheilbron · 13 years ago
  6. 6087964 refactored index interfaces to allow proper lifecycle management by zheilbron · 13 years ago
  7. 621f01e Changed all indexes to use the new bulkload interface by zheilbron · 13 years ago
  8. f081de2 refactored opcallback interfaces and touchpoints by zheilbron · 13 years ago
  9. 890182a Implemented BTree upsert. Using callback interface for logging. by alexander.behm · 13 years ago
  10. 5a23956 - Merged interface changes from hyracks_inverted_index_updates by zheilbron · 13 years ago
  11. 0364b85 Completed consistency checking for components of the LSM B-Tree and LSM R-Tree in open(). by alexander.behm · 13 years ago
  12. 07769de Fixed thread-concurrency issues in tree indexes due to IBinaryComparator not being thread safe anymore. by alexander.behm · 13 years ago
  13. 9e8e57e Removing BTree reverse scan functionality because it is can cause latch deadlock, and adds more complexity to the BTRee. Changed search cursor, more changes to follow. by alexander.behm · 13 years ago
  14. ab03f27 Removed PageAllocationException. by alexander.behm · 13 years ago
  15. 8ec0f61 Fixed NC memory leak. Fixed duplicate job cleanup. Cleaned up data treatment in Hyracks by vinayakb · 13 years ago
  16. b886ed1 Manually applied r603 and r605 from trunk. by alexander.behm · 13 years ago
  17. ba3d1af Refactored all index operators for better sharing with inverted index operators. by alexander.behm · 13 years ago
  18. 8a6ad29 Added BTreeUpdateSearch operator for Yingyi. by alexander.behm · 13 years ago
  19. 609f3b9 Polished inverted index. Added integration test for inverted index bulk load. by alexander.behm · 13 years ago
  20. d13efb7 Applied BTree changes from LSM tree effort. Added isLoggable checks to all logger calls in BTree, RTree, and InvertedIndex. by alexander.behm · 13 years ago
  21. da7955d Added index accessor for BTree and RTree. by alexander.behm · 13 years ago
  22. d426a0f Removed leafFrame, interiorFrame, and metaFrame parameters from methods that can internally create frames using factories, e.g., create(), createOpContext(), etc. by alexander.behm · 13 years ago
  23. 6eab2c4 Cleaning up BTree frame factories to not have to create a new MultiComparator for every frame. by alexander.behm · 13 years ago
  24. 1f41215 Removed MultiComparator from compact API call in ITreeIndexFrame. by alexander.behm · 13 years ago
  25. 2d48ff2 Removed typeTraits from MultiComparator. by alexander.behm · 13 years ago
  26. ff74107 Made IPrimitiveValueProviders an RTree internal thing for better encapsulation. Also removed them from MultiComparator in my quest to clean up the MultiComparator. by alexander.behm · 13 years ago
  27. 2233fdd Still more BTree cleaning. by alexander.behm · 13 years ago
  28. d0f1ffb Merged 500:541 from trunk by vinayakb · 13 years ago
  29. e809eb0 Partial commit. Code compiles, but not complete by vinayakb · 14 years ago
  30. 759fb5f Merged -r 330:354 from trunk by vinayakb · 14 years ago
  31. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago