1. 74668a2 Updated the site for release 0.11.1. by Hyunsik Choi · 8 years ago
  2. 6717e3d TAJO-2052: Upgrading ORC reader version. by Jongyoung Park · 8 years ago
  3. 6debe7f TAJO-2066: Fix TestJoinOnPartitionedTables.testPartialFilterPushDown failure. by Jinho Kim · 8 years ago
  4. a3b347f TAJO-2065: Increase default heap size (missing change). by Jinho Kim · 8 years ago
  5. 06a095f TAJO-2065: Increase default heap size. by Jinho Kim · 8 years ago
  6. e9e7a36 TAJO-2036: Prevent out of memory in the master server, if the query result is large. by Byunghwa Yun · 8 years ago
  7. 73a43d8 TAJO-1940: Implement HBaseTablespace::getTableVolume() method. by Hyunsik Choi · 8 years ago
  8. 3cf7f24 TAJO-2061: Add description for EXPLAIN statement. by JaeHwa Jung · 8 years ago
  9. dfb308f TAJO-2062: Fix TestQueryResult#testTemporalResultOnClose failure. by Jinho Kim · 8 years ago
  10. 4c7c71f TAJO-2060: Upgrade geoip-api-java library. by Byunghwa Yun · 8 years ago
  11. b8b7066 TAJO-2048: QueryMaster and TajoWorker should support the exception propagation. by Jinho Kim · 8 years ago
  12. 1fc670c TAJO-2050: Adopt TAJO logo in CLI. by Dongkyu Hwangbo · 8 years ago
  13. 72ebc43 TAJO-1921: Hbase Storage can cause NPE when the hbase cluster is restarted by combineads · 8 years ago
  14. 6c87e8e TAJO-1740: Update Partition Table document. by JaeHwa Jung · 8 years ago
  15. 1021e75 TAJO-2053: Update description for HBase configuration. by Dongkyu Hwangbo · 8 years ago
  16. 099c2cd TAJO-2057: Remove redundant class loading in plan optimizer. by Jinho Kim · 8 years ago
  17. 845e7c3 TAJO-2032: Change tajo.rest.service.port to be the general style in TAJO. by Byunghwa Yun · 8 years ago
  18. 0d434cd TAJO-1971: Replace 'for' loop with 'foreach'. by Dongkyu Hwangbo · 8 years ago
  19. 869dd23 TAJO-2041: Update the Team page. by JaeHwa Jung · 8 years ago
  20. f62d34b TAJO-2038: NPE in DelimitedTextFileScanner#getProgress. by Jinho Kim · 8 years ago
  21. 64c31a2 TAJO-2040: Decrease the default size of max request for locality. by Jinho Kim · 8 years ago
  22. 7f44224 TAJO-2035: Rewrite README file using Markdown format. by Dongkyu Hwangbo · 8 years ago
  23. 9c14dc3 TAJO-1991: Tablespace::getVolume should take filter predication. by Hyunsik Choi · 8 years ago
  24. 5853b47 TAJO-2018: Remove redundant 'String.toString()'. by Dongkyu Hwangbo · 8 years ago
  25. 84ff927 TAJO-2034: Files required for executing python functions are not copied in testEval(). by Jihoon Son · 8 years ago
  26. f44f92f TAJO-1705: Update document for index support. by Jihoon Son · 8 years ago
  27. 68dd960 TAJO-2028: Refining Hive Integration document including typo. by Jongyoung Park · 8 years ago
  28. 410a53c TAJO-1999: TUtil.newList/newLinkedHashMap should be replaced by Java's diamond operator. by Dongkyu Hwangbo · 8 years ago
  29. f9825e7 TAJO-2037: tajo-storage-hdfs tests occasionally hangs. by Jinho Kim · 8 years ago
  30. 62cc6f6 TAJO-1944: Support text resultset for REST by charsyam · 8 years ago
  31. 1f9ae1d TAJO-1950: Query master uses too much memory during range shuffle. by Jihoon Son · 8 years ago
  32. e8ee7f2 TAJO-1858: Aligning error message in execute query page of web UI is needed. by Byunghwa Yun · 8 years ago
  33. 34508a7 TAJO-1997: Registering UDF, it needs to check duplication. by Jongyoung Park · 8 years ago
  34. c577102 TAJO-2007: By default, Optimizer should use the table volume in TableStat. by Hyunsik Choi · 8 years ago
  35. d306534 TAJO-2025: HBASE_LIB/metrics-core-*.jar should be included in CLASSPATH. by Dongkyu Hwangbo · 8 years ago
  36. 1515e38 TAJO-2022: Add AsyncTaskServer to TajoMaster. by Hyunsik Choi · 8 years ago
  37. cc1efb6 TAJO-2024: Remove getContentSummary from HCatalogStore. by Hyunsik Choi · 8 years ago
  38. 67b50f2 TAJO-2020: Remove unused import statements in S3TableSpace. by Byunghwa Yun · 8 years ago
  39. afa9b43 TAJO-2021: Some refactoring and changing anonymous class to lambda expression. by Jongyoung Park · 8 years ago
  40. bfc7020 TAJO-1990: Refine some parts in HBaseTablespace. (fixed missed change) by Hyunsik Choi · 8 years ago
  41. 2aefa0d TAJO-1990: Refine some parts in HBaseTablespace. by Hyunsik Choi · 8 years ago
  42. 252c311 TAJO-2019: Replace manual array copy with System.arraycopy(). (fix wrong contributor name in CHANGES) by Dongkyu Hwangbo · 8 years ago
  43. b677b98 TAJO-2019: Replace manual array copy with System.arraycopy(). by Dongkyu Hwangbo · 8 years ago
  44. 394879e TAJO-2016: Investigate storage tests hangs. by Jinho Kim · 8 years ago
  45. 3d59eeb TAJO-2013: FilterPushDownRule fails due to the unsupported index. by Jinho Kim · 8 years ago
  46. b195911 TAJO-2014: TestRpcClientManager fails occasionally. by Jinho Kim · 8 years ago
  47. c1beaa7 TAJO-1994: Some trivial modification is needed in compression document. by Jongyoung Park · 8 years ago
  48. 5d6c1af TAJO-1973: Replace 'while' loop with 'foreach'. by Dongkyu Hwangbo · 8 years ago
  49. 17af809 TAJO-2000: BSTIndex can cause OOM. (remove open() in init) by Jinho Kim · 8 years ago
  50. ee6c2b5 TAJO-2000: BSTIndex can cause OOM. by Jinho Kim · 8 years ago
  51. c770fe7 TAJO-1992 \set timezone in cli doesn't work because of casesensitive by charsyam · 8 years ago
  52. 4b53643 TAJO-1993: Table Timezone doesn't work when Timezone is not exactly same. by charsyam · 8 years ago
  53. 158bf1d TAJO-2005: Add TableStatUpdateRewriter. by Hyunsik Choi · 8 years ago
  54. 80218d0 TAJO-2010: Parquet can not read null value. by Jinho Kim · 8 years ago
  55. 0ec2a89 TAJO-1948: Change GroupbyNode::setAggFunctions and getAggFunctions to set and get List. by Dongkyu Hwangbo · 8 years ago
  56. f775d7d TAJO-1979: Usage of some TajoShellCommand is omitted. by Dongkyu Hwangbo · 8 years ago
  57. e8dc343 TAJO-1998: Waiting for gracefully stopping in tajo-deamon.sh is too short. by Jinho Kim · 8 years ago
  58. 8c8048a TAJO-2004: S3TableSpace needs to extend FileTableSpace. by JaeHwa Jung · 8 years ago
  59. 8d513a5 TAJO-2001: DirectRawFileScanner.getProgress occasionally fails. by Jinho Kim · 8 years ago
  60. 3852ae3 TAJO-1960: Separate HDFS space handler and S3 space handler. by JaeHwa Jung · 8 years ago
  61. f2552bf TAJO-1855: Add document for tablespace configuration to the Configuration chapter. by Jongyoung Park · 8 years ago
  62. 0af53d0 TAJO-1854: Add in-subquery document. by Jihoon Son · 8 years ago
  63. 068c79e TAJO-2003: Fix typo in worker configuration. by Jinho Kim · 8 years ago
  64. ce44234 TAJO-1753: GlobalEngine causes NPE occurs occasionally. by Jinho Kim · 8 years ago
  65. 821fc17 TAJO-1985: Add reporting metrics via JMX. by Yongjun Park · 8 years ago
  66. ee7279d TAJO-1856: Add a description about the relationship of tablespace, managed table, and external table to Tablespace section of Table Management chapter. by Jongyoung Park · 8 years ago
  67. e52c330 TAJO-1962: Add description for session variables. by Jihoon Son · 8 years ago
  68. a1e852b TAJO-1922: Allow date types with IN operator for partition pruning. (modify changes) by JaeHwa Jung · 8 years ago
  69. 492588d TAJO-1922: Allow date types with IN operator for partition pruning. by JaeHwa Jung · 8 years ago
  70. 550c018 TAJO-1983: Improve memory usage of ExternalSortExec. by Jinho Kim · 8 years ago
  71. 4e0a7a3 TAJO-1967: Replace 'try finally' with 'try' with resources. by Dongkyu Hwangbo · 8 years ago
  72. 0dcb702 TAJO-1947: Change Projection::setNamedExprs and getNamedExprs to set and get List<NamedExpr>. by Dongkyu Hwangbo · 8 years ago
  73. 149a44d TAJO-1857: Rename the section of 'File Formats' to 'Data Formats' and fill compression section of the 'Table Management' chapter. by Jongyoung Park · 8 years ago
  74. 8457d85 TAJO-1862: TSQL gives user wrong URL of documentation. by Dongkyu Hwangbo · 8 years ago
  75. b3d4a34 TAJO-1986: Rename the name 'option' to 'property' in TableMeta. by Hyunsik Choi · 8 years ago
  76. 8b2fe11 TAJO-1988: Remove some duplicated codes in toString() of Projectable. by Hyunsik Choi · 8 years ago
  77. 0be254c TAJO-1984: Removed unused FileTablespace::getSplit methods. by Hyunsik Choi · 8 years ago
  78. ef682cc TAJO-1980: Printout the usage of TajoShellCommand. by Dongkyu Hwangbo · 8 years ago
  79. 090ce17 TAJO-1981: Invalid nulls sort order in VectorizedSorter. by Jihoon Son · 8 years ago
  80. a2a5c14 TAJO-1946: Change Projectable::setTargets and getTargets to set and get List<Target>. by Dongkyu Hwangbo · 8 years ago
  81. 4fd1739 TAJO-1935: Some Tasks don't work after they become TA_ASSIGNED. by Jinho Kim · 8 years ago
  82. 411a26d TAJO-1271: Improve memory usage of Hash-shuffle. by Jinho Kim · 8 years ago
  83. 10159c7 TAJO-1977: Cannot recognize the space-contained tablename and databasename. by Dongkyu Hwangbo · 8 years ago
  84. 74bde9c TAJO-1978: Printout message before terminating TSQL. by Dongkyu Hwangbo · 8 years ago
  85. 011fcd9 TAJO-1975: Gathering fine-grained column statistics for range shuffle. by Jihoon Son · 8 years ago
  86. ed66037 TAJO-1965: TestBlockingRpc::testServerShutdown occassionally fails. by Jinho Kim · 8 years ago
  87. 8ad250e TAJO-1882: Clean up GreedyHeuristicJoinOrderAlgorithm::getCost APIs. by Jihoon Son · 8 years ago
  88. 254c923 TAJO-1963: Add more configuration descriptions to document. by Jihoon Son · 8 years ago
  89. 46bc8bf TAJO-1972: Invalid sort order with NULLS FIRST|LAST. by Jihoon Son · 8 years ago
  90. e84df9c TAJO-1970: Change the null first syntax. by Jihoon Son · 8 years ago
  91. 68d2c70 TAJO-1896: Fix the travis test failure. by Jinho Kim · 8 years ago
  92. 6c3ae72 TAJO-1964: TestKillQuery::testKillQueryFromInitState causes NPE. by Jinho Kim · 8 years ago
  93. 3b0b683 TAJO-1966: Decrease memory usage of TajoTestingCluster. by Jinho Kim · 8 years ago
  94. c6ad554 TAJO-1941: PermGen elimination in JDK 8. by Dongkyu Hwangbo · 8 years ago
  95. e5a01e0 TAJO-1955: Add a feature to strip quotes from CSV file. by Hyunsik Choi · 8 years ago
  96. 3224add TAJO-1904: Extend GraphVisitor to accept user-defined context. by Jihoon Son · 8 years ago
  97. 90cb945 Close obsolete github tickets. by Hyunsik Choi · 8 years ago
  98. 0f1e1df TAJO-1920: Calling 'Collection.toArray()' with zero-length array argument makes performance worse. (Dongkyu Hwangbo via hyunsik) by Dongkyu Hwangbo · 8 years ago
  99. 4189f91 TAJO-1578: User configuration for pull server port is ignored. by Dongkyu Hwangbo · 8 years ago
  100. f4abd4e TAJO-1954: Fix memory leak in physical operator. by Jinho Kim · 8 years ago