Haojun Liao
394896cb1d
[td-6563]
2021-09-10 15:42:38 +08:00
Haojun Liao
c6be1bb809
[td-6563]fix memory leak problem.
2021-09-10 14:26:32 +08:00
Haojun Liao
7152a19728
[td-6563] refactor the group result merge function.
2021-09-10 14:19:50 +08:00
Haojun Liao
aa79a68baa
[td-6563]
2021-09-09 19:33:10 +08:00
Haojun Liao
671c99683b
[td-6563]
2021-09-09 15:48:38 +08:00
Haojun Liao
ad0b62328c
[td-6563]
2021-09-09 15:45:32 +08:00
Haojun Liao
616f32e018
[td-6563] remove the calloc to improve the query performance.
2021-09-09 15:36:17 +08:00
Haojun Liao
a4260aeb32
[td-6563]
2021-09-09 10:31:34 +08:00
Haojun Liao
7ed1aa2618
[td-6563]
2021-09-08 19:35:29 +08:00
Haojun Liao
f14fd21aa5
[td-6563]remove duplicated code.
2021-09-08 19:31:42 +08:00
Haojun Liao
da545a9974
[td-6563] refactor the code to improve the client-side performance.
2021-09-08 17:20:03 +08:00
Haojun Liao
f10ef79e5e
[td-255] fix a typo.
2021-09-08 14:06:17 +08:00
Haojun Liao
267e6e0ba6
[td-255] avoid memset the allocated memory to improve the query performance.
2021-09-08 14:03:00 +08:00
Haojun Liao
cc68a1414c
[td-255] update the threshold of concurrent launch query to be 4.
2021-09-07 17:52:30 +08:00
Haojun Liao
c0aff8098d
[td-255]refactor.
2021-09-07 17:16:56 +08:00
Haojun Liao
258c221a44
[td-255] refactor code.
2021-09-07 17:11:00 +08:00
Haojun Liao
626cd4cc58
[td-255] merge develop.
2021-09-07 17:06:07 +08:00
Haojun Liao
f86ab16b87
[td-255] refactor for experiment purpose.
2021-09-07 14:58:12 +08:00
Haojun Liao
5e5fe11f05
[td-255] remove unused attributes of object.
2021-09-07 14:07:45 +08:00
Elias Soong
ed04789a54
Merge pull request #7760 from tsahiedri/patch-2
...
Update docs.md from the beginning to line 250
2021-09-07 13:20:00 +08:00
Elias Soong
f8aa0a5fb9
Merge branch 'develop' into patch-2
2021-09-07 13:19:22 +08:00
Elias Soong
c150b2fbd7
Merge pull request #7780 from taosdata/docs/endoc
...
correct some English writing errors
2021-09-07 11:46:35 +08:00
Elias Soong
c1a7b9fe20
[TD-4669] <docs>: fix some typo in English documents.
2021-09-07 11:43:36 +08:00
Haojun Liao
b1f869c192
Merge pull request #7791 from taosdata/feature/query
...
Feature/query
2021-09-07 10:36:17 +08:00
Shuduo Sang
f2e6a3d982
Hotfix/sangshuduo/td 2936 change mac default path ( #7799 )
...
* change mac default path back after homebrew install support merged.
* fix lib/log path install for mac
* fix library link for mac.
2021-09-07 10:00:47 +08:00
Hui Li
463b3df28a
Merge pull request #7787 from taosdata/test/td-6221-d
...
[TD-6221]<test>Perfect scene of concurrent inquery
2021-09-06 18:27:33 +08:00
Haojun Liao
e2e4487fc2
[td-255] fix bug found by regression test.
2021-09-06 18:24:18 +08:00
Haojun Liao
1f15dda4ad
[ts-218] fix the invalid write.
2021-09-06 16:49:52 +08:00
Haojun Liao
d31c70337b
[td-255] code refactor.
2021-09-06 16:22:03 +08:00
Hui Li
2ab3c33f8c
Merge pull request #7767 from taosdata/test/td-6445
...
[TD-6445]<test>: add interp testcases not covered
2021-09-06 15:50:25 +08:00
Hui Li
7f5bcec4d6
Merge pull request #7769 from taosdata/test/update_C#demo_d
...
update C# test case
2021-09-06 15:49:39 +08:00
dapan1121
fb4c7bfd11
Merge pull request #7523 from taosdata/feature/szhou/tagregex
...
[TD-6145]<feature>:tagfilter-add parser support
2021-09-06 15:49:24 +08:00
liuyq-617
e8469ca511
[TD-6221]<test>Perfect scene of concurrent inquery
2021-09-06 15:43:02 +08:00
Zhiqiang Wang
a47f664cf2
[TD-6169]<fix>: windows dll client can not quit. ( #7732 )
...
* [TD-6169]<fix>: windows dll client can not quit.
* [TD-6169]<fix>: windows dll client can not quit.
* [TD-6169]<fix>: windows dll client can not quit.
* [TD-6169]<fix>: windows dll client can not quit.
* [TD-6169]<fix>: windows dll client can not quit.
2021-09-06 14:25:20 +08:00
Elias Soong
6adde1a826
Merge pull request #7723 from zhanglianlei/develop
...
[TD-7685]<doc>: add the missing connector which is also supported to the document.
2021-09-06 10:26:40 +08:00
jtao1735
e549596862
correct some English writing errors
2021-09-05 01:51:00 +00:00
shenglian zhou
f842633b17
tagregex: fix test error
2021-09-03 10:18:58 +08:00
liuyq-617
78c46a2739
update C# test case
2021-09-02 16:23:03 +08:00
jiajingbin
5ab1c3abad
[TD-6445]<test>: add interp testcases not covered
2021-09-02 15:47:26 +08:00
Elias Soong
8081a7a577
Merge pull request #7765 from taosdata/docs/Update-Latest-Feature
...
Docs/update latest feature
2021-09-02 11:34:27 +08:00
Elias Soong
8594afdbcc
[TD-6133] <docs>: update installation url of Go connector to be latest version.
2021-09-02 11:29:36 +08:00
Elias Soong
6ae704363f
[TD-2639] <docs>: improve doc format slightly.
2021-09-02 10:52:21 +08:00
Elias Soong
7f7de086ee
Merge pull request #7737 from z1q1q7/develop
...
keep all "first end point"s' notation to "firstEp"
2021-09-02 10:48:17 +08:00
Hui Li
2a5cbf770a
Merge pull request #7749 from taosdata/test/TD-6256-d
...
[TD-6256]<test> add subscribe case for go
2021-09-02 10:16:56 +08:00
Tsahi Edri
08f3d82a6a
Update docs.md from the beginning to line 250
2021-09-01 20:40:24 +03:00
Hongze Cheng
6c7c05e7ea
Merge pull request #7748 from taosdata/hotfix/merge-block-issue
...
[TD-6474]<hotfix>: fix coredump when merging empty block
2021-09-01 18:04:09 +08:00
dapan1121
c5090ac017
Merge pull request #7710 from taosdata/fix/TD-6408
...
[TD-6408]<fix>: fixed json error when timestamp was before Epoch
2021-09-01 15:39:15 +08:00
liuyq-617
a4604990a6
[TD-6256]<test> add subscribe case for go
2021-09-01 11:00:17 +08:00
Shenglian Zhou
6363169a47
[TD-6145]<feature>:add test for regex filter
2021-09-01 10:16:10 +08:00
Liu Jicong
ea87f4f92b
[TD-6474]<hotfix>: fix coredump when merging empty block
2021-09-01 10:12:42 +08:00