yihaoDeng
|
c3760f2724
|
enh(index): fix tag query error
|
2022-05-14 23:40:43 +08:00 |
slzhou
|
692ae29c6c
|
fix: clean the udf handles cache when pipe error
|
2022-05-14 23:39:10 +08:00 |
Shengliang Guan
|
21a9367d67
|
refactor: transport
|
2022-05-14 23:35:24 +08:00 |
Haojun Liao
|
a170b3fa9d
|
Merge pull request #12486 from taosdata/feature/3.0_liaohj
fix(query): set the correct row index during generating join results.
|
2022-05-14 23:27:52 +08:00 |
wenzhouwww@live.cn
|
e2a9321a79
|
Merge branch '3.0' of github.com:taosdata/TDengine into test/udf_3.0
|
2022-05-14 23:09:12 +08:00 |
shenglian-zhou
|
02bf4a3420
|
Merge pull request #12485 from taosdata/feature/udf
feat: reuse udf pipes connecting to udfd
|
2022-05-14 23:07:16 +08:00 |
WANG MINGMING
|
919f87e6e0
|
Merge pull request #12483 from taosdata/feature/TD-14761
fix: memory leak in schemaless
|
2022-05-14 23:03:57 +08:00 |
Haojun Liao
|
5a72ca804b
|
fix(query): set the correct row index during generating join results.
|
2022-05-14 23:03:02 +08:00 |
slzhou
|
6f48fa5f47
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-14 22:51:38 +08:00 |
slzhou
|
911cd1fe66
|
fix: reuse existing udf handles and teardown the handle later
|
2022-05-14 22:51:13 +08:00 |
Hongze Cheng
|
da75e3d19f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table
|
2022-05-14 14:40:18 +00:00 |
Haojun Liao
|
0c111d3315
|
Merge pull request #12482 from taosdata/feature/3.0_liaohj
fix(query): remove expired moving data operation during extract data …
|
2022-05-14 22:35:10 +08:00 |
Hongze Cheng
|
65edd3296e
|
feat: alter super table
|
2022-05-14 14:29:04 +00:00 |
Shengliang Guan
|
6e523a4706
|
refactor: multi-process mode
|
2022-05-14 22:23:52 +08:00 |
wangmm0220
|
98a2d311b7
|
refactor:fix memory leak
|
2022-05-14 22:15:55 +08:00 |
Haojun Liao
|
b6677e1a5d
|
fix(query): remove expired moving data operation during extract data from in-memory buffer.
|
2022-05-14 22:13:27 +08:00 |
cpwu
|
817e73bb12
|
fix case
|
2022-05-14 21:58:08 +08:00 |
Yihao Deng
|
7f08c25030
|
Merge pull request #12481 from taosdata/fix/avoid_invalid_rw
enh(index): fix sanitizer error
|
2022-05-14 21:45:52 +08:00 |
wangmm0220
|
d647827339
|
refactor:add escape for schemaless
|
2022-05-14 21:14:58 +08:00 |
yihaoDeng
|
70171a66e0
|
enh(index): fix sanitizer error
|
2022-05-14 20:53:40 +08:00 |
Xiaoyu Wang
|
4d07077be3
|
Merge pull request #12477 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
|
2022-05-14 20:53:22 +08:00 |
Zhiqiang Wang
|
b14e0e2111
|
Merge pull request #12480 from taosdata/fix/ZhiqiangWang/fix-15189-make-tdb-lib-to-static
fix(os): make tdb lib to static
|
2022-05-14 20:46:52 +08:00 |
wenzhouwww@live.cn
|
4a6bd8b993
|
test : add case for UDF functions
|
2022-05-14 20:43:50 +08:00 |
Xiaoyu Wang
|
71c63a9bb3
|
fix: some problems of parser and planner
|
2022-05-14 20:41:05 +08:00 |
afwerar
|
cc021699a8
|
fix(os): make tdb lib to static
|
2022-05-14 20:34:59 +08:00 |
Xiaoyu Wang
|
24aba24791
|
fix: some problems of parser and planner
|
2022-05-14 20:20:13 +08:00 |
Minghao Li
|
3e65caccaa
|
enh(sync): add syncStartStandBy
|
2022-05-14 19:54:18 +08:00 |
shenglian-zhou
|
e8b467d917
|
Merge pull request #12476 from taosdata/feature/udf
feat: fix session error that is caused by udfd restart
|
2022-05-14 19:44:57 +08:00 |
Haojun Liao
|
8f5fc4a07e
|
Merge pull request #12478 from taosdata/feature/3.0_liaohj
fix(query): fill the pseudo column before applying filter in table scanner.
|
2022-05-14 19:33:57 +08:00 |
Xiaoyu Wang
|
2d456be89e
|
fix: some problems of parser and planner
|
2022-05-14 19:31:53 +08:00 |
Xiaoyu Wang
|
e0e3e5c4c4
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-05-14 19:25:56 +08:00 |
Haojun Liao
|
8242cac94a
|
fix(query): fill the pseudo column before applying filter in table scanner.
|
2022-05-14 19:21:12 +08:00 |
Xiaoyu Wang
|
60e8bc24cd
|
fix: some problems of parser and planner
|
2022-05-14 19:17:53 +08:00 |
wangmm0220
|
3a3c0867b3
|
refactor:add escape for schemaless
|
2022-05-14 18:59:53 +08:00 |
Shengliang Guan
|
842611494e
|
refactor: multi process mode
|
2022-05-14 18:59:46 +08:00 |
Hongze Cheng
|
9fa5b30403
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table
|
2022-05-14 10:35:00 +00:00 |
slzhou
|
cef0f74cb3
|
fix: udf aggregate function handle does not exist
|
2022-05-14 18:28:51 +08:00 |
slzhou
|
56cc2c06f9
|
fix: udf aggregate function handle does not exist
|
2022-05-14 18:28:24 +08:00 |
Shengliang Guan
|
b7b18e4709
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-05-14 18:18:07 +08:00 |
Shengliang Guan
|
a5a4da4d49
|
refactor: multi process mode
|
2022-05-14 18:16:52 +08:00 |
Minghao Li
|
a2d43fb96f
|
enh(sync): add syncStartStandBy
|
2022-05-14 18:12:53 +08:00 |
slzhou
|
a58a0e79c6
|
fix: uv task error when the pipe is NULL
|
2022-05-14 18:09:44 +08:00 |
Shengliang Guan
|
b08f6b5efa
|
refactor: multi process mode
|
2022-05-14 17:41:43 +08:00 |
Haojun Liao
|
fe01caf3c8
|
Merge pull request #12473 from taosdata/feature/3.0_liaohj
fix(query): ignore the reserved column data when generating filtered result.
|
2022-05-14 17:24:18 +08:00 |
slzhou
|
2ce5ceb754
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-14 17:22:06 +08:00 |
slzhou
|
7161919086
|
fix: finish uv task when event loop start uv task failed
|
2022-05-14 17:20:22 +08:00 |
Hongze Cheng
|
088ba3090c
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table
|
2022-05-14 09:17:07 +00:00 |
Hongze Cheng
|
5b518821d7
|
test BDB
|
2022-05-14 09:16:57 +00:00 |
shenglian-zhou
|
928af5f0cd
|
Merge pull request #12472 from taosdata/feature/udf
fix: taosd core by thread switching to new thread and free uvtask
|
2022-05-14 17:04:16 +08:00 |
slzhou
|
4a316eae3f
|
Revert "feat: enhance udf scalar function calls"
This reverts commit e8690dabef.
|
2022-05-14 17:03:05 +08:00 |