Haojun Liao
|
312f7864c8
|
refactor: do some internal refactor.
|
2024-04-11 14:32:17 +08:00 |
Haojun Liao
|
a2a237a4b0
|
fix(query): avoid process data that belongs to the next session window.
|
2024-04-11 14:31:48 +08:00 |
Haojun Liao
|
563efeb560
|
fix(tsdb): fix memory leak.
|
2024-04-11 11:09:57 +08:00 |
Haojun Liao
|
1f85a47cab
|
fix(tsdb): fix memory leak.
|
2024-04-11 10:47:05 +08:00 |
Haojun Liao
|
9f95360ecc
|
fix(tsdb): fix error in read rowkey with null.
|
2024-04-11 10:14:15 +08:00 |
Haojun Liao
|
f8284b9bb7
|
Merge remote-tracking branch 'origin/feat/TS-4243-3.0' into feat/TS-4243-3.0
|
2024-04-11 10:06:23 +08:00 |
Haojun Liao
|
79be7eea8c
|
fix(tsdb): fix invalid read, and do some internal refactor.
|
2024-04-11 10:06:07 +08:00 |
kailixu
|
bff8226c0f
|
enh: none column for primary key
|
2024-04-11 08:27:17 +08:00 |
kailixu
|
507e40ddb7
|
enh: primary key column should not be null
|
2024-04-10 18:56:55 +08:00 |
kailixu
|
b1b66e62d4
|
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0
|
2024-04-10 18:41:28 +08:00 |
kailixu
|
7f11a3682b
|
enh: primary key column should not be null
|
2024-04-10 18:41:20 +08:00 |
Haojun Liao
|
e6f0697816
|
Merge remote-tracking branch 'origin/feat/TS-4243-3.0' into feat/TS-4243-3.0
|
2024-04-10 18:32:21 +08:00 |
Haojun Liao
|
f0beceb5eb
|
fix(tsdb): check for the duplicated ts in delete-skyline.
|
2024-04-10 18:32:08 +08:00 |
54liuyao
|
dcf3cf6e71
|
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0
|
2024-04-10 18:21:17 +08:00 |
54liuyao
|
b9581548c6
|
adj msg
|
2024-04-10 18:20:56 +08:00 |
Haojun Liao
|
9811a9e216
|
fix(tsdb): deep copy the pk for varchar type.
|
2024-04-10 18:06:58 +08:00 |
Haojun Liao
|
ded66fc4e5
|
Merge branch 'feat/TS-4243-3.0' of github.com:taosdata/tdengine into feat/TS-4243-3.0
|
2024-04-10 16:43:54 +08:00 |
Minglei Jin
|
49a9c5abad
|
Merge branch '3.0' into feat/TS-4243-3.0
|
2024-04-10 16:24:24 +08:00 |
Hongze Cheng
|
083c07f6a6
|
Merge pull request #25314 from taosdata/fix/optReadBuf3
opt read buf mem buf
|
2024-04-10 15:41:31 +08:00 |
dapan1121
|
b05e7fb34a
|
Merge pull request #25262 from taosdata/fix/xsren/TD-29197
fix: logFileHandle NULL
|
2024-04-10 15:09:21 +08:00 |
Hongze Cheng
|
1bcf693f07
|
more code
|
2024-04-10 15:06:43 +08:00 |
dapan1121
|
2098b23749
|
Merge pull request #25311 from taosdata/feat/TD-29091/cast_binary
feat/binary without length supported
|
2024-04-10 14:59:44 +08:00 |
54liuyao
|
e06f5b3830
|
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0
|
2024-04-10 13:56:14 +08:00 |
54liuyao
|
4137c71909
|
add stream check
|
2024-04-10 13:54:27 +08:00 |
factosea
|
4686d82a2d
|
cast support
|
2024-04-10 11:48:50 +08:00 |
Minglei Jin
|
dcd9901d5f
|
Merge branch '3.0' into feat/TS-4243-3.0
|
2024-04-10 11:18:19 +08:00 |
Haojun Liao
|
980382d433
|
fix(tsdb): fix memory error.
|
2024-04-10 11:18:08 +08:00 |
factosea
|
a969142c37
|
fix: create log file thread
|
2024-04-10 10:21:54 +08:00 |
Hongze Cheng
|
cddfae1cc7
|
Merge pull request #25319 from taosdata/enh/TS-4255-3.0
enh: insert nchar by sql
|
2024-04-10 09:55:10 +08:00 |
dapan1121
|
5091247957
|
Merge pull request #25232 from taosdata/feat/TD-29093/2
Feat/td 29093/2
|
2024-04-10 09:18:15 +08:00 |
Hongze Cheng
|
5c15779781
|
Merge pull request #25298 from taosdata/fix/TD-29480
fix: arb reply to set-assigned no matter what error
|
2024-04-10 09:03:13 +08:00 |
slzhou
|
e0f1e8502e
|
fix: add pk col to last row scan cols
|
2024-04-10 09:03:04 +08:00 |
dapan1121
|
5e2a81edf7
|
Merge pull request #25286 from taosdata/fix/TD-29472
fix: heartbeat error handling issue
|
2024-04-10 08:28:21 +08:00 |
dapan1121
|
1198be90a7
|
Merge pull request #25307 from taosdata/fix/TS-4642_3.0
fix: multiresFunction
|
2024-04-09 19:34:50 +08:00 |
kailixu
|
706ac9a9e6
|
enh: insert nchar by sql
|
2024-04-09 19:33:32 +08:00 |
kailixu
|
e4a450fa69
|
enh: insert nchar by sql
|
2024-04-09 19:28:19 +08:00 |
Haojun Liao
|
881ae3e040
|
Merge pull request #25310 from taosdata/fix/3_liaohj
fix(stream): add dropped stream task check.
|
2024-04-09 19:09:57 +08:00 |
yihaoDeng
|
ee50d5a5ad
|
opt read buf mem buf
|
2024-04-09 11:01:52 +00:00 |
Shungang Li
|
b664e2078b
|
fix: last memory errors
|
2024-04-09 18:33:33 +08:00 |
factosea
|
29583e20b8
|
fix: sql
|
2024-04-09 18:03:56 +08:00 |
factosea
|
239844e3b0
|
feat/binary without length supported
|
2024-04-09 18:00:48 +08:00 |
Haojun Liao
|
22b0067819
|
fix(stream): add dropped stream task check.
|
2024-04-09 17:58:03 +08:00 |
Shungang Li
|
dd55034c94
|
fix: pk last write error
|
2024-04-09 17:43:10 +08:00 |
factosea
|
36066d8f63
|
fix: multiresFunction
|
2024-04-09 15:22:16 +08:00 |
Haojun Liao
|
87b04c4eea
|
fix(stream): add null check.
|
2024-04-09 14:52:51 +08:00 |
Haojun Liao
|
df516703e1
|
fix(stream): check the pk during merge rows with identical timestamp.
|
2024-04-09 10:22:13 +08:00 |
dapan1121
|
a3abc775ea
|
Merge pull request #25295 from taosdata/mark/3.0
fix:send data to large in tmq if subscribe stable
|
2024-04-09 10:10:03 +08:00 |
54liuyao
|
9ed74085d8
|
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0
|
2024-04-09 09:16:57 +08:00 |
Shungang Li
|
16e0fc44e2
|
fix: arb reply to set-assigned no matter what error
|
2024-04-08 19:56:22 +08:00 |
wangmm0220
|
ccc3491cdd
|
fix:send data to large in tmq if subscribe stable
|
2024-04-08 18:39:35 +08:00 |