Hui Li
|
61d1f79af0
|
Merge pull request #21768 from taosdata/docs/3.0.5.1
release 3.0.5.1
|
2023-06-18 08:44:04 +08:00 |
Ping Xiao
|
fe4cf15201
|
release 3.0.5.1
|
2023-06-18 00:21:25 +08:00 |
kailixu
|
b40069c0e1
|
chore: log optimization
|
2023-06-17 05:05:43 +08:00 |
kailixu
|
4097b860d3
|
enh: support delete tsma interval
|
2023-06-16 19:04:12 +08:00 |
wangjiaming0909
|
61309862c2
|
fix comments of TD-24656
|
2023-06-16 18:12:02 +08:00 |
dapan1121
|
7b060d693e
|
Merge pull request #21670 from taosdata/feat/TD-22193
feat: add pipeline processing for timeslice operator
|
2023-06-16 18:00:39 +08:00 |
wade zhang
|
72cdca8570
|
Merge pull request #21750 from taosdata/FIX/TD-24828-3.0
fix: return error from vmPutMsgToQueue while vnode-write is disabled
|
2023-06-16 16:59:56 +08:00 |
Ganlin Zhao
|
9cddf06053
|
handle 0 result case for groups
|
2023-06-16 16:11:56 +08:00 |
Haojun Liao
|
64365666b7
|
fix(stream): update the info, and do some internal refactor.
|
2023-06-16 16:04:43 +08:00 |
Benguang Zhao
|
495ae49752
|
fix: refreshMeta on invalid schema of tb epSet in doAsyncQuery
|
2023-06-16 15:41:52 +08:00 |
Ganlin Zhao
|
e4c9a7474e
|
remove test code
|
2023-06-16 14:58:23 +08:00 |
Ganlin Zhao
|
e74c0ac987
|
save index instead of ts
|
2023-06-16 14:11:19 +08:00 |
wangjiaming0909
|
fb4f174fbc
|
feature: add input, output ts order for execution plans
|
2023-06-16 10:26:09 +08:00 |
Ganlin Zhao
|
fe2629d061
|
Merge branch '3.0' into feat/TD-22193
|
2023-06-16 10:16:51 +08:00 |
yihaoDeng
|
1e05f5c693
|
support fill history
|
2023-06-16 10:00:16 +08:00 |
Haojun Liao
|
4c82558eab
|
Merge remote-tracking branch 'origin/refact/fillhistory' into refact/fillhistory
|
2023-06-16 09:55:24 +08:00 |
Haojun Liao
|
933801269a
|
fix(stream): fix memory leak and failed to close vnode.
|
2023-06-16 09:55:11 +08:00 |
yihaoDeng
|
f4b9d630c0
|
support fill history
|
2023-06-16 09:36:44 +08:00 |
yihaoDeng
|
0ef8afbdaa
|
support fill history
|
2023-06-16 09:32:38 +08:00 |
Benguang Zhao
|
8663148d6c
|
fix: return error from vmPutMsgToQueue while vnode-write is disabled
|
2023-06-16 09:20:34 +08:00 |
yihaoDeng
|
8cb8c05428
|
support fill history
|
2023-06-15 21:55:46 +08:00 |
yihaoDeng
|
9f9171719a
|
support fill history
|
2023-06-15 21:29:52 +08:00 |
dapan1121
|
205e79ad28
|
Merge pull request #21736 from taosdata/fix/TD-24790
fix: fix fill double type column with scalar expression error
|
2023-06-15 18:45:40 +08:00 |
liuyao
|
0aa141ec77
|
use stream task state
|
2023-06-15 18:24:40 +08:00 |
Haojun Liao
|
a3e1882fb2
|
fix: fix dead lock.
|
2023-06-15 18:17:38 +08:00 |
Haojun Liao
|
f3df37bf28
|
fix(stream): fix memory leak.
|
2023-06-15 17:56:58 +08:00 |
Ganlin Zhao
|
4e2eeed44c
|
optimize
|
2023-06-15 16:31:36 +08:00 |
Haojun Liao
|
74e0138f72
|
Merge branch '3.0' into refact/fillhistory
|
2023-06-15 15:25:00 +08:00 |
Haojun Liao
|
7f7c807972
|
Merge pull request #21740 from taosdata/fix/liaohj_main
merge main to 3.0
|
2023-06-15 15:21:25 +08:00 |
liuyao
|
693942b821
|
trans state
|
2023-06-15 14:13:17 +08:00 |
Haojun Liao
|
5fdfe98696
|
fix: fix syntax error.
|
2023-06-15 13:31:30 +08:00 |
Haojun Liao
|
b5a7ef9a7e
|
fix: fix syntax error.
|
2023-06-15 13:29:41 +08:00 |
Haojun Liao
|
1b9eca5ce0
|
other: merge main.
|
2023-06-15 13:03:17 +08:00 |
Haojun Liao
|
3b2f2f0a94
|
fix(test): fix link error in unit test.
|
2023-06-15 11:06:03 +08:00 |
wade zhang
|
8afbc1a5c8
|
Merge pull request #21732 from taosdata/fix/TS-3524-2
fix/TS-3524
|
2023-06-15 11:03:03 +08:00 |
Ganlin Zhao
|
99ae96daf6
|
add test cases
|
2023-06-15 11:01:07 +08:00 |
Ganlin Zhao
|
61d089496d
|
fix: fix fill double type column with scalar expression error
|
2023-06-15 10:58:39 +08:00 |
Haojun Liao
|
1742874790
|
fix(test): fix unit test error.
|
2023-06-15 10:49:34 +08:00 |
wade zhang
|
cffbed79ae
|
Merge pull request #21733 from taosdata/FIX/TD-24810-3.0
fix: vnodeRenameVgroupId correctly
|
2023-06-15 10:44:34 +08:00 |
Haojun Liao
|
55724157c4
|
refactor: remove one function.
|
2023-06-15 10:40:25 +08:00 |
Haojun Liao
|
13028744df
|
refactor: do some internal refactor.
|
2023-06-15 10:24:21 +08:00 |
Hui Li
|
3bd05b79fc
|
Merge pull request #21728 from taosdata/test/TD-23713
TD-23713: add case into ci
|
2023-06-15 09:49:46 +08:00 |
Hui Li
|
68f5f707e2
|
Merge pull request #21731 from taosdata/fix/TD-24808-3.0
fix: add compact split resume stream pause stream to tab key
|
2023-06-15 09:48:58 +08:00 |
dependabot[bot]
|
cbb70dd52c
|
build(deps): bump guava in /examples/JDBC/consumer-demo (#21734)
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-06-15 09:12:46 +08:00 |
dapan1121
|
e52c6aae8c
|
Merge pull request #21620 from taosdata/fix/TD-24567-3.0
fix: tsma query with order by _wstart/_wend
|
2023-06-15 09:06:57 +08:00 |
dapan1121
|
0c2bfde7fe
|
Merge pull request #21706 from taosdata/szhou/version-not-compatible-log
enhance: version not compatible log
|
2023-06-15 09:05:47 +08:00 |
dapan1121
|
672cff090b
|
Merge pull request #21707 from taosdata/szhou/fix-tsort-sanitizer-error
fix: fix memory sanitizer error
|
2023-06-15 09:05:10 +08:00 |
dapan1121
|
a65b103b1d
|
Merge pull request #21719 from taosdata/fix/td-24781
fix: calculate the rows that can be put in one page
|
2023-06-15 09:04:11 +08:00 |
wade zhang
|
1fd294d151
|
Merge pull request #21727 from taosdata/enh/TD-24671-M
enh: decrease the package size
|
2023-06-15 08:17:15 +08:00 |
kailixu
|
de1483d1d8
|
chore: config optimize
|
2023-06-15 06:07:34 +08:00 |