Haojun Liao
|
4ffaff4d50
|
other: merge 3.0
|
2023-12-08 10:14:42 +08:00 |
Haojun Liao
|
446c14da72
|
fix(tsdb): opt read stt file
|
2023-12-08 10:03:36 +08:00 |
wade zhang
|
c26d5fa6bd
|
Merge pull request #23973 from taosdata/fix/TD-27757
fix: memory access out of bounds in doGeomFromTextFunc
|
2023-12-08 09:09:02 +08:00 |
dapan1121
|
a2ee41233e
|
Merge pull request #23835 from taosdata/szhou/tms-duration
feat: tsdb output in duration order
|
2023-12-08 09:07:41 +08:00 |
Haojun Liao
|
7c17d6f313
|
fix(tsdb): opt read performance by check clean stt block if only row number required.
|
2023-12-07 23:12:54 +08:00 |
dapan1121
|
4d993e8f9a
|
Merge pull request #23912 from taosdata/enh/3.0/TD-27276
enh : accept float data as int field input
|
2023-12-07 19:14:59 +08:00 |
wangmm0220
|
ff23e9afae
|
fix:inline error
|
2023-12-07 17:03:48 +08:00 |
wangmm0220
|
865906eaae
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-27676
|
2023-12-07 16:33:10 +08:00 |
wangmm0220
|
60500f4a81
|
fix:error
|
2023-12-07 15:17:15 +08:00 |
wangmm0220
|
26855848f6
|
opti:schemaless logic
|
2023-12-07 14:07:09 +08:00 |
Bob Liu
|
4737b00879
|
cancel rm tail space
|
2023-12-07 14:00:50 +08:00 |
dapan1121
|
a4242e829a
|
Merge pull request #23960 from taosdata/enh/xsren/TD-26882
Enh/xsren/td 26882
|
2023-12-07 13:23:28 +08:00 |
Bob Liu
|
07af4e9a08
|
adjust
|
2023-12-07 12:02:04 +08:00 |
Shungang Li
|
d3f3ebfe0d
|
fix:memory access out of bounds in doGeomFromTextFunc
|
2023-12-07 12:01:59 +08:00 |
slzhou
|
1ba1fbfabc
|
fix: remove allow_forbid_func define
|
2023-12-07 10:45:26 +08:00 |
Bob Liu
|
8f5df0b6a3
|
opt double -> int
|
2023-12-07 01:51:23 +08:00 |
Bob Liu
|
bfc12f03cb
|
optimize & perf test
|
2023-12-06 21:26:29 +08:00 |
dapan1121
|
30eb035447
|
Merge pull request #23940 from taosdata/fix/TS-4327
fix: last/last_row crash with dropped column
|
2023-12-06 17:57:24 +08:00 |
wangmm0220
|
f4b0e7baf5
|
fix:remove debug info
|
2023-12-06 15:46:45 +08:00 |
factosea
|
a0e356bf84
|
Keep the last data with the same timestamp when inserting
|
2023-12-06 15:20:05 +08:00 |
shenglian zhou
|
ac531c6d7f
|
enhance: add fileset delimited front end
|
2023-12-06 10:45:12 +08:00 |
dapan1121
|
0ffc707f1b
|
Merge pull request #23936 from taosdata/enh/xsren/TD-27531
enh: event_window + super table need partition by tbname
|
2023-12-06 10:41:08 +08:00 |
Bob Liu
|
1ec8bf9ef9
|
add error case
|
2023-12-06 10:11:52 +08:00 |
shenglian zhou
|
a2e7c78d27
|
refactor: rename variables
|
2023-12-06 09:39:38 +08:00 |
xsren
|
7bb06cb1cc
|
fix: userAlias
|
2023-12-06 09:13:18 +08:00 |
Haojun Liao
|
85c7dc76e9
|
Merge pull request #23948 from taosdata/mark/3.0
fix:offset out of range if poll offset is read from offsetRestored wh…
|
2023-12-06 09:12:38 +08:00 |
shenglian zhou
|
8ff3f8e25e
|
enhance: add duration order change by file /tmp/duration
|
2023-12-06 08:48:29 +08:00 |
Bob Liu
|
9fa884a693
|
toUIntegerEx
|
2023-12-06 01:24:23 +08:00 |
Bob Liu
|
d2b2dee256
|
opt & add test case
|
2023-12-05 22:00:33 +08:00 |
wangmm0220
|
82f54f094a
|
fix:add log for time cost
|
2023-12-05 20:08:18 +08:00 |
Alex Duan
|
0c9e07fdd2
|
Merge pull request #23935 from taosdata/fix/alexduan-3.0
fix: strncpy replace with memcpy on 3.0
|
2023-12-05 19:54:21 +08:00 |
xsren
|
9bb82ac03b
|
fix merge key
|
2023-12-05 19:43:00 +08:00 |
wangmm0220
|
cc51fd47d0
|
fix:offset out of range if poll offset is read from offsetRestored while wal is deleted
|
2023-12-05 19:09:29 +08:00 |
wangjiaming0909
|
a6c876bbc1
|
fix: last/last_row crash with dropped column
|
2023-12-05 14:16:01 +08:00 |
factosea
|
f91d98df25
|
fix: error message
|
2023-12-05 14:11:58 +08:00 |
factosea
|
2019e95049
|
fix: stream for event window
|
2023-12-05 14:08:17 +08:00 |
Minglei Jin
|
e0a14bd359
|
fix(tsdb/cache): remove debug log
|
2023-12-05 14:05:16 +08:00 |
dapan1121
|
7589bbab45
|
Merge pull request #23921 from taosdata/fix/TS-4282-3.0
fix: skip NULL tag
|
2023-12-05 13:21:00 +08:00 |
dapan1121
|
24a2e857c3
|
Merge pull request #23816 from taosdata/enh/xsren/TD-27474/timezone3.0
fix timezone range
|
2023-12-05 13:17:55 +08:00 |
Haojun Liao
|
9d451ab56e
|
Merge pull request #23934 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
|
2023-12-05 12:58:18 +08:00 |
facetosea
|
07301130c5
|
enh: event_window + super table need partition by tbname
|
2023-12-05 11:18:07 +08:00 |
shenglian zhou
|
be6daee280
|
feature: switch duration mode randomly
|
2023-12-05 11:01:57 +08:00 |
Alex Duan
|
dd53d57021
|
fix: strncpy replace with memcpy on 3.0
|
2023-12-05 10:51:19 +08:00 |
Haojun Liao
|
cb8dfae0cc
|
refactor: do some internal refactor.
|
2023-12-05 10:47:19 +08:00 |
slzhou
|
e690076331
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-duration
|
2023-12-05 09:53:29 +08:00 |
slzhou
|
538f6fc722
|
fix: no block after new duration
|
2023-12-05 09:51:14 +08:00 |
Haojun Liao
|
4e68fbd744
|
Merge pull request #23904 from taosdata/enh/validMsg
valid msg
|
2023-12-05 09:40:33 +08:00 |
kailixu
|
08be3d790c
|
fix: ignore NULL tag
|
2023-12-04 20:08:46 +08:00 |
Haojun Liao
|
cc5890d56a
|
Merge pull request #23924 from taosdata/fix/3_liaohj
enh(tsdb): extract rows for the given tables in all stt files.
|
2023-12-04 19:21:19 +08:00 |
Haojun Liao
|
4daaeb3265
|
fix(tsdb): add rows in different vgroups;
|
2023-12-04 18:21:03 +08:00 |