Commit Graph

  • e7cc15a861 fix retention case error liuyq-617 2021-06-30 16:30:46 +0800
  • 1978c7729a 1. move gnu compile flags "-pipe -Wshadow" from root "CMakeLists.txt" to "cmake/define.inc"; and change compile flag "/O3" to "/O2", because "/O3" is not supported by MSVC. 2. fix compile warnings in "src/util/src/tbuffer.c", by using "union" to transform integer with float and double. 3. use "memcpy()" instead of directly type convert in "rc/util/src/tutil.c" to resolve memory alignment problem in ARM platform. 4. reduce other compile warnings. hope 2021-06-30 15:29:42 +0800
  • 3f5f0261f2 [TD-4951]<test>: add test case Ping Xiao 2021-06-30 12:47:12 +0800
  • d5f914857a [TD-4953]<fix>: fixed a crash bug when run taos on Windows. xywang 2021-06-30 13:54:32 +0800
  • d9ba8b1662 [td-225] Haojun Liao 2021-06-30 13:06:51 +0800
  • 201f6c465e
    Fix some printf typing issue (#6659) Jun Li 2021-06-29 20:42:16 -0700
  • 941e69da9d
    Merge pull request #6644 from taosdata/feature/m2d4 Haojun Liao 2021-06-30 11:29:31 +0800
  • 1f670fc95a [td-225]update the sim. Haojun Liao 2021-06-30 11:27:17 +0800
  • b2802fad44 Add default path for waltest Jun Li 2021-06-29 20:17:57 -0700
  • 4dedf537e6 Merge remote-tracking branch 'origin/feature/query' into feature/query Haojun Liao 2021-06-30 10:31:56 +0800
  • e55053fc45 [td-4966]<fix>:add more check in group by clause. Haojun Liao 2021-06-30 10:31:40 +0800
  • 9fd6d0593f [td-4954]<fix>:update some error message strings. Haojun Liao 2021-06-29 22:58:00 +0800
  • 4233a5a5d4
    Hotfix/sangshuduo/td 4892 taosdemo sub fetch for develop (#6668) Shuduo Sang 2021-06-29 21:48:15 +0800
  • 52d1ae7d8b
    Merge pull request #6655 from taosdata/feature/query Haojun Liao 2021-06-29 19:27:52 +0800
  • d654a5c762 [TD-4927] update test case bryanchang0603 2021-06-29 18:22:10 +0800
  • 2badb991d7 Merge branch 'feature/query' of github.com:taosdata/TDengine into feature/query liuyq-617 2021-08-10 14:30:43 +0800
  • 0a45ee6812 [TD-4967]<test>update retention policy testcase liuyq-617 2021-08-10 14:30:37 +0800
  • 57ee6732be
    Merge pull request #6666 from taosdata/docs/Update-Latest-Feature Elias Soong 2021-06-29 18:12:08 +0800
  • bf14dba356 [TD-4528] <docs>: add Go example about reading from Kafka and writing to TDengine. Elias Soong 2021-06-29 17:39:55 +0800
  • 46b3927e07
    Docs/sangshuduo/td 4752 python nanosecond (#6664) Shuduo Sang 2021-06-29 16:23:45 +0800
  • 44758e1b51
    [TD-4906]<fix>: fix grafana dashboard import error in Grafana v6.2.x (#6661) Linhe Huo 2021-06-29 16:17:15 +0800
  • 80047afd7e [TD-3086] <docs>: tags columns can use timestamp type now. Elias Soong 2021-06-29 15:55:06 +0800
  • 2237648e83 [TD-3178] <docs>: describe command "COMPACT". Elias Soong 2021-06-29 14:20:45 +0800
  • 0af16a88d9
    [TD-4752]<doc>: python connector supports nanoseconds. (#6660) Shuduo Sang 2021-06-29 13:33:55 +0800
  • ccb66fca0c [td-4969]<enhance>:enable the interval value to be 1us. Haojun Liao 2021-06-29 13:18:30 +0800
  • 00055ce2aa [td-225]fix bug found by regression test. Haojun Liao 2021-06-29 13:16:11 +0800
  • c9f832f466
    Merge pull request #6658 from taosdata/docs/Update-Latest-Feature Elias Soong 2021-06-29 11:04:08 +0800
  • 3eccaee176 [TD-4965] <docs>: update latest keywords list. Elias Soong 2021-06-29 11:03:28 +0800
  • 25d2821d78 [td-225]fix bug found by regression test. Haojun Liao 2021-06-29 10:41:19 +0800
  • 51dc9fa425 [td-225]fix bug by regression test. Haojun Liao 2021-06-30 19:34:48 +0800
  • 8a79e00e4d [td-4791]<fix>:fix bug in nest query. Haojun Liao 2021-06-29 16:55:59 +0800
  • 6a288d80fb [td-4927]<enhance>:ignore the rows of expired timestamp that are not dropped yet during query according to the TTL settings. Haojun Liao 2021-06-29 16:55:06 +0800
  • bc2185771c
    Hotfix/td 4876 (#6656) Zhiyu Yang 2021-06-29 09:39:25 +0800
  • ea1777d551
    [TD-4918]<fix>: taosdemo subscribe endAfterResume. (#6654) Shuduo Sang 2021-06-28 20:39:32 +0800
  • 159d3203dc
    Merge pull request #6624 from taosdata/test/TD-4868 Hui Li 2021-06-28 18:01:12 +0800
  • d4f2858a21
    Merge pull request #6626 from taosdata/test/util/taosdemoCfg Hui Li 2021-06-28 18:00:44 +0800
  • 7cf7f8e991
    Merge pull request #6639 from taosdata/feature/TD-4825 Haojun Liao 2021-06-28 17:33:33 +0800
  • a18259d66b
    Merge pull request #6643 from taosdata/hotfix/td-4926-2 Haojun Liao 2021-06-28 17:33:16 +0800
  • bcbfd1a33f [TD-4821] <docs>: clarify 'IN' operator on BOOL, FLOAT, and DOUBLE. Elias Soong 2021-06-28 15:28:38 +0800
  • b33916be9f [TD-4825]<feature> order by col after group-by yihaoDeng 2021-06-28 14:57:04 +0800
  • d546f0bb39
    Merge pull request #6650 from taosdata/fix/TD-4950 Hongze Cheng 2021-06-28 14:39:08 +0800
  • 6719d41b15 [TD-4821] <docs>: add new operator 'IN'. Elias Soong 2021-06-28 14:35:57 +0800
  • 1faccd4208 Add init to waltest and make it work Jun Li 2021-06-27 22:41:08 -0700
  • 338ef1b85c Merge branch 'develop' of github.com:taosdata/TDengine into order yihaoDeng 2021-06-28 13:52:29 +0800
  • 0be6a5a4f8
    Merge pull request #6629 from taosdata/hotfix/TD-4910 Haojun Liao 2021-06-28 13:41:32 +0800
  • d524bf01a3
    Merge pull request #6638 from taosdata/fix/TD-4915 Haojun Liao 2021-06-28 13:29:00 +0800
  • 33e199f242
    Merge pull request #6647 from taosdata/feature/query Haojun Liao 2021-06-28 13:22:50 +0800
  • 1e592fb52b [TD-4950]<fix>: fix undefined left bit shift Minglei Jin 2021-06-28 12:23:26 +0800
  • 839ad25fee [td-4905]<fix>:fix import caused crash. Haojun Liao 2021-06-28 11:12:39 +0800
  • c8e279d0b7
    Merge pull request #6646 from taosdata/docs/Update-Latest-Feature Elias Soong 2021-06-28 11:01:49 +0800
  • 1d5b8fa83c [TD-4928] <docs>: update version dependency about JDBC driver & TDengine server. Elias Soong 2021-06-28 11:01:09 +0800
  • b62a1d8bae [TD-2639] <docs>: fix typo in doc index. Elias Soong 2021-06-28 10:54:03 +0800
  • 90ce44fd6e Merge branch 'master' into feature/m2d4 Shengliang Guan 2021-06-28 09:50:35 +0800
  • 087517dd89 Merge branch 'develop' into hotfix/TD-4910 wpan 2021-06-28 08:36:47 +0800
  • 3d1f8f8bcf fix mem leak wpan 2021-06-28 08:33:20 +0800
  • f48783df4f
    fix converity scan issue. (#6641) Shuduo Sang 2021-06-27 22:45:38 +0800
  • 55d3e7a2ea
    Hotfix/sangshuduo/td 4902 for mastere (#6623) Shuduo Sang 2021-06-27 21:45:18 +0800
  • 9a06248432
    Rename file and add some comment/changes (#6587) Jun Li 2021-06-27 06:13:33 -0700
  • 3451e7fba9 [TD-4926]<fix>:follow log format convention shenglian zhou 2021-06-27 14:16:22 +0800
  • 329a0af28d
    Merge pull request #6640 from taosdata/hotfix/td-4926 Shengliang Guan 2021-06-27 11:54:48 +0800
  • ae972e2fb4 [TD-4926]<fix>:fix core during operator time usage calculate shenglian zhou 2021-06-27 09:12:14 +0800
  • b2975b7c4d [TD-4825]<feature> order by col after group-by yihaoDeng 2021-06-27 05:04:33 +0800
  • a2edc05ba0 [TD-4825]<feature> order by col after group-by yihaoDeng 2021-06-27 04:46:51 +0800
  • 7145bc5fc2 [TD-4825]<feature> order by col after group-by yihaoDeng 2021-06-27 03:53:30 +0800
  • a2c1754168
    Hotfix/sangshuduo/td 4892 taosdemo sub fetch (#6634) Shuduo Sang 2021-06-26 22:34:30 +0800
  • e6273a38db [TD-4915]<fix> fix show create database except yihaoDeng 2021-06-26 13:43:48 +0800
  • 09ae4a83f0
    Hotfix/sangshuduo/td 4892 taosdemo sub fetch for develop (#6635) Shuduo Sang 2021-06-26 22:34:50 +0800
  • 43e84f8bf0
    Merge pull request #6630 from taosdata/feature/td-4756 Haojun Liao 2021-06-26 22:30:53 +0800
  • ed44b72cbe
    Merge pull request #6628 from taosdata/feature/td-4561 Haojun Liao 2021-06-26 22:30:19 +0800
  • 92671a20e2
    Merge pull request #6636 from taosdata/feature/query Haojun Liao 2021-06-26 22:28:14 +0800
  • 14d9473b5a [td-225]fix the bug found by regression test. Haojun Liao 2021-06-26 15:43:08 +0800
  • 6b265fb3b8 [TD-4912]<hotfix>: fix coredump when drop vnode Hongze Cheng 2021-06-26 11:32:11 +0800
  • 2f37ebf686 [TD-4825]<feature> order by col after group-by yihaoDeng 2021-06-26 09:08:59 +0800
  • ff48ffd8bd [TD-4561]feature:support statistics about operators running time Shenglian Zhou 2021-06-25 16:47:41 +0800
  • 9094bf8849 [td-225]fix compiler error. Haojun Liao 2021-06-25 23:42:15 +0800
  • 59d207c87b
    Merge pull request #6603 from taosdata/hotfix/TD-4879 Haojun Liao 2021-06-25 23:24:15 +0800
  • 19a01c09a1
    Merge pull request #6618 from taosdata/fix/TD-4098 Haojun Liao 2021-06-25 23:23:42 +0800
  • 782e498d1f [td-225]fix compiler error. Haojun Liao 2021-06-25 23:22:22 +0800
  • 11761d016d [td-4894]<fix>:fix bug in group by normal columns. Haojun Liao 2021-06-25 23:10:10 +0800
  • 163c58ec14 [td-4894]<fix>:fix bug in group by normal columns. Haojun Liao 2021-06-25 23:04:17 +0800
  • d382c50b4d Merge branch 'develop' of github.com:taosdata/TDengine into devx yihaoDeng 2021-06-25 20:57:54 +0800
  • 8f6783f676
    Update boundary2.py Baosheng Chang 2021-06-25 19:05:53 +0800
  • 8c95099d1d
    Merge pull request #6633 from taosdata/docs/Update-Latest-Feature Elias Soong 2021-06-25 18:59:25 +0800
  • 41e1d2dd96 [TD-4555] <docs>: describe SQL function DERIVATIVE(). Elias Soong 2021-06-25 18:55:01 +0800
  • ae1fcd260a
    update master to develop's version Baosheng Chang 2021-06-25 18:52:40 +0800
  • 4f5979bbbc Merge branch 'develop' into feature/query Haojun Liao 2021-06-25 03:30:57 -0700
  • 2361040efe [TD-4793] <docs>: describe SQL function IRATE(). Elias Soong 2021-06-25 18:09:37 +0800
  • c62695028f temp tomchon 2021-06-25 18:05:00 +0800
  • ceb7bd376a fix conflict tomchon 2021-06-25 17:18:09 +0800
  • 0ecaba7e9e [TD-4756]<fix>: nanosecond precison on gcBuildQueryJson in http plugin shenglian zhou 2021-06-21 11:18:17 +0800
  • d857013517 fix double free issue wpan 2021-06-25 17:05:37 +0800
  • bcfb8b1fe1 [TD-4369]<test>: add testcase of resubscibe and json file tomchon 2021-06-25 16:49:47 +0800
  • 6cd8c49bf6 Merge pull request #6616 from taosdata/test/TD-4868 Hui Li 2021-06-25 14:56:41 +0800
  • ba3ad7c662 [TD-4826]<fix>: new error code 0x0406 (Dnode is exiting) for tsc Minglei Jin 2021-06-25 16:28:57 +0800
  • 84d3a5e77b Merge branch 'master' of github.com:taosdata/TDengine into test/chr tomchon 2021-06-25 15:55:30 +0800
  • 022d6ea765 taosdemoCfg adding how to use and minor bug fix bryanchang0603 2021-06-25 15:41:47 +0800
  • 2555665a8e [TD-4897] <docs>: clients should process result set ASAP after calling "taos_consume()". Elias Soong 2021-06-25 15:22:22 +0800
  • 39604d7726 [TD-4369]<test>: add testcase of resubscibe tomchon 2021-06-25 15:21:14 +0800
  • 943d69ea80 restore CqContext db name length tickduan 2021-06-25 15:11:29 +0800
  • 529f906e2d Merge branch 'develop' into fix/lhhuo/TD-4872-O3-core tickduan 2021-06-25 15:09:40 +0800