Cary Xu
|
62aba5b401
|
Merge branch '3.0' into feature/TD-14481-3.0
|
2022-05-17 10:24:11 +08:00 |
Cary Xu
|
789b790f85
|
Merge branch '3.0' into feature/TD-14481-3.0
|
2022-05-17 10:17:20 +08:00 |
Hongze Cheng
|
dc272910e2
|
Merge pull request #12555 from taosdata/feat/alter_table
feat: alter table
|
2022-05-17 10:17:11 +08:00 |
Liu Jicong
|
44b75e6dea
|
Merge pull request #12563 from taosdata/feature/stream
enh(tmq): cascade drop
|
2022-05-17 10:05:40 +08:00 |
Cary Xu
|
c203a214d8
|
Merge branch '3.0' into feature/TD-14481-3.0
|
2022-05-17 09:27:24 +08:00 |
Hongze Cheng
|
a98d86d446
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table
|
2022-05-17 01:22:58 +00:00 |
Yihao Deng
|
730851ecc3
|
Merge pull request #12545 from taosdata/fix/indexConditionError
fix: index_condition _filter_error
|
2022-05-17 09:01:43 +08:00 |
Liu Jicong
|
2aec989bd7
|
enh(tmq): add drop msg to vnode
|
2022-05-17 05:13:27 +08:00 |
Liu Jicong
|
56f8443f43
|
Merge branch '3.0' into feature/stream
|
2022-05-17 04:41:26 +08:00 |
Liu Jicong
|
a2ee1c0bf6
|
enh(tmq): add drop msg to vnode
|
2022-05-17 04:29:17 +08:00 |
Liu Jicong
|
44a9695460
|
enh(tmq): cascade drop
|
2022-05-17 04:09:25 +08:00 |
Cary Xu
|
e054b3b4d8
|
feat: sma refactor and add cases
|
2022-05-16 23:55:17 +08:00 |
yihaoDeng
|
ac32738964
|
fix tag query error
|
2022-05-16 23:12:02 +08:00 |
Liu Jicong
|
b3fea32a7e
|
refactor(stream)
|
2022-05-16 22:43:04 +08:00 |
Ganlin Zhao
|
a3f5e4723a
|
Merge pull request #12552 from taosdata/feature/3.0_glzhao
feat(query): add tail function
|
2022-05-16 21:50:31 +08:00 |
shenglian-zhou
|
a934c64218
|
Merge pull request #12550 from taosdata/feature/udf
feat: enhance udfd epset processing with connect msg and callback epset parameter
|
2022-05-16 21:45:00 +08:00 |
slzhou
|
959fd4336a
|
fix: revert the change of qworkder dump flag
|
2022-05-16 21:32:52 +08:00 |
Hongze Cheng
|
a43b317e70
|
compile error
|
2022-05-16 13:08:34 +00:00 |
Hongze Cheng
|
9040eabe45
|
more alter table
|
2022-05-16 13:03:39 +00:00 |
Hongze Cheng
|
6454a205a8
|
more alter table
|
2022-05-16 12:13:59 +00:00 |
Ganlin Zhao
|
ede4a57c99
|
enh(query): tail function handle offset param
|
2022-05-16 19:36:04 +08:00 |
Hongze Cheng
|
9d70acdcc5
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table
|
2022-05-16 11:31:53 +00:00 |
Hongze Cheng
|
a29c2b099f
|
more alter table
|
2022-05-16 11:29:34 +00:00 |
Xiaoyu Wang
|
9218c257c1
|
Merge pull request #12549 from taosdata/feature/3.0_wxy
feat: sql command 'alter table'
|
2022-05-16 19:28:55 +08:00 |
slzhou
|
7bb38bed2f
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-16 19:03:53 +08:00 |
slzhou
|
c245309e6e
|
feat: enhance udfd epset processing with connect msg and callback epset parameter
|
2022-05-16 19:03:36 +08:00 |
Xiaoyu Wang
|
9a3e1f03af
|
feat: sql command 'alter table'
|
2022-05-16 18:59:14 +08:00 |
Haojun Liao
|
3a1c12f8fd
|
Merge pull request #12546 from taosdata/feature/3.0_liaohj
refactor(query): do some internal refactor.
|
2022-05-16 18:46:57 +08:00 |
Haojun Liao
|
4bac6c4fef
|
fix(query): avoid copy the unassigned column to the destination datablock after filter applied.
|
2022-05-16 18:29:34 +08:00 |
slzhou
|
67a29e672a
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-16 17:40:39 +08:00 |
WANG MINGMING
|
2eabdd7d67
|
Merge pull request #12537 from taosdata/feature/TD-14761
fix: memory leak in schemaless
|
2022-05-16 17:19:52 +08:00 |
Haojun Liao
|
745f64aff6
|
refactor(query): do some internal refactor.
|
2022-05-16 17:16:20 +08:00 |
yihaoDeng
|
9453f80d65
|
fix(index): fix index condition error
|
2022-05-16 17:14:47 +08:00 |
Ganlin Zhao
|
a281da1379
|
fix(query): fix tail function points larger than total rows issue
|
2022-05-16 17:02:01 +08:00 |
Ganlin Zhao
|
21b5f72340
|
fix(query): fix tail function NULL value handing.
|
2022-05-16 16:35:59 +08:00 |
Li Minghao
|
3398bf44e9
|
Merge pull request #12540 from taosdata/feature/3.0_mhli
fix(sync): set handle when send response
|
2022-05-16 16:04:50 +08:00 |
Minghao Li
|
1b9818e1cf
|
fix(sync): set handle when send response
|
2022-05-16 15:53:14 +08:00 |
Xiaoyu Wang
|
356256ec29
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-05-16 15:49:22 +08:00 |
Xiaoyu Wang
|
b0fba34f52
|
feat: sql command 'alter table'
|
2022-05-16 15:49:01 +08:00 |
Hongze Cheng
|
ec8e3380e8
|
Merge pull request #12539 from taosdata/feat/alter_table
feat: alter table
|
2022-05-16 15:40:44 +08:00 |
Li Minghao
|
846d46654d
|
Merge pull request #12538 from taosdata/feature/3.0_mhli
fix(sync): set handle when send response
|
2022-05-16 15:38:13 +08:00 |
Hongze Cheng
|
3aec2ba8d6
|
fix
|
2022-05-16 07:31:04 +00:00 |
Hongze Cheng
|
2476161284
|
fix coredump
|
2022-05-16 07:23:16 +00:00 |
Hongze Cheng
|
2b21792c9f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table
|
2022-05-16 07:19:06 +00:00 |
Hongze Cheng
|
bb1639d4cb
|
more alter table
|
2022-05-16 07:18:44 +00:00 |
Minghao Li
|
b6e3f9d1fc
|
fix(sync): set handle when send response
|
2022-05-16 15:15:58 +08:00 |
wangmm0220
|
3224c191dc
|
refactor:fix memory leak
|
2022-05-16 15:04:36 +08:00 |
Haojun Liao
|
3ebebcb841
|
Merge pull request #12536 from taosdata/feature/3.0_liaohj
fix(query): return error code when connecting to database failed.
|
2022-05-16 15:04:26 +08:00 |
Li Minghao
|
9bc8307d40
|
Merge pull request #12530 from taosdata/feature/3.0_mhli
enh(sync): raft config change
|
2022-05-16 14:59:33 +08:00 |
wangmm0220
|
512f7539be
|
refactor:fix memory leak
|
2022-05-16 14:59:00 +08:00 |