dapan1121
|
e62e125dd3
|
Merge pull request #20569 from taosdata/feat/mode_opt
enh(query): improve mode function page buffer allocation
|
2023-03-22 13:54:23 +08:00 |
Xiaoyu Wang
|
f97b66e8da
|
merge 3.0
|
2023-03-22 11:55:59 +08:00 |
Xiaoyu Wang
|
eb79046a70
|
merge 3.0
|
2023-03-22 11:42:02 +08:00 |
Xiaoyu Wang
|
fbc9b2404e
|
feat: add sql command 'balance vgroup leader'
|
2023-03-22 09:53:56 +08:00 |
dapan1121
|
a4eef9ea1f
|
Merge pull request #20570 from taosdata/szhou/fix-td23266
fix: create function error for json/decimal/blob/varbinary type
|
2023-03-22 09:47:17 +08:00 |
cadem
|
ea35f0ae11
|
feat/balance vgroup leader
|
2023-03-22 09:36:59 +08:00 |
Xiaoyu Wang
|
58ebd3539d
|
feat: alter database wal_retention_period/wal_retention_size
|
2023-03-21 16:45:19 +08:00 |
slzhou
|
b9edd24d3f
|
fix: create function error for json/decimal/blob/varbinary type
|
2023-03-21 00:38:13 -08:00 |
Ganlin Zhao
|
9e0faad5eb
|
remove unused MACROS
|
2023-03-21 16:24:20 +08:00 |
Ganlin Zhao
|
e9fa00185a
|
enh(query): improve mode function page buffer allocation
|
2023-03-21 16:15:26 +08:00 |
dapan1121
|
a070da04ec
|
Merge pull request #20538 from taosdata/szhou/python-udf
enhance: add udf context from plugin traceability
|
2023-03-21 08:44:27 +08:00 |
slzhou
|
698b057aa0
|
enhance: add udf context from plugin traceability
|
2023-03-19 08:49:45 +08:00 |
cadem
|
042d94215b
|
feat/add topic total and stream total in monitor
|
2023-03-18 12:50:07 +08:00 |
dapan1121
|
a6cc171d94
|
Merge pull request #20498 from taosdata/szhou/python-udf
enhance: add taospyudf test and run it in CI
|
2023-03-18 09:21:40 +08:00 |
slzhou
|
ba82f05d68
|
fix: keep original udf file name when rename file error
|
2023-03-17 20:19:46 +08:00 |
yihaoDeng
|
e2646734ad
|
enh: add queue limit
|
2023-03-15 12:01:16 +00:00 |
yihaoDeng
|
ef092c1cce
|
enh: add queue limit
|
2023-03-15 11:54:36 +00:00 |
dapan1121
|
b2bf1871e1
|
Merge pull request #20415 from taosdata/feat/TD-22746
feat: add client meta stat info
|
2023-03-15 08:37:20 +08:00 |
slzhou
|
9df6609448
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
|
2023-03-12 09:41:09 +08:00 |
slzhou
|
c8e05226ce
|
fix: unknown error prompt
|
2023-03-12 09:40:49 +08:00 |
Xiaoyu Wang
|
a846c26ef9
|
merge main
|
2023-03-11 16:14:27 +08:00 |
dapan1121
|
bad898cd0c
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
|
2023-03-11 15:06:03 +08:00 |
slzhou
|
26b3773740
|
fix: core dump when copy resut buf
|
2023-03-10 18:58:25 +08:00 |
Xiaoyu Wang
|
822bb11a26
|
fix: invalid topic query
|
2023-03-10 18:23:30 +08:00 |
slzhou
|
89d05296d8
|
fix: add varchar/nchar udf support
|
2023-03-10 14:56:35 +08:00 |
slzhou
|
f611a6d467
|
fix: udf can return varchar
|
2023-03-10 12:36:58 +08:00 |
Shengliang Guan
|
522b9ec2b2
|
Merge pull request #20363 from taosdata/fix/xftan/timetruncate
fix: TIMETRUNCATE with 1d return unexpected result
|
2023-03-10 10:05:48 +08:00 |
Shengliang Guan
|
e2b99145eb
|
Merge pull request #20376 from taosdata/fix/TS-2828
fix:[TS-2828] retry if ver is old
|
2023-03-10 10:04:41 +08:00 |
Shengliang Guan
|
b9f0cf2f04
|
Merge pull request #20367 from taosdata/feat/TS-2846
feat: alter stt trigger and min rows
|
2023-03-10 09:10:57 +08:00 |
slzhou
|
dab5e33b9b
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
|
2023-03-09 21:28:38 +08:00 |
slzhou
|
9076b86400
|
fix: pass CI test
|
2023-03-09 21:20:01 +08:00 |
slzhou
|
df9be12af0
|
fix: fix nullbit map error
|
2023-03-09 20:29:42 +08:00 |
slzhou
|
c10e32eb6a
|
fix: null bitmap error
|
2023-03-09 20:27:08 +08:00 |
WANG MINGMING
|
0dec8dd844
|
Merge pull request #20375 from taosdata/fix/TD-22671
fix:add error log
|
2023-03-09 19:49:57 +08:00 |
Haojun Liao
|
24e039efad
|
Merge pull request #20344 from taosdata/fix/ly_stream
fix:fill history check update
|
2023-03-09 17:30:12 +08:00 |
Xiaoyu Wang
|
e5de317f44
|
feat: alter database stt_trigger/minrows
|
2023-03-09 16:04:38 +08:00 |
Shengliang Guan
|
8b2dc48cde
|
Merge pull request #20341 from taosdata/fix/TD-23004
fix(query): fix scalar calculation crash in stream when input rows is 0
|
2023-03-09 15:22:05 +08:00 |
Shengliang Guan
|
a8dbfe9595
|
Merge pull request #20346 from taosdata/FIX/TD-22572-main
enh: no need to wait for emptying apply queue in syncNodePreClose
|
2023-03-09 15:17:10 +08:00 |
Shengliang Guan
|
e042a956cd
|
Merge pull request #20360 from taosdata/fix/TD-23055
fix: all columns are invisiable in system table query
|
2023-03-09 15:14:01 +08:00 |
Shengliang Guan
|
ac700d1cf3
|
Merge pull request #20322 from taosdata/fix/changeRpcLog
remove log
|
2023-03-09 15:13:24 +08:00 |
t_max
|
b2610da03c
|
fix: TIMETRUNCATE with 1d return unexpected result
|
2023-03-09 14:29:05 +08:00 |
slzhou
|
a39ada58a5
|
fix: handle function of udf not implemented
|
2023-03-09 12:13:59 +08:00 |
dapan1121
|
273d0c0c07
|
fix: all columns are invisiable in system table query
|
2023-03-09 10:40:27 +08:00 |
slzhou
|
b0ab4be6f4
|
fix: some minior improvement
|
2023-03-09 10:32:09 +08:00 |
Benguang Zhao
|
24ebb2f547
|
enh: no need to wait for emptying apply queue in syncNodePreClose
|
2023-03-08 19:35:05 +08:00 |
54liuyao
|
87ba6cb019
|
fix:fill history check update
|
2023-03-08 19:19:09 +08:00 |
Xiaoyu Wang
|
66bb55187d
|
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
|
2023-03-08 18:30:24 +08:00 |
yihaoDeng
|
ba42791271
|
remove unused log
|
2023-03-08 18:14:06 +08:00 |
Shengliang Guan
|
72680094fc
|
Merge pull request #20314 from taosdata/FIX/TD-22983-main
enh: keep extra raft Logs before minimum match index
|
2023-03-08 17:52:46 +08:00 |
Ganlin Zhao
|
3cea46db00
|
fix(query): fix scalar calculation crash in stream when input rows is 0
|
2023-03-08 17:45:25 +08:00 |