dapan1121
|
44462ef869
|
Merge pull request #18321 from taosdata/szhou/fixbugs
fix: fix error for select count(c2),count(ts) from table caused by null ts column aggregation
|
2022-11-22 13:17:11 +08:00 |
Shengliang Guan
|
4f89b690df
|
Merge pull request #18318 from taosdata/fix/liao_cov
fix(query): fix some memory leaks.
|
2022-11-22 12:41:34 +08:00 |
Shengliang Guan
|
c2bebf3f16
|
Merge pull request #18326 from taosdata/fix/TD-20606
fix: free the batch create table reqs' decoded comment field
|
2022-11-22 12:17:33 +08:00 |
Haojun Liao
|
fbb0a1e921
|
fix(query): set correct tsdbreader during the creation of tableblockscan info
|
2022-11-22 11:08:55 +08:00 |
Minglei Jin
|
b9f7d181b6
|
fix: free the batch create table reqs' decoded comment field
|
2022-11-22 10:47:50 +08:00 |
slzhou
|
bb51d3cac7
|
fix: fix error for select count(c2),count(ts) from table caused by invalid ts column aggregation
|
2022-11-21 23:11:00 +08:00 |
Haojun Liao
|
6d5a256774
|
fix(query): fix some memory leaks.
|
2022-11-21 22:40:20 +08:00 |
Liu Jicong
|
9358429e78
|
Merge branch '3.0' into feature/stream
|
2022-11-21 20:54:21 +08:00 |
Liu Jicong
|
5d471a0ceb
|
enh(taosx): split block when none column not match
|
2022-11-21 15:32:27 +08:00 |
Hongze Cheng
|
23f7b67b8a
|
fix: binary NONE + NULL commit coredump
|
2022-11-20 15:51:40 +08:00 |
Shengliang Guan
|
bfa3d1fa27
|
Merge pull request #18272 from taosdata/fix/TS-2120
fix(meta): new error for creating sub tb already exist in other stables
|
2022-11-19 09:37:05 +08:00 |
Minglei Jin
|
cdaafb7b89
|
fix(meta): new error for creating sub tb already exist in other stables
|
2022-11-19 08:19:03 +08:00 |
Shengliang Guan
|
a12cf7f91d
|
Merge pull request #18266 from taosdata/feature/stream
enh(stream): put user defined tb name into stream state
|
2022-11-18 19:56:56 +08:00 |
Liu Jicong
|
9a603e5663
|
enh(stream): put user defined tb name into stream state
|
2022-11-18 17:21:50 +08:00 |
dapan1121
|
1167c86b34
|
Merge pull request #18230 from taosdata/fix/TD-19618-D
fix: real path optimization in case of invalid read
|
2022-11-18 14:54:28 +08:00 |
dapan1121
|
448fee1744
|
fix: fix asan issues
|
2022-11-17 16:31:22 +08:00 |
dapan1121
|
fb861a3935
|
enh: refactor tmq messages
|
2022-11-17 14:09:15 +08:00 |
kailixu
|
6515c9c7c5
|
fix: real path optimization in case of invalid read
|
2022-11-17 10:56:24 +08:00 |
dapan1121
|
3a642f06d0
|
Merge remote-tracking branch 'origin/3.0' into enh/msgRefactor0
|
2022-11-17 10:42:29 +08:00 |
dapan1121
|
49917d5156
|
enh: refactor batch meta msg
|
2022-11-17 10:35:25 +08:00 |
Haojun Liao
|
a464053692
|
fix(query): set correct size of array list.
|
2022-11-17 00:46:06 +08:00 |
Haojun Liao
|
9c459a24e2
|
fix(query): fix memory leak.
|
2022-11-17 00:38:35 +08:00 |
Haojun Liao
|
a54275a7b5
|
fix(query): support null columns sma optimization.
|
2022-11-16 23:46:59 +08:00 |
Hongze Cheng
|
56db6e6630
|
fix: omit sma for all NONE/NULL column
|
2022-11-16 15:47:40 +08:00 |
Shengliang Guan
|
555bf7d4cb
|
Merge pull request #18181 from taosdata/feature/stream
fix(stream): check task
|
2022-11-16 08:11:30 +08:00 |
Liu Jicong
|
6478fcb2c1
|
fix(stream): check task
|
2022-11-15 22:32:52 +08:00 |
Shengliang Guan
|
7d443b1679
|
Merge pull request #18174 from taosdata/feature/stream
refactor: stream meta ref count
|
2022-11-15 20:07:42 +08:00 |
Liu Jicong
|
a9bf05bc01
|
refactor: stream meta ref count
|
2022-11-15 19:11:42 +08:00 |
Shengliang Guan
|
d07209a4e8
|
Merge pull request #18165 from taosdata/fix/TD-20443
fix: free value return by tdb
|
2022-11-15 17:03:23 +08:00 |
Shengliang Guan
|
6cc31761dd
|
Merge pull request #18163 from taosdata/fix/TD-20441
fix: clear meta reader's decoder to free leaked memory
|
2022-11-15 16:47:42 +08:00 |
Minglei Jin
|
5ad1bca624
|
fix: free value return by tdb
|
2022-11-15 15:57:50 +08:00 |
Shengliang Guan
|
c3cc259928
|
Merge pull request #18157 from taosdata/feature/stream
fix: reset cache when table is dropped
|
2022-11-15 15:30:26 +08:00 |
Minglei Jin
|
276fc51969
|
fix: clear meta reader's decoder to free leaked memory
|
2022-11-15 15:28:51 +08:00 |
Liu Jicong
|
76cd3122d1
|
fix: memory leak
|
2022-11-15 14:28:20 +08:00 |
Liu Jicong
|
ccd3bb20a7
|
fix: reset cache when table is dropped
|
2022-11-15 14:10:46 +08:00 |
Shengliang Guan
|
ea0b090c33
|
Merge pull request #18147 from taosdata/feature/stream
fix: memory leak
|
2022-11-15 13:01:02 +08:00 |
Liu Jicong
|
efde22f081
|
fix: memory leak
|
2022-11-15 11:59:29 +08:00 |
54liuyao
|
cf021b4330
|
fix:applying non-zero offset in tqSink.c
|
2022-11-15 09:11:26 +08:00 |
Shengliang Guan
|
1312b9c785
|
Merge pull request #18125 from taosdata/fix/liao_cov
fix(query): fix errors found by asan.
|
2022-11-14 20:55:25 +08:00 |
Haojun Liao
|
fc83468156
|
Merge branch '3.0' into fix/liao_cov
|
2022-11-14 19:02:30 +08:00 |
Hongze Cheng
|
6aefbbf3b2
|
more optimize
|
2022-11-14 17:32:09 +08:00 |
Hongze Cheng
|
10921cc09a
|
more opt
|
2022-11-14 17:13:22 +08:00 |
Haojun Liao
|
cf56c38e7a
|
fix(query): fix errors found by asan.
|
2022-11-14 17:10:25 +08:00 |
Hongze Cheng
|
5b51f97a48
|
more optimize
|
2022-11-14 16:52:39 +08:00 |
dapan1121
|
d2468c5548
|
fix: fix asan issues
|
2022-11-14 14:22:13 +08:00 |
dapan1121
|
14a1f4e373
|
Merge pull request #18074 from taosdata/fix/TD-20300
fix: fix query thread quit issue
|
2022-11-14 11:28:30 +08:00 |
Shengliang Guan
|
93447107e1
|
Merge pull request #18064 from taosdata/perf/insert_optimize
perf: insert optimize
|
2022-11-12 09:41:16 +08:00 |
Cary Xu
|
33861a9d4c
|
fix: allocate memory for lock
|
2022-11-11 22:13:21 +08:00 |
Cary Xu
|
08aaf97657
|
chore: code optimization
|
2022-11-11 19:11:06 +08:00 |
Cary Xu
|
0dcbe92006
|
fix: adjust the the varData offset of tp row
|
2022-11-11 19:04:54 +08:00 |