1. 1572762 patches for missed linenoise changes by cramja · 7 years ago
  2. f6480fb Adds marcs ssh key to KEYS by cramja · 7 years ago
  3. ab46d78 Minor improved the scheduling algorithm in the distributed version. by Zuyu Zhang · 7 years ago
  4. fead6f8 Printed out the row number of the query result in the distributed version. by Zuyu Zhang · 7 years ago
  5. a8e5618 Removed an incorrect TODO. by Zuyu Zhang · 7 years ago
  6. 960eb35 Fixed the lint issue in QueryManagerDistributed. by Zuyu Zhang · 7 years ago
  7. 167ee87 Checked the query completion upon each rebuild message in the distributed version. by Zuyu Zhang · 7 years ago
  8. c40c553 Fixed a bug in the distributed version to check rebuild finished. by Zuyu Zhang · 7 years ago
  9. 8229994 Minor refactored QueryManagerDistributed. by Zuyu Zhang · 7 years ago
  10. 1cfc1c4 Defined TMB Message Poll Interval as a gflag. by Zuyu Zhang · 7 years ago
  11. a28b1e4 Fuse Aggregate with LeftOuterJoin to accelerate evaluation. by Jianqiao Zhu · 7 years ago
  12. 266b9b9 Fixed the dangling reference bug in CreateIndexOperator. by Zuyu Zhang · 7 years ago
  13. 3011ddf Minor refactored distributed query execution. by Zuyu Zhang · 7 years ago
  14. 5773027 Refactor building.md by cramja · 7 years ago
  15. a9fe07d Style fixes for TextScanOperator. by Zuyu Zhang · 7 years ago
  16. aa7f6fe Removed the temp query result relation in the distributed version. by Zuyu Zhang · 7 years ago
  17. dd8747f Revert "A workaround to remove query result relation in the distributed version." by Zuyu Zhang · 7 years ago
  18. 3b65b0f Fixed a memory leak in the distributed version. by Zuyu Zhang · 7 years ago
  19. 9a95c23 Avoid crash due to an error in deleting a file in HDFS. by Zuyu Zhang · 7 years ago
  20. f46ae15 Reduce the number of group-by attributes by pulling tables up aggregations by Jianqiao Zhu · 7 years ago
  21. 2d89e4f - Adds CollisionFreeVectorTable to support specialized fast path aggregation for range-bounded single integer group-by key. by Jianqiao Zhu · 7 years ago
  22. ec76096 Adds regex to specify 16.+ versions of Darwin by cramja · 7 years ago
  23. 669a74c Fix the bug with SingleIdentityHashFilter when filter_cardinality is 0. by jianqiao · 7 years ago
  24. aef1c35 A workaround to remove query result relation in the distributed version. by Zuyu Zhang · 7 years ago
  25. 27a8055 Saved catalog in the distributed version. by Zuyu Zhang · 7 years ago
  26. dda085c Moved hdfs-related flags into a file. by Zuyu Zhang · 7 years ago
  27. 43a9b39 Extract getFilesize as a method. by Zuyu Zhang · 7 years ago
  28. 61391ca Fixed CopyFrom bug in the distributed version. by Zuyu Zhang · 7 years ago
  29. 929e5f1 Simplified the SelectOperator w/ partitions. by Zuyu Zhang · 7 years ago
  30. 7727e77 Fixed the linking issue for the distributed cli. by Zuyu Zhang · 7 years ago
  31. 6ec9e9d Revert "Fixed the linking issue for the distributed cli." by Zuyu Zhang · 7 years ago
  32. 50f3ba6 Add KEYS file for release by Jignesh Patel · 7 years ago
  33. 4ba819c Add BitVectorExactFilter as a LIP filter and supports Join-to-Semijoin transformation. by Jianqiao Zhu · 7 years ago
  34. 5ffdaaf Enabled some checks for the distributed version in the release build. by Zuyu Zhang · 7 years ago
  35. dff4a14 Fixed the linking issue for the distributed cli. by Zuyu Zhang · 7 years ago
  36. 259cd5e Push down low cost disjunctive predicates to filter the stored relations early by Jianqiao Zhu · 7 years ago
  37. 6d83b46 Reorder output attribute order to improve copy performance. by Jianqiao Zhu · 7 years ago
  38. 23e14b8 Minor refactor for HashJoinInnerJoin. by Zuyu Zhang · 7 years ago
  39. f2e7726 Minor refactor for InsertDestinations. by Zuyu Zhang · 7 years ago
  40. 0f4938c Add unit test for CatalogRelationStatistics by Jianqiao Zhu · 7 years ago
  41. 0780b84 Documentation update after third party related changes. by Harshad Deshmukh · 7 years ago
  42. 3210500 Added tests for Partitioned Hash Join. by Zuyu Zhang · 7 years ago
  43. 66178d7 Downgraded gflags to 2.1.2 for the distributed version. by Zuyu Zhang · 7 years ago
  44. 9661f95 Make the third party directory leaner. by Harshad Deshmukh · 7 years ago
  45. 968ce3f Added the partitioned hash join in the distributed version. by Zuyu Zhang · 7 years ago
  46. 7bce0b8 Minor refactors in HashJoin unit test. by Zuyu Zhang · 7 years ago
  47. 300284c Added Operator support for Partitioned HashJoin. by Zuyu Zhang · 7 years ago
  48. ee3b7f0 Added partition_id in feedInputBlock. by Zuyu Zhang · 7 years ago
  49. 6c10e99 Added optimizer support regarding hash partitions. by Zuyu Zhang · 7 years ago
  50. bed1e26 Marked LIP as a non-default argument. by Zuyu Zhang · 7 years ago
  51. 60e3406 Refactored SelectorOperator regarding partitions. by Zuyu Zhang · 7 years ago
  52. e26cc1e CatalogRelation::getPartitionScheme returns a pointer instead of ref. by Zuyu Zhang · 7 years ago
  53. b0e5968 Removed the unused feedInputBlocks. by Zuyu Zhang · 7 years ago
  54. 2229423 Refactored SelectOperator::getAllWorkOrders. by Zuyu Zhang · 7 years ago
  55. c8c5d45 Refactored the method to reconstruct PartitionSchemeHeader. by Zuyu Zhang · 7 years ago
  56. 8d25d43 Fixed the bug in addBlockToPartition. by Zuyu Zhang · 7 years ago
  57. 86411b9 Refactored partition_type in parser. by Zuyu Zhang · 7 years ago
  58. 5fee821 Removes packed row store. by cramja · 7 years ago
  59. c394405 Remove PackedRowStoreBlock by cramja · 7 years ago
  60. c0d510e Fixed the bug in resetting exactness for InsertSelect. by Zuyu Zhang · 7 years ago
  61. 9fcb0ac Add min/max statistics and the exactness flag into CatalogRelationStatistics. by Jianqiao Zhu · 7 years ago
  62. 1b0328b Fixed PlanVisualizer crashes by Jianqiao Zhu · 7 years ago
  63. 6ae0cdd QUICKSTEP-65 Fix Quickstep build failure on Mac OSX 10.12 by turning off deprecation errors by Saket Saurabh · 7 years ago
  64. b949c50 Added DistributedCli executable. by Zuyu Zhang · 7 years ago
  65. bc4086b Scheduling based on data locality info. by Zuyu Zhang · 7 years ago
  66. 0859a17 Marked SingleNodeQuery for Insertions. by Zuyu Zhang · 7 years ago
  67. e50a2b7 LOG only in the debug mode for BlockLocator. by Zuyu Zhang · 7 years ago
  68. 5ff89dd Logged only in the debug mode. by Zuyu Zhang · 7 years ago
  69. c608e99 Transfered the ownership of QueryHandle to QueryManager. by Zuyu Zhang · 7 years ago
  70. 57730e4 Scheduled WorkOrders w/ the same aggr_state_index on the same Shiftboss. by Zuyu Zhang · 7 years ago
  71. e75c265 Scheduled HashJoinWorkOrder on the same Shiftboss of BuildHashWorkOrder. by Zuyu Zhang · 7 years ago
  72. c4f4b28 Used multiple Shiftbosses in the distributed unit tests. by Zuyu Zhang · 7 years ago
  73. 4286d75 A better debug log for Worker. by Zuyu Zhang · 7 years ago
  74. a31dde4 Added back the debug build with llvm. by Zuyu Zhang · 7 years ago
  75. 3047d89 Moved the init-db flag and fixed a bug regarding db-init. by Zuyu Zhang · 7 years ago
  76. 1b27888 Set Default block type to only be the splitrow store. by cramja · 7 years ago
  77. 2d11ec5 Adds support for PartialBulkInserts in StorageBlocks by navsan · 7 years ago
  78. 172b51b IWYU for QuickstepCli. by Zuyu Zhang · 7 years ago
  79. f673f94 Refactored the database init code. by Zuyu Zhang · 7 years ago
  80. 54e0654 IWYU for DefaultsConfigurator. by Zuyu Zhang · 7 years ago
  81. e666a81 Moved FLAGS_num_workers into a file for shared flags. by Zuyu Zhang · 7 years ago
  82. 212e6cd Fixed the lint issue. by Zuyu Zhang · 7 years ago
  83. c886f7a Used the network util in DataExchanger. by Zuyu Zhang · 7 years ago
  84. 8f1b0e5 Added an util method to get the ip address. by Zuyu Zhang · 7 years ago
  85. 5655511 Added an util to get block domain from BlockLocator. by Zuyu Zhang · 7 years ago
  86. f7d1543 Moved a CLI flag into a new file. by Zuyu Zhang · 7 years ago
  87. e7c664b Refactor regarding the profile flag. by Zuyu Zhang · 7 years ago
  88. 7fb96f3 Refactored printWorkOrderProfilingResults in Foreman. by Zuyu Zhang · 7 years ago
  89. 76e37ca Refactored PolicyEnforcerBase::decrementNumQueuedWorkOrders. by Zuyu Zhang · 7 years ago
  90. 37a78cb Maintained the catalog filename as a constant. by Zuyu Zhang · 7 years ago
  91. 24367d7 Used the move semantics in constructing QueryProcessor. by Zuyu Zhang · 7 years ago
  92. dec8723 Build only the release jobs. by Zuyu Zhang · 7 years ago
  93. 178ed4b Unified WorkOrderCompletionMessage. by Zuyu Zhang · 7 years ago
  94. 7095987 Refactor WorkOrderFactory for a better debug info. by Zuyu Zhang · 7 years ago
  95. 365fff6 Refactor Shiftboss for better debug info. by Zuyu Zhang · 7 years ago
  96. 9a005f3 Removed StorageManager from QueryProcessor. by Zuyu Zhang · 7 years ago
  97. ea5f28b Removed using-declaration in headers. by Zuyu Zhang · 7 years ago
  98. 6fa7be6 Moved some storage-related constants. by Zuyu Zhang · 7 years ago
  99. 787a325 Use BlockLocator and DataExchangerAsync in the distributed tests. by Zuyu Zhang · 7 years ago
  100. 3093e74 Allows filters to be evaluated. by cramja · 7 years ago