54liuyao
3365da365f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-22 10:17:49 +08:00
54liuyao
944457d7a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-16 12:09:17 +08:00
Shengliang Guan
3003e7286e
feat: data analysis
2024-10-15 10:00:38 +08:00
Shengliang Guan
9f05ca5ee8
revert: data analysis
2024-10-14 23:27:11 +08:00
54liuyao
9377450199
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-14 13:55:05 +08:00
54liuyao
dd7f705dcc
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-09 19:31:44 +08:00
Shengliang Guan
159c318fbd
feat: analysis parser
2024-10-09 18:18:45 +08:00
Shengliang Guan
4dc0c2f47e
feat: data analysis
2024-10-09 17:09:43 +08:00
54liuyao
d44529e62f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-25 15:12:15 +08:00
54liuyao
e53fafc08f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-20 15:31:03 +08:00
kailixu
b0a711e575
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-20 09:45:49 +08:00
kailixu
9cc0702a77
enh: drop table with uid
2024-09-19 18:34:49 +08:00
wangjiaming0909
91927e84a5
ret check for memory allocation
2024-09-18 19:11:35 +08:00
kailixu
107ad05273
enh: support drop table with uid
2024-09-18 19:04:44 +08:00
kailixu
ba10e95723
enh: support drop table with uid
2024-09-18 16:05:05 +08:00
kailixu
28edf40c2a
enh: support drop table with uid
2024-09-18 13:57:17 +08:00
kailixu
302c08331f
enh: support drop table with uid
2024-09-17 10:33:38 +08:00
kailixu
cd358de7ce
enh: support drop table with uid
2024-09-16 18:54:53 +08:00
kailixu
31bb993e0d
enh: support drop table with uid
2024-09-14 17:57:30 +08:00
kailixu
e16ac8aa5d
enh: support drop table by uid
2024-09-12 16:12:52 +08:00
54liuyao
77ffe89bf6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-10 10:22:20 +08:00
Jing Sima
4a8bbc36bd
feat:[TS-4893] refactor of rand function.
2024-09-09 18:48:24 +08:00
Jing Sima
a249bef104
feat:[TS-4893] Add random and support use min/max on string column.
2024-09-09 18:48:24 +08:00
54liuyao
d4062efa1c
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-03 09:29:41 +08:00
Jing Sima
4c9bfac39d
feat:[TS-5323] Support using 'level' as columnname.
2024-09-02 16:57:21 +08:00
54liuyao
3583237942
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-22 14:47:16 +08:00
sima
2e51d5409a
fix:[TD-31469] Fix trim sql syntax error.
2024-08-15 15:28:32 +08:00
54liuyao
141de6e19b
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-14 19:21:59 +08:00
sima
a54019211f
feat:[TS-4893] Support MYSQL functions.
...
Add more functions:
- Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
- String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
- Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
- Aggregate Functions: VAR_POP().
Modify some functions:
- ROUND(): support round to given decimal places.
- CHAR_LENGTH(): support calculate multi-byte character's length.
- TIMEDIFF(): result will be negative when expr1 < expr2.
- STDDEV(): add alias name STDDEV_POP().
- SUBSTR(): add alias name SUBSTRING().
support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
54liuyao
bdaf0d419e
stream interp force window close
2024-08-06 16:14:15 +08:00
wangjiaming0909
4d5cd9cd1a
planner/nodes/parser ret check
2024-07-26 17:57:27 +08:00
wangjiaming0909
1994c3339b
nodes add ret check
2024-07-26 17:55:48 +08:00
kailixu
0792b025ea
fix: insert clause mixed with bound and unspecified columns
2024-07-19 15:08:34 +08:00
wangjiaming0909
0cccaa8ac4
ret value for parTranslater.c
2024-07-17 10:26:06 +08:00
Hongze Cheng
77e2582cc1
Merge pull request #26536 from taosdata/enh/TD-30856-3.0
...
enh: 'create table' parses csv file per tsMaxInsertBatchRows
2024-07-15 13:54:48 +08:00
Shungang Li
942599fe04
enh: 'create table' parses csv file per tsMaxInsertBatchRows
2024-07-11 16:14:31 +08:00
sima
7526f8315a
feat:[TS-5131] Support parse alias table name with backquote.
2024-07-04 16:10:19 +08:00
Shungang Li
eaa45470a5
feat: 'create table' add keyword file
2024-06-25 10:55:36 +08:00
Shungang Li
17e84e1fca
Merge branch '3.0' into feat/TS-4917-3.0
2024-06-25 10:33:12 +08:00
Shungang Li
b3368f6472
feat: 'create table' from csv file
2024-06-24 22:13:03 +08:00
dmchen
4c8ce7a14c
feat/TS-4954
2024-06-17 06:31:39 +00:00
dapan1121
bee01f9dba
Merge pull request #26081 from taosdata/enh/stmtPerf.3
...
enh: optimize stmt performance
2024-06-11 16:12:58 +08:00
dapan1121
ddf15fa55c
Merge remote-tracking branch 'origin/3.0' into enh/stmtPerf.3
2024-06-05 17:13:48 +08:00
kailixu
2f222514dc
chore: merge 3.0
2024-06-04 16:34:02 +08:00
Yihao Deng
c6407277dc
support add column compress
2024-05-30 11:41:22 +00:00
dapan1121
c0e4ab20a4
enh: optimize stmt performance
2024-05-30 13:26:17 +08:00
kailixu
0ef202a56b
enh: createdb permission for users
2024-05-22 19:00:47 +08:00
dmchen
7c31014c4d
add sql
2024-05-13 08:20:27 +00:00
dm chen
1196ea72da
Merge branch '3.0' into feat/TD-24834
2024-04-17 17:13:29 +08:00
Yihao Deng
04e78d0ce7
Merge branch 'feat/3.0' into feat/compress_3.0
2024-04-17 03:23:02 +00:00