shenglian zhou
4404919d3b
[TD-5201]<enhance>:record SSqlObjectId id in log
2021-07-13 08:36:42 +08:00
wpan
8faa80d6a7
fix range issue
2021-07-13 08:33:39 +08:00
tomchon
a575364d31
modify release.sh about beta version name
2021-07-12 21:23:06 +08:00
tomchon
228be72a82
modify release.sh about beta version name
2021-07-12 18:34:31 +08:00
shenglian zhou
aee50c8929
add unit test
2021-07-12 18:09:50 +08:00
Shuduo Sang
4486cae180
[TD-5136]<feature>: taosdemo simulate real senario. ( #6833 )
...
* [TD-5136]<feature>: taosdemo simulate real senario.
* update test case according to taosdemo change
2021-07-12 17:08:54 +08:00
tomchon
0ef4ef0576
Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr
2021-07-12 16:18:26 +08:00
tomchon
4f0266b390
[TD-5087]<test>: update testcase that compressing wal logs
2021-07-12 14:19:51 +08:00
Elias Soong
f3279fa698
Merge pull request #6835 from taosdata/docs/Update-Latest-Feature
...
[TD-4780] <docs>: unpublished WAL & FSNYC hot modification feature.
2021-07-12 14:18:07 +08:00
Elias Soong
3abecfdda9
[TD-4780] <docs>: unpublished WAL & FSNYC hot modification feature.
2021-07-12 14:17:43 +08:00
Haojun Liao
128c1bc5c3
[td-225]disable alter wal level after create databases.
2021-07-12 13:47:07 +08:00
Haojun Liao
cdc85ae820
[td-225]disable alter wal level.
2021-07-12 13:38:59 +08:00
shenglian zhou
56819eaf70
Merge branch 'feature/szhou/sync_home_office' of https://github.com/taosdata/TDengine into feature/szhou/sync_home_office
2021-07-12 11:30:39 +08:00
shenglian zhou
14cab541f7
before tsim/log/memory leak handling
2021-07-12 11:30:06 +08:00
shenglian zhou
ab67d612f0
fixing exsiting stable
2021-07-12 11:30:06 +08:00
shenglian zhou
dec30e4473
add timestamp precision support
2021-07-12 11:30:06 +08:00
shenglian zhou
3d70319913
create child table with tags
2021-07-12 11:30:06 +08:00
shenglian zhou
93c6fee9c5
can add two lines of one supertable/diffrent subtable
2021-07-12 11:30:06 +08:00
shenglian zhou
ee10305ddc
before time precision and create table with tags instead of autocreate
2021-07-12 11:30:06 +08:00
shenglian zhou
dbac6f2081
before getChildTableName and insertBatch
2021-07-12 11:30:06 +08:00
shenglian zhou
35cba8c21f
before debugging
2021-07-12 11:30:06 +08:00
shenglian zhou
ca52c73bde
before taos_bind/taos_multi_bind generation
2021-07-12 11:30:06 +08:00
shenglian zhou
64fb524796
develop schemaless
2021-07-12 11:30:06 +08:00
shenglian zhou
958b89b463
before tsim/log/memory leak handling
2021-07-12 11:27:34 +08:00
shenglian zhou
d8c57f0be0
fixing exsiting stable
2021-07-12 10:30:54 +08:00
shenglian zhou
62e4b0b599
add timestamp precision support
2021-07-12 10:16:30 +08:00
shenglian zhou
4a75ebe4af
create child table with tags
2021-07-12 09:17:15 +08:00
shenglian zhou
3d25ecdf29
can add two lines of one supertable/diffrent subtable
2021-07-12 08:38:51 +08:00
shenglian zhou
cb5a0012f4
before time precision and create table with tags instead of autocreate
2021-07-12 00:39:16 +08:00
shenglian zhou
2d0005d3f1
before getChildTableName and insertBatch
2021-07-11 23:52:19 +08:00
Shuduo Sang
696435cdcc
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue for develop ( #6831 )
...
* fix converity scan issue.
* fix converity issues
* fix converity scan issue.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 21:51:07 +08:00
tomchon
20c6dd7070
modify dockerManifest.sh
2021-07-11 20:51:50 +08:00
Shuduo Sang
bf5b5b3549
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan ( #6829 )
...
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix coverity scan issues.
check super tbl info pointer.
* [TD-3197] <fix>: fix coverity scan issues.
move sub tbl query thread join into loop
* [TD-3197] <fix>: fix coverity scan issues.
remove unused variable
* [TD-3197] <fix>: fix coverity scan issues.
use more secure random library
* [TD-3197] <fix>: fix coverity scan issues.
use strncpy for more safe
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
replace arc4random with rand().
* [TD-3197] <fix>: fix coverity scan issues.
check stb info pointer for start time
* [TD-3197] <fix>: fix coverity scan issues.
fix strcpy vulnerability
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
modify taosdemoTest2. try to check database continously.
* [TD-3197] <fix>: taosdemo coverity scan issues.
* [TD-3197] <fix>: fix memory leak when parsing arguments.
* [TD-3197] <fix>: fix cmake strip arguments.
* [TD-3197] <fix>: taosdemo coverity scan.
fix cmake string manipulation.
* [TD-3197]<fix>: taosdemo coverity scan issue.
configDir buffer overwrite.
* [TD-3197]<fix>: coverity scan issue.
taosdump argument validation.
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.
* [TD-3197]<fix>: taosdemo coverity scan.
append result buf to file. for develop branch.
* exit if read sample file failed.
* fix converity scan issue.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 20:24:55 +08:00
Haojun Liao
812c9bcc2e
[td-5176]<enhance>: improve the twa query performance in case of interval query.
2021-07-11 14:43:55 +08:00
Shuduo Sang
e5917825b5
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue for develop ( #6827 )
...
* fix converity scan issue.
* fix converity issues
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 11:21:05 +08:00
shenglian zhou
12e8b038d1
before debugging
2021-07-10 16:18:38 +08:00
Haojun Liao
8cd41b4c98
Merge pull request #6824 from taosdata/feature/query
...
[td-225]
2021-07-09 21:52:57 +08:00
shenglian zhou
d5ab8d7ced
before taos_bind/taos_multi_bind generation
2021-07-09 19:37:15 +08:00
Haojun Liao
c9933fd333
[td-225]
2021-07-09 19:16:25 +08:00
Haojun Liao
794549527c
Merge pull request #6818 from taosdata/hotfix/TD-5156
...
[TD-5156]fix interval issue
2021-07-09 19:12:03 +08:00
bryanchang0603
b2592f3168
Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1
2021-07-09 17:59:31 +08:00
Shuduo Sang
a13206ddbf
Feature/sangshuduo/td 3973 use jemalloc ( #6822 )
...
* [TD-3973]<feature>: add jemalloc as submodule.
* add macro definitions in cmake.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* link jemalloc works.
* make install works.
* support jemalloc in release.sh.
* release script works.
* fix a typo.
* [TD-3937]<feature>: support jemalloc
add install funtion to all scripts.
* adjust install_jemalloc() position for update check compatiblity.
* fix position bug.
* add ldconfig for jemalloc library cache refresh.
* add /etc/ld.so.conf.d/jemalloc.conf for centos
* check ver comp by file.
* fix makeclient.sh
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 17:58:08 +08:00
Linhe Huo
66ab17dd58
[TD-4946]<feature>: Node.js connector support nanoseconds ( #6817 )
...
* [TD-4946]<feature>: Node.js connector support nanoseconds
* [TD-5166]<feature>: Node.js connector support no host settings
2021-07-09 16:48:32 +08:00
jtcheng
e811cb0ad8
[TD-6809]: Fix jdbc NPE ( #6814 )
2021-07-09 14:12:23 +08:00
wpan
4b9190ab38
fix interval issue
2021-07-09 14:06:49 +08:00
Haojun Liao
99aca608a5
Merge pull request #6816 from taosdata/feature/query
...
[td-5126]<enhance>:improve the nest query performance.
2021-07-09 13:23:30 +08:00
Haojun Liao
03455e6fe9
[td-5126]<enhance>:improve the nest query performance.
2021-07-09 12:19:59 +08:00
shenglian zhou
c4f06ca30b
develop schemaless
2021-07-09 11:56:58 +08:00
Elias Soong
94d1ac9f98
Merge pull request #6815 from taosdata/docs/Update-Latest-Feature
...
[TD-4808] <docs>: update Windows specific commands in building & inst…
2021-07-09 11:35:28 +08:00
wpan
69f25dbfc1
support condition rewrite
2021-07-09 11:35:24 +08:00