dapan1121
|
cbe03ef212
|
Merge pull request #22069 from taosdata/enh/TS-2288
enh: add scope for show xx variables
|
2023-07-19 18:01:11 +08:00 |
wade zhang
|
c3e5375f15
|
Merge pull request #22085 from taosdata/FEAT/TS-2699-3.0
feat: distribute vnode primary dirs among disks of level 0
|
2023-07-19 09:44:43 +08:00 |
Haojun Liao
|
5c75883069
|
Merge pull request #22112 from taosdata/fix/3_liaohj
fix(stream): set downstream task ready state.
|
2023-07-18 22:02:18 +08:00 |
Haojun Liao
|
9513f76172
|
fix(stream): set downstream task ready state.
|
2023-07-18 19:02:24 +08:00 |
liuyao
|
caa4503352
|
reset state key memory
|
2023-07-18 18:02:39 +08:00 |
Benguang Zhao
|
24fed51137
|
enh: tfsRename dir on primary disk at last
|
2023-07-18 13:58:43 +08:00 |
Benguang Zhao
|
5624ecc8df
|
fix: prepare vnode dir recursively in vnodeCreate
|
2023-07-18 11:32:23 +08:00 |
Benguang Zhao
|
6b6b7d8d8f
|
enh: alloc disk of vnode primary dir in vmAllocPrimaryDisk
|
2023-07-18 11:32:23 +08:00 |
kailixu
|
52c56f4bd7
|
chore: support non sma option () if supported
|
2023-07-17 22:40:22 +08:00 |
kailixu
|
cf39fcdd12
|
fix: add sma option when show create table for stb/ntb
|
2023-07-17 22:24:27 +08:00 |
Ganlin Zhao
|
929db3d647
|
Merge branch '3.0' into enh/TS-2288
|
2023-07-17 16:09:07 +08:00 |
Ganlin Zhao
|
b402782784
|
add scope for information_schema.ins_dnode_variables
|
2023-07-14 15:56:29 +08:00 |
Ganlin Zhao
|
cdb3453812
|
add show local variables scope
|
2023-07-14 14:38:35 +08:00 |
Ganlin Zhao
|
7935d824b6
|
enhance show variables output
|
2023-07-14 13:57:02 +08:00 |
dapan1121
|
1a19d29eee
|
Merge pull request #22060 from taosdata/fix/TD-25209
fix: reset interpolation buffer after last valid row for interval + fill(next)
|
2023-07-14 09:30:56 +08:00 |
Ganlin Zhao
|
a7af4d9348
|
fix: reset interpolation buffer after last valid row for interval + fill(next)
|
2023-07-13 18:18:26 +08:00 |
Haojun Liao
|
e0ea0f2df4
|
Merge pull request #22020 from taosdata/fix/liaohj
other: merge main
|
2023-07-13 17:55:28 +08:00 |
Haojun Liao
|
f41bcd73b0
|
other: merge main.
|
2023-07-13 11:02:09 +08:00 |
dapan1121
|
424c3d39fb
|
Merge pull request #22048 from taosdata/feat/TD-25003
feat: add new syntax for show tags/index/table tags
|
2023-07-13 09:46:11 +08:00 |
Haojun Liao
|
c388802bda
|
Merge pull request #22024 from taosdata/fix/3_liaohj
fix(stream): fix concurrent bug in save task meta.
|
2023-07-12 18:17:27 +08:00 |
dapan1121
|
98cd94505f
|
Merge pull request #22031 from taosdata/enh/TS-2500
enh: add show create database command for system dbs
|
2023-07-12 16:26:53 +08:00 |
Ganlin Zhao
|
b058f3c881
|
add syntax for show tags/index/table tags from db.tb
|
2023-07-12 13:50:17 +08:00 |
dapan1121
|
75c250f503
|
fix: report permission error when all columns are invisiable
|
2023-07-12 11:49:57 +08:00 |
Ganlin Zhao
|
5ec94c0697
|
add syntax for show tags/index/table tags from db.tb
|
2023-07-12 11:06:47 +08:00 |
Haojun Liao
|
fed3803739
|
fix(stream): fix memory leak.
|
2023-07-11 19:29:52 +08:00 |
dapan1121
|
693e34ccf3
|
Merge pull request #22028 from wangjiaming0909/opt/3.0/TD-25006
feat: 1. add limit for diskBasedBuf
|
2023-07-11 16:45:11 +08:00 |
Ganlin Zhao
|
c3cc217bd0
|
Merge branch '3.0' into enh/TS-2500
|
2023-07-11 16:24:16 +08:00 |
Haojun Liao
|
da6a4de021
|
fix(stream): disable invalid set normal task status.
|
2023-07-11 15:12:34 +08:00 |
wangjiaming0909
|
1d7515213b
|
feat: 1. add limit for diskBasedBuf
2. use referenced tuple before actually pushing into pq
3. use limitInfo instead of maxRows in sort pyhsical node
|
2023-07-11 14:16:20 +08:00 |
Ganlin Zhao
|
6efa688c15
|
remove trailing space
|
2023-07-11 14:12:02 +08:00 |
Ganlin Zhao
|
48bc377233
|
add show command for system db
|
2023-07-11 13:56:02 +08:00 |
Shungang Li
|
8f91da24e4
|
fix: type convert failure returns errcode
TSDB_CODE_SCALAR_CONVERT_ERROR:
"Cannot convert to specific type"
|
2023-07-11 10:20:50 +08:00 |
Ganlin Zhao
|
e828aec432
|
Merge branch '3.0' into enh/TD-23677
|
2023-07-11 10:05:59 +08:00 |
Haojun Liao
|
a803eaee3e
|
fix(stream): fix concurrent bug in save task meta.
|
2023-07-11 10:01:43 +08:00 |
wade zhang
|
13bc1e744e
|
Merge pull request #21963 from luckeverda/fix/TD-24473-new
fix/TD-24473
|
2023-07-11 09:32:25 +08:00 |
Haojun Liao
|
3ffdbe923d
|
other: merge 3.0
|
2023-07-11 09:12:57 +08:00 |
Ganlin Zhao
|
3270f76aba
|
remove wal_roll_period/wal_segment_size from show create database
commands
|
2023-07-10 15:56:39 +08:00 |
dapan1121
|
39a58c354d
|
Merge pull request #22008 from taosdata/fix/TS-3648
fix: fix interp fill value unsigned type not being handled
|
2023-07-10 14:50:23 +08:00 |
dapan1121
|
92ddf015da
|
Merge pull request #22009 from taosdata/fix/TS-3058
enh: add procedures on server for udf/udaf in nested queries where outer query is
|
2023-07-10 14:49:19 +08:00 |
Haojun Liao
|
f0ec962566
|
Merge pull request #22004 from taosdata/fix/liaohj
fix(stream): add missing status check.
|
2023-07-10 13:28:00 +08:00 |
Ganlin Zhao
|
edc2a3a780
|
fix an issue
|
2023-07-10 11:35:29 +08:00 |
Ganlin Zhao
|
f7608ce92d
|
remove udfd agg function handling
|
2023-07-10 11:35:03 +08:00 |
Ganlin Zhao
|
19d4c79ac6
|
return error code of udf execution failure
|
2023-07-10 11:34:49 +08:00 |
Ganlin Zhao
|
cde9eac954
|
enh: add procedures on server for udf/udaf in nested queries where outer query is
constant table
|
2023-07-10 11:34:32 +08:00 |
Ganlin Zhao
|
05f26a842b
|
fix: fix interp fill value unsigned type not being handled
|
2023-07-10 11:28:39 +08:00 |
dapan1121
|
4c3f22f2fc
|
Merge pull request #21975 from taosdata/enh/TD-24745
enh: add procedures for udf scalar function in nested queries where outer query is constant table
|
2023-07-10 10:39:16 +08:00 |
Haojun Liao
|
9ad5e05751
|
fix(stream): fix error in checking status.
|
2023-07-10 10:24:04 +08:00 |
Haojun Liao
|
e8eba3175a
|
fix(stream): fix error in checking status.
|
2023-07-10 10:23:05 +08:00 |
Haojun Liao
|
dd15ca6103
|
fix(stream): add missing status check.
|
2023-07-10 10:06:21 +08:00 |
Shungang Li
|
8de31219b4
|
fix: type convert failure returns errcode
TSDB_CODE_SCALAR_CONVERT_ERROR:
"Cannot convert to specific type"
|
2023-07-10 09:29:29 +08:00 |