dapan1121
|
7ab11c42f4
|
fix: vnode key word issue
|
2023-05-10 09:07:52 +08:00 |
yihaoDeng
|
8356533eb1
|
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
|
2023-05-09 12:13:16 +00:00 |
dapan1121
|
2c403266e3
|
feat: support restore dnode clause
|
2023-05-09 19:29:57 +08:00 |
dapan1121
|
a8c65cd25a
|
feat: support restore dnode clause
|
2023-05-09 19:19:14 +08:00 |
shenglian zhou
|
50feb64748
|
fix: add check nchar/varchar column length for normal table
|
2023-05-09 14:29:09 +08:00 |
dapan1121
|
5d4830956a
|
Merge pull request #21187 from taosdata/szhou/fix-ts23905-ts23865
fix: forbid some stream computing
|
2023-05-08 16:24:00 +08:00 |
slzhou
|
2f45a3dfdb
|
fix: change variable name
|
2023-05-08 14:42:31 +08:00 |
yihaoDeng
|
08c3a63341
|
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
|
2023-05-06 12:37:54 +00:00 |
slzhou
|
04e9648d8e
|
enhance: change variable name
|
2023-05-06 17:16:27 +08:00 |
slzhou
|
276e5daa8c
|
fix: pseudo column function are treated as variable
|
2023-05-06 17:13:14 +08:00 |
shenglian zhou
|
83c857a017
|
fix: fix compilation error
|
2023-05-06 16:17:34 +08:00 |
shenglian zhou
|
c8ac3a581e
|
fix: forbid some stream computing
|
2023-05-06 15:50:38 +08:00 |
dapan1121
|
e798ef8645
|
Merge pull request #21168 from taosdata/fix/TD-23985
fix: having clause issues
|
2023-05-06 13:40:42 +08:00 |
Haojun Liao
|
da6212bab0
|
other: merge main.
|
2023-05-06 12:51:38 +08:00 |
dapan1121
|
47791dfe2f
|
fix: group by validation issue
|
2023-05-06 11:02:20 +08:00 |
Haojun Liao
|
5d4a3116d5
|
Merge pull request #21139 from taosdata/fix/liaohj_main
refactor: do some internal refactor.
|
2023-05-06 09:49:26 +08:00 |
dapan1121
|
997be0a3ed
|
fix: having clause issues
|
2023-05-05 17:04:36 +08:00 |
dapan1121
|
e889249c54
|
fix: grant no table specifed issue
|
2023-05-05 14:33:09 +08:00 |
dapan1121
|
3976504b47
|
fix: subtable grant is not allowed
|
2023-05-05 14:01:15 +08:00 |
Haojun Liao
|
23c49594b7
|
other: merge main.
|
2023-05-04 16:41:53 +08:00 |
Haojun Liao
|
09a04052ec
|
refactor: do some internal refactor.
|
2023-05-04 16:15:14 +08:00 |
dapan1121
|
70761fd959
|
enh: optimize tbname condition
|
2023-04-28 17:56:52 +08:00 |
liuyao
|
2984c5a758
|
merge main
|
2023-04-28 10:34:46 +08:00 |
kailixu
|
fa822ff286
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-27 19:11:16 +08:00 |
Haojun Liao
|
e1bd65ec0a
|
Merge pull request #21105 from taosdata/fix/liaohj_main
fix(query): check the init status for pReader->status.merger TD-23903
|
2023-04-27 12:40:13 +08:00 |
Haojun Liao
|
db1d75bb48
|
refactor: do some internal refactor.
|
2023-04-27 09:28:20 +08:00 |
dapan1121
|
51a1e07dbf
|
Merge pull request #21029 from taosdata/fix/TD-23797
fix: fix crash caused by deleting from system table
|
2023-04-26 17:48:58 +08:00 |
Ganlin Zhao
|
0ec4bbdfbc
|
enable interp used with super table
|
2023-04-26 09:48:13 +08:00 |
Xiaoyu Wang
|
05dc0fd6b1
|
Merge pull request #21056 from taosdata/feat/TD-23693
feat: subtable level privilege
|
2023-04-26 09:17:23 +08:00 |
kailixu
|
a6e37622ff
|
chore: more code
|
2023-04-25 22:15:06 +08:00 |
Xiaoyu Wang
|
e584bb3ea1
|
feat: subtable level privilege
|
2023-04-25 17:39:28 +08:00 |
kailixu
|
2d4dd64584
|
chore: more code
|
2023-04-24 20:21:28 +08:00 |
dapan1121
|
de1161dafb
|
enh: ignore single row null data type validation
|
2023-04-24 19:22:44 +08:00 |
Ganlin Zhao
|
80621e14eb
|
refactor
|
2023-04-24 17:24:07 +08:00 |
Ganlin Zhao
|
782566ad08
|
refactor
|
2023-04-24 17:15:46 +08:00 |
Xiaoyu Wang
|
dc5235eb92
|
feat: add pause/resume stream statement
|
2023-04-24 14:48:33 +08:00 |
Ganlin Zhao
|
1251245c2a
|
move code to parser
|
2023-04-24 09:49:03 +08:00 |
Xiaoyu Wang
|
4bb7a25fc7
|
feat: subtable level privilege
|
2023-04-23 16:30:28 +08:00 |
Xiaoyu Wang
|
aba9a236c0
|
compiled sql.y
|
2023-04-23 11:20:34 +08:00 |
yihaoDeng
|
917b07348c
|
Merge branch 'fix/rocksdbState' into enh/rocksRevert
|
2023-04-23 02:37:26 +00:00 |
dapan1121
|
176f7740c3
|
fix: memory leak issue
|
2023-04-21 16:41:39 +08:00 |
kailixu
|
77a8e3b213
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-21 16:04:09 +08:00 |
dapan1121
|
877b6e7053
|
fix: add table_prefix/table_suffix cases
|
2023-04-21 14:58:58 +08:00 |
dapan1121
|
3c2fc48e74
|
feat: support new table_prefix/table_suffix mode
|
2023-04-21 14:17:07 +08:00 |
Xiaoyu Wang
|
0dad9322f3
|
fix: invalid identifier check
|
2023-04-20 15:08:41 +08:00 |
Xiaoyu Wang
|
5367f25b4d
|
feat: the having clause can be used after the partition by clause or window clause
|
2023-04-19 16:55:08 +08:00 |
dapan1121
|
4a9d62b467
|
enh: ignore single row null data type validation
|
2023-04-19 10:18:41 +08:00 |
Xiaoyu Wang
|
61cc72c19a
|
Merge pull request #20961 from taosdata/enh/3.0_planner_optimize
feat: the fill value clause supports constant expressions
|
2023-04-18 16:24:29 +08:00 |
Xiaoyu Wang
|
1d2764ebdb
|
feat: the fill value clause supports constant expressions
|
2023-04-18 15:36:50 +08:00 |
kailixu
|
50053fdc01
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-18 11:13:30 +08:00 |
kailixu
|
fd3b552357
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-17 11:42:46 +08:00 |
dapan1121
|
d4cb608505
|
Merge pull request #20885 from taosdata/fix/TS-3108
fix: fix timestamp constant comparison precision error
|
2023-04-14 09:27:03 +08:00 |
Xiaoyu Wang
|
e9f5717bb3
|
Merge pull request #20926 from taosdata/fix/main_wxy
fix: optimizing 'alter table drop tag' error reporting
|
2023-04-14 09:12:03 +08:00 |
Xiaoyu Wang
|
06d9a74bcc
|
fix: optimizing 'alter table drop tag' error reporting
|
2023-04-13 19:38:47 +08:00 |
Xiaoyu Wang
|
17b5669555
|
fix: optimizing 'alter table drop tag' error reporting
|
2023-04-13 17:32:31 +08:00 |
Xiaoyu Wang
|
d3642c84a2
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
|
2023-04-13 16:36:30 +08:00 |
Ganlin Zhao
|
b51477343d
|
fix crash
|
2023-04-13 15:50:30 +08:00 |
Xiaoyu Wang
|
1266d8c84a
|
Merge remote-tracking branch 'origin/main' into fix/main_wxy
|
2023-04-13 15:25:40 +08:00 |
Xiaoyu Wang
|
a4d818c982
|
fix: alter table check
|
2023-04-13 15:25:36 +08:00 |
Ganlin Zhao
|
fbbd3e4bdd
|
fix: fix illegal usage of _isfilled/_irowts
|
2023-04-13 14:33:06 +08:00 |
Xiaoyu Wang
|
a44d455e56
|
merge 3.0
|
2023-04-13 14:32:05 +08:00 |
Ganlin Zhao
|
d1544e8859
|
fix: fix illegal usage of _isfilled/_irowts
|
2023-04-13 14:05:04 +08:00 |
Ganlin Zhao
|
7414f28d17
|
fix translatefunc not getting precision issue
|
2023-04-13 11:22:15 +08:00 |
dapan1121
|
9ad17dddaf
|
Merge pull request #20890 from taosdata/fix/TS-3137-M
fix: the precision of delete statement
|
2023-04-12 19:41:29 +08:00 |
kailixu
|
1ed3149c39
|
fix: the precision of delete statement
|
2023-04-12 17:41:43 +08:00 |
Xiaoyu Wang
|
5ea2ba0a38
|
fix: error querying after setting permissions for varchar type tags
|
2023-04-12 17:39:23 +08:00 |
kailixu
|
2daab8e65e
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-12 13:10:12 +08:00 |
kailixu
|
04fa4d2e87
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-12 13:05:47 +08:00 |
Xiaoyu Wang
|
8b8ac0cd77
|
merge main
|
2023-04-12 10:43:28 +08:00 |
Xiaoyu Wang
|
4c04b155d5
|
merge main
|
2023-04-11 15:56:28 +08:00 |
Xiaoyu Wang
|
42a5a87e96
|
fix: table level privilege
|
2023-04-11 15:08:42 +08:00 |
Xiaoyu Wang
|
416af9a58d
|
feat: table level privilege
|
2023-04-11 10:11:25 +08:00 |
Xiaoyu Wang
|
e2f82f4423
|
merge main
|
2023-04-10 09:56:03 +08:00 |
kailixu
|
e976fcb91d
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-07 17:51:35 +08:00 |
Xiaoyu Wang
|
0f2c753103
|
feat: table level privilege
|
2023-04-07 16:39:40 +08:00 |
wangmm0220
|
05ec2b0928
|
fix:[TD-23517] set offset type to wal if only meta & check if tag is the same type in schemaless
|
2023-04-07 14:24:29 +08:00 |
Xiaoyu Wang
|
f44c219360
|
feat: table level privilege
|
2023-04-07 11:15:05 +08:00 |
dapan1121
|
062a3dc97d
|
Merge pull request #20758 from taosdata/szhou/fix-td23454
fix: interp pseudo column can not be used without interp function
|
2023-04-07 08:50:51 +08:00 |
Xiaoyu Wang
|
54f13f6f55
|
Merge pull request #20756 from taosdata/fix/3.0_merge_main
merge main
|
2023-04-06 15:44:23 +08:00 |
Haojun Liao
|
2b2059ef18
|
Merge pull request #20534 from taosdata/fix/TD-22671
fix:error in TD-23218 & remove useless logic
|
2023-04-06 11:47:24 +08:00 |
dapan1121
|
a61279ed71
|
Merge branch 'feat/table_level_privilege' of github.com:taosdata/TDengine into feat/table_level_privilege
|
2023-04-06 10:02:26 +08:00 |
dapan1121
|
d768f49dd7
|
feat: table level user auth
|
2023-04-06 10:01:27 +08:00 |
Xiaoyu Wang
|
9b2a94f281
|
fix: column comment is not supported
|
2023-04-04 18:04:10 +08:00 |
Xiaoyu Wang
|
cc7485812a
|
feat: add 'or replace' clause to 'create function' statement
|
2023-04-04 17:45:18 +08:00 |
Xiaoyu Wang
|
6825b196ef
|
feat: table level write privilege check
|
2023-04-04 17:19:18 +08:00 |
slzhou
|
bf486e99f2
|
fix: change eror msg
|
2023-04-04 15:20:35 +08:00 |
Xiaoyu Wang
|
e9d7a099cc
|
merge main
|
2023-04-04 14:50:58 +08:00 |
shenglian zhou
|
d547b9e38f
|
fix: interp pseudo column can not be used without interp function
|
2023-04-04 11:27:54 +08:00 |
wangmm0220
|
1d7581f660
|
fix:conflicts from main
|
2023-04-03 19:59:33 +08:00 |
Xiaoyu Wang
|
16394862a6
|
enh: last_row is keep order function
|
2023-04-03 18:11:46 +08:00 |
kailixu
|
37bc1bca36
|
enh: column/row max length support up to 64K
|
2023-04-03 17:00:52 +08:00 |
Xiaoyu Wang
|
e2f58a555d
|
enh: convert the month and year in interval-offset to a database precision duration
|
2023-04-03 11:24:29 +08:00 |
wangmm0220
|
446f31925e
|
fix:conflict from main
|
2023-04-02 23:47:58 +08:00 |
Xiaoyu Wang
|
a75da00071
|
Merge pull request #20724 from taosdata/fix/main_bugfix_wxy
fix: error in optimizing useless columns for multi-level set operators
|
2023-04-01 09:11:24 +08:00 |
wangmm0220
|
97b5c7abee
|
fix:merge from main
|
2023-03-31 16:20:21 +08:00 |
Xiaoyu Wang
|
41b2c2d8fd
|
fix: error in optimizing useless columns for multi-level set operators
|
2023-03-31 16:16:14 +08:00 |
wangmm0220
|
2dcf68fc5e
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-3039
|
2023-03-31 14:17:51 +08:00 |
wangmm0220
|
373c128a7a
|
fix:[TS-3038] coredump if nchar data not clear SColVal in schemaless
|
2023-03-31 14:16:39 +08:00 |
Xiaoyu Wang
|
5babaf9e92
|
feat: table level read privilege check
|
2023-03-31 10:45:21 +08:00 |
dapan1121
|
a8da9f31e7
|
fix: join query error
|
2023-03-30 18:04:32 +08:00 |