1. 3c81586 Fixes for Coverity Issues by Michael Blow · 9 years ago
  2. 26a15f0 Remove Trailing White Spaces by Abdullah Alamoudi · 9 years ago
  3. c6f2d18 Support Sending Messages Alongside Frame Data by Abdullah Alamoudi · 9 years ago
  4. 6464d72 remove end-of-line whitespace by Till Westmann · 9 years ago
  5. f1fdb15 Add Support for Upsert Operation by Abdullah Alamoudi · 9 years ago
  6. 45d1649 Fix for ASTERIXDB-1247 by Ian Maxon · 9 years ago
  7. 638adbc Changes required to support MessageBroker implementation by Murtadha Hubail · 9 years ago
  8. 5c6b174 ASTERIXDB-1206: call initialize()/deinitialize() in parallel for OperatorNodePushables in SuperActivityOperatorNodePushable. by Yingyi Bu · 9 years ago
  9. 1a659da Make LSM bulkload append-only and write-once. by Ian Maxon · 9 years ago
  10. cfa5864 ASTERIXDB-1058: Lazy LSM memory components allocation by Murtadha Hubail · 9 years ago
  11. 26c3b53 ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray by JavierJia · 9 years ago
  12. 1cde365 ASTERIXDB-1053: change IndexLifecycleManager API to use resource name by Murtadha Hubail · 9 years ago
  13. aaa888b ASTERIXDB-1077: Fixed - Inverted index tests are slow compared to others by Taewoo Kim · 9 years ago
  14. d885779 Change license headers by Ian Maxon · 9 years ago
  15. e915e8c Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  16. 9939b48 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  17. 0d87a57 VariableSizeFrame(VSizeFrame) support for Hyracks. by JavierJia · 9 years ago
  18. e0f048d - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  19. 09da56b Added LSM component-level filters for all indexes. by salsubaiee · 10 years ago
  20. 0622e8e Several major changes in hyracks: by Yingyi Bu · 10 years ago
  21. e5f5676 Merge branch 'ceej/tiered-tests' - consolidated surefire configuration, by Chris Hillery · 11 years ago
  22. a91842e LSM Rtree Optimization by Abdullah Alamoudi · 11 years ago
  23. a0f19b1 Merge remote-tracking branch 'origin/master' into ceej/tiered-tests by Chris Hillery · 11 years ago
  24. 48851f5 fix issue 130 thanks to patch from Till by Zachary Heilbron · 11 years ago
  25. 1be44df Ensure batchSize is at least 1 in all cases by Chris Hillery · 11 years ago
  26. 4077fd8 Ensure batchSize > 0 even when running with very many CPU cores by Chris Hillery · 11 years ago
  27. a7f3738 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  28. 3d94fc5 Merge branch 'master' into pouria/fix-memory by pouria.pirzadeh · 11 years ago
  29. 8178fc0 Fixing Methods signature by pouria.pirzadeh · 11 years ago
  30. a716af0 added ability to trigger an application state dump through the rest api by zheilbron · 11 years ago
  31. cbf79d8 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  32. dfb026a fix IIndexAccessor interface, add a boolean exclusiveMode parameter for the createSearchCursor method by buyingyi · 11 years ago
  33. 71267de Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  34. cf69ff4 Optimized search and split of the btree for monotonically increasing keys. by salsubaiee · 11 years ago
  35. 94dcb37 Adding required method to TestCtx by pouria.pirzadeh · 11 years ago
  36. f2d5c2c Merge branch 'master' into jarodwen/features/positionvar_local by JArod · 11 years ago
  37. 975908d Merge branch 'master' into dev/hyracks_msr by zheilbron · 11 years ago
  38. e671e20 Modified tests parameters. by salsubaiee · 11 years ago
  39. ad3583d Added another debugging parameters. by Young-Seok · 11 years ago
  40. f8f6eac Added debugging parameters. by Young-Seok · 11 years ago
  41. 77aad6b try to fix memory leak issue by JArod · 11 years ago
  42. bc8a2c6 Implemented k-buffering for lsm indexes. Also add a fix for issues 589 and 594. by salsubaiee · 11 years ago
  43. da7e21b Merge branch 'master' into dev/hyracks_msr by zheilbron · 11 years ago
  44. 64bc7a9 revise an index test for the new exception by buyingyi · 11 years ago
  45. 3b22171 merge from zheilbron/hyracks_msr by ramangrover29 · 11 years ago
  46. 5d0c16d let inserting duplicate keys become a NoOp instead of throwing exceptions which fail the job by buyingyi · 11 years ago
  47. fe8c141 Merged master by Vinayak Borkar · 11 years ago
  48. 3dd3818 Delete the artifacts of a loaded component if it turn out to be an empty load. by salsubaiee · 11 years ago
  49. e273a6b Pass a boolean argument to the bulkload to decides if checking for an empty index is needed. by salsubaiee · 11 years ago
  50. 136aeb1 Prevented bulkloading an lsm index if it is not empty. by salsubaiee · 11 years ago
  51. 276bbc2 add/update license headers by Till Westmann · 11 years ago
  52. db5b4b9 Merge branch 'master' into zheilbron/hyracks_asterix_issue470 by zheilbron · 11 years ago
  53. e819029 activating/deactivating an index multiple times now throws error by zheilbron · 11 years ago
  54. 62cccfd Merged in master by Vinayak Borkar · 11 years ago
  55. f4555c4 Merge branch 'master' into raman/fullstack_lsm_staging_coredump by salsubaiee · 11 years ago
  56. 52351b4 Orchestrated the use of executors and thread factory and added buffer cache core dump. by salsubaiee · 11 years ago
  57. 833fa9d Merge branch 'master' into zheilbron/hyracks_asterix_issue470 by zheilbron · 11 years ago
  58. 1cb8b1f Fix for issue 450. by salsubaiee · 11 years ago
  59. 9186c7b added IVirtualBufferCacheProvider interface; fixed bug in VBC; add reference counts to VBC open/close methods; give unique virtual file names in lsm indices by zheilbron · 11 years ago
  60. 263ddb0 Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 11 years ago
  61. abd2fe1 Passing bloom filter parameters to the LSM indexes. by salsubaiee · 12 years ago
  62. 40cc046 Added memory manager by Vinayak Borkar · 12 years ago
  63. 80bb3cc reintegrate fullstack_dynamic_deployment by buyingyi · 12 years ago
  64. a6ef604 Modified the search for the lsm-btree to do properly use instant locks. by salsubaiee · 12 years ago
  65. 88f4804 merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171 by kisskys · 12 years ago
  66. 9506d18 Merged fullstack_asterix_stabilization -r 2933:3157 by vinayakb · 12 years ago
  67. 5728a70 merged hyracks_lsm_tree and fullstack_asterix_stabilization by zheilbron · 12 years ago
  68. 1696995 Eliminated Application deployment code. Eliminated hyracks-cli. Fixed hyracks examples to work with the new application model by vinayakb · 12 years ago
  69. 4b606fd Merged hyracks_asterix_vldb_demo -r 1860:1862 by vinayakb · 12 years ago
  70. 819edac Added IPageCleanerPolicy by vinayakb · 12 years ago
  71. 0c86039 Copied hyracks trunk into fullstack by vinayakb · 12 years ago