1. b07cb33 Quickstep got retired from Apache Incubator by Roman Shaposhnik · 5 years ago master
  2. 468f2a6 Fix glog build issue for Mac OS X 10.14. by Zuyu Zhang · 6 years ago
  3. f5c84fd Add virtual destructors where they are needed to remove compilations errors. by johnchronis · 6 years ago
  4. 5cbaa7e Fix the inclusion guard of ForemanSingleNode.hpp file by Harshad Deshmukh · 6 years ago
  5. e36fc74 Fixed the build issues regarding tmb benchmark. by Zuyu Zhang · 6 years ago
  6. 97bef17 Fix a bug of filter side in HashJoinOperator by Jianqiao Zhu · 6 years ago
  7. dfefe62 Data Provider thread added. by Harshad Deshmukh · 6 years ago
  8. 835281a Fixed the command execution bug in the distributed version. by Zuyu Zhang · 6 years ago
  9. 8b7c380 QUICKSTEP-121: Added the self-join support. by Zuyu Zhang · 6 years ago
  10. 42588d4 Minor bug fixes and refactors. by Zuyu Zhang · 6 years ago
  11. 06982e9 Fixed the union-all elimiation bug regarding non-attribute project expression. by Zuyu Zhang · 6 years ago
  12. 185c17c QUICKSTEP-125: Fixed the non-determinism in JoinReordering due to pointer cmp. by Zuyu Zhang · 6 years ago
  13. 3a7b9c7 Minor fix in EliminateEmptyNode. by Zuyu Zhang · 6 years ago
  14. 666102f Refactored ScalarCaseExpression. by Zuyu Zhang · 6 years ago
  15. 77287a7 Fixed the bug regarding EliminateEmptyNode and InsertSelection. by Zuyu Zhang · 6 years ago
  16. 876f12b Fixed the bug regarding EliminateEmptyNode on an aggregate. by Zuyu Zhang · 6 years ago
  17. 73d796d Add a python script to auto fix CMakeLists files by Jianqiao Zhu · 6 years ago
  18. b178564 Fix and rearrange all CMakeLists.txt so that they are ready to be processed and regenrated by an automation tool. by Jianqiao Zhu · 6 years ago
  19. c2e2691 Bug fixed in FilterJoin: by Zuyu Zhang · 6 years ago
  20. 3c7a89c Code style fix. by Zuyu Zhang · 6 years ago
  21. cc9ab90 Added the an optimization rule by Zuyu Zhang · 6 years ago
  22. 612e103 Used MergeFrom instead of CopyFrom. by Zuyu Zhang · 6 years ago
  23. 571e009 More informative error for BlockNotFound exception for debugging by Harshad Deshmukh · 6 years ago
  24. 502960d Upgrade cmake version. by Harshad Deshmukh · 6 years ago
  25. 7cc9284 Fixed the bug that Executor / Cli does not create directory for StorageManager. by Zuyu Zhang · 6 years ago
  26. d277339 Fixed the gRPC Problem for Data Exchange by Yuanchen Li · 6 years ago
  27. 934f3ab Check File Handle in TextScanWorkOrder to avoid segfault. by Zuyu Zhang · 6 years ago
  28. c2ed5c6 Fix iwyu include path by Jianqiao Zhu · 7 years ago
  29. 023c43a Small adjust in star schema cost model for # distinct values by Jianqiao Zhu · 6 years ago
  30. d1dbb0d Fix the hanging problem of SeparateChainingHashTable::resize() by Jianqiao Zhu · 6 years ago
  31. 539e1eb Add a flag to allow disabling of Comparison inline expansion to enable acceleration of Quickstep build. by Jianqiao Zhu · 6 years ago
  32. 4a945a6 IDE Documentation fixes by Harshad Deshmukh · 6 years ago
  33. 5d7aa5f Upgraded benchmark third party library. by Harshad Deshmukh · 6 years ago
  34. d634772 Fixed the bug when partition w/ pruned columns. by Zuyu Zhang · 7 years ago
  35. d886ddb Upgrade cpplint by Harshad Deshmukh · 6 years ago
  36. c43107d Remove glog source code from third party by Harshad Deshmukh · 6 years ago
  37. 8a84039 Get the list of referenced base relations by Harshad Deshmukh · 6 years ago
  38. 39c6214 Hash-Join-Fuse: Feature added and tests modified. by Dylan Bacon · 7 years ago
  39. 3595bc1 Fix number of work orders generated for insert multiple tuples. (Also added unit tests) by Robert Claus · 7 years ago
  40. b237969 Temporary Build Support for OS X 10.13 by Yuanchen Li · 6 years ago
  41. 0fe838d Support Multiple Tuple Inserts by Robert Claus · 7 years ago
  42. 79bfcf9 Fixed the include path for farmhash. by Zuyu Zhang · 7 years ago
  43. b5130fe Fixed gcc compiler warning. by Zuyu Zhang · 7 years ago
  44. e79b520 Added Vector Aggregation support in the distributed version. by Zuyu Zhang · 7 years ago
  45. 8f094a1 Added ProbabilityStore class by Harshad Deshmukh · 7 years ago
  46. f820c45 Removed unused argument always_mark_full. by Zuyu Zhang · 7 years ago
  47. ffb8e05 Relax the sort requirement in columnstore. by Zuyu Zhang · 7 years ago
  48. 69fd94b Added a new set API for TupleIdSequence. by Zuyu Zhang · 7 years ago
  49. a61b03d Moved InsertDestination::getTouchedBlocks as a private method. by Zuyu Zhang · 7 years ago
  50. 79710ca Removed the virtual function call in InvokeOnAnyValueAccessor. by Zuyu Zhang · 7 years ago
  51. 696a783 Fixed a flaky case in Catalog test. by Zuyu Zhang · 7 years ago
  52. e496cb5 Fixed the distributed version due to query execution engine simplification. by Zuyu Zhang · 7 years ago
  53. 0898a77 Fixed the root path check in the cyclic_dependency.py. by Zuyu Zhang · 7 years ago
  54. 7fb7a77 Optimized the mod operation in HashPartition. by Zuyu Zhang · 7 years ago
  55. 1b2698d Created a class to track execution statistics by Harshad Deshmukh · 7 years ago
  56. 9cbb930 Bug fix in LockManager loop by Harshad Deshmukh · 7 years ago
  57. bf455e2 Fixed the root path check in the validate_cmakelists script. by Zuyu Zhang · 7 years ago
  58. 8d7284d Simplified the work order generation. by Zuyu Zhang · 7 years ago
  59. 77960a4 Fix a bug in LineReader for recognizing command by Jianqiao Zhu · 7 years ago
  60. 71aa8d2 Prune columns after partition rule. by Zuyu Zhang · 7 years ago
  61. 475704e Printed out the partition info in QueryPlan. by Zuyu Zhang · 7 years ago
  62. d85f7a9 Fixed a bug in partitioned NLJ. by Zuyu Zhang · 7 years ago
  63. 56b3436 QUICKSTEP-95: Fixed the exception due to zero tuple estimation for the empty project expression. by Zuyu Zhang · 7 years ago
  64. b1c3356 Crash if block not found in the local storage in the single node. by Zuyu Zhang · 7 years ago
  65. c4f7614 QUICKSTEP-78: Displayed Partition Info using \d. by Zuyu Zhang · 7 years ago
  66. b815b38 Redirect stdout and stderr in network mode. by Jianqiao Zhu · 7 years ago
  67. 4578c63 Added Partition rules for Sort. by Zuyu Zhang · 7 years ago
  68. 2981651 Add "COPY TO" operator for exporting data from Quickstep. by Jianqiao Zhu · 7 years ago
  69. 877cae0 Minor refactored SortMergeRunOperator. by Zuyu Zhang · 7 years ago
  70. 1b04ffe Fixed the bug that missed assigning 'num_partitions_' in CatalogRelation. by Zuyu Zhang · 7 years ago
  71. 5bfa8e1 Fixed a minor bug in PR 282. by Zuyu Zhang · 7 years ago
  72. 6c21bdb Improved ExecutionDAGVisualizer. by Zuyu Zhang · 7 years ago
  73. 9afad88 Added output_num_partitions in RelationalOperators. by Zuyu Zhang · 7 years ago
  74. 5f066fa Added has_repartition in RelationalOperators. by Zuyu Zhang · 7 years ago
  75. 942a15b Added num_partitions in RelationalOperator. by Zuyu Zhang · 7 years ago
  76. 32b5b83 Added partition_id in WorkOrder. by Zuyu Zhang · 7 years ago
  77. 83c4fe5 Minor cleanups for the create operators. by Zuyu Zhang · 7 years ago
  78. 09ccb7c Minor changes in QueryManager and QueryExecutionState. by Zuyu Zhang · 7 years ago
  79. c018882 Removed an unnecessary API in RelationalOperator. by Zuyu Zhang · 7 years ago
  80. e95fee9 Applied WorkOrderSelectionPolicy. by Zuyu Zhang · 7 years ago
  81. 6792570 Fix the bug with min/max aggregation. by Jianqiao Zhu · 7 years ago
  82. b1aab00 Fixed the check failure if a query does not have profiling info. by Zuyu Zhang · 7 years ago
  83. 9dc9dfb Disabled NetworkUtil_unittest. by Zuyu Zhang · 7 years ago
  84. e80e5c8 Determine #InitPartitions for CollisionFreeVectorTable in the optimizer. by Zuyu Zhang · 7 years ago
  85. 302f2cb Determine #Partitions for Aggr State Hash Table in the optimizer. by Zuyu Zhang · 7 years ago
  86. beda9cb Ensure Physical node with partitioned inputs has partitioned output, if possible. by Zuyu Zhang · 7 years ago
  87. 174b92c Added Partition Rule For NestedLoopsJoin. by Zuyu Zhang · 7 years ago
  88. bdf7ede Added ORDER BY in a unit test. by Zuyu Zhang · 7 years ago
  89. 54db80a Added physical rule for partitioned aggregations. by Zuyu Zhang · 7 years ago
  90. 054baf0 Collapse Selections with predicates. by Zuyu Zhang · 7 years ago
  91. b7a7095 Added Physical PartitionSchemeHeader in Physical Aggregate. by Zuyu Zhang · 7 years ago
  92. d9ce643 Minor style fixes in Partition rule. by Zuyu Zhang · 7 years ago
  93. 331ab02 Skip predicate pushdown if the node's input is a base relation. by Zuyu Zhang · 7 years ago
  94. aebe60a Refactored PartitionAwareInsertDestination::getPartitionId. by Zuyu Zhang · 7 years ago
  95. f35bd8f IWYU for Selection strategy. by Zuyu Zhang · 7 years ago
  96. 85b5374 Refactored Create Factory Method for Physical Selection. by Zuyu Zhang · 7 years ago
  97. 261c955 Minor refactor for printing FilterJoin in a Physical Plan. by Zuyu Zhang · 7 years ago
  98. 4b89634 Added Partition Rule for HashJoin. by Zuyu Zhang · 7 years ago
  99. 1c749c9 Added the execution support for LIP with partitions. by Zuyu Zhang · 7 years ago
  100. 5fbfd21 Using PartitionSchemeHeader in Physical Plan node. by Zuyu Zhang · 7 years ago