dapan1121
|
6df2a8b53f
|
fix: invalid system table primary key and distinct order by column issue
|
2023-06-16 13:45:59 +08:00 |
dapan1121
|
575c48212a
|
Merge pull request #21721 from taosdata/fix/TD-24707
fix: forbid system table functions
|
2023-06-15 18:52:33 +08:00 |
Haojun Liao
|
9e78a4c5a5
|
Merge pull request #21741 from taosdata/fix/TS-3540
fix:control memory size if consumer group is too much
|
2023-06-15 17:41:21 +08:00 |
yihaoDeng
|
a17a8cc192
|
fix:null pointer error
|
2023-06-15 16:35:53 +08:00 |
wangmm0220
|
22776e60d5
|
fix:control memory size if consumer group is too much
|
2023-06-15 14:51:04 +08:00 |
dapan1121
|
f1edb49891
|
Merge pull request #21737 from taosdata/fix/TD-24823
fix: partition data order requirement issue
|
2023-06-15 14:25:47 +08:00 |
Haojun Liao
|
98fbf1abb4
|
Merge pull request #21702 from taosdata/fix/changeLogLevel
change log level when filter tag
|
2023-06-15 13:46:45 +08:00 |
Haojun Liao
|
869a7e71b8
|
Merge pull request #21738 from taosdata/enh/optUVSize
opt packet size
|
2023-06-15 13:46:28 +08:00 |
yihaoDeng
|
cd03420b27
|
opt packet size
|
2023-06-15 12:00:46 +08:00 |
dapan1121
|
23d88b7e5a
|
fix: partition data order requirement issue
|
2023-06-15 11:22:32 +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
|
c520a1044b
|
fix crash
|
2023-06-15 10:21:16 +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 |
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
|
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 |
kailixu
|
a6756f4edc
|
enh: cmake optimize
|
2023-06-14 23:33:51 +08:00 |
Cary Xu
|
596beebb21
|
Update CMakeLists.txt
|
2023-06-14 22:48:41 +08:00 |
Cary Xu
|
5fadafd944
|
Update CMakeLists.txt
|
2023-06-14 22:45:13 +08:00 |
dmchen
|
92a9d4b26e
|
fix/TS-3524
|
2023-06-14 20:53:27 +08:00 |
kailixu
|
a72bb9f5fd
|
chore: specify the platform
|
2023-06-14 20:45:07 +08:00 |
kailixu
|
83975a3c47
|
chore: specify the platform
|
2023-06-14 20:37:26 +08:00 |
Hui Li
|
5e9422669f
|
Merge pull request #21713 from taosdata/fix/TS-3528-MAIN
fix: uniform format for csv file and shell output
|
2023-06-14 19:54:47 +08:00 |
kailixu
|
04d5fed3e1
|
chore: remove libjemalloc.a/libjemalloc_pic.a from pkg
|
2023-06-14 17:48:20 +08:00 |
kailixu
|
96c91aa5cc
|
chore: naming optimize
|
2023-06-14 17:35:13 +08:00 |
kailixu
|
62c1d5cf12
|
enh: decrease the package size
|
2023-06-14 17:31:07 +08:00 |
Ping Xiao
|
1b922a1434
|
TD-23713: add case into ci
|
2023-06-14 17:24:00 +08:00 |
Ganlin Zhao
|
d48e3b3545
|
add null pointer check
|
2023-06-14 17:00:45 +08:00 |
Ganlin Zhao
|
d5c73f31a6
|
add test case
|
2023-06-14 14:06:07 +08:00 |
Ganlin Zhao
|
2131159a38
|
add test case
|
2023-06-14 14:04:03 +08:00 |
slzhou
|
a36557f009
|
fix: calculate the rows that can be put in one page
|
2023-06-14 13:44:11 +08:00 |
Ganlin Zhao
|
e79d63d766
|
add error code
|
2023-06-14 13:34:25 +08:00 |
Ganlin Zhao
|
728e42f723
|
fix: add forbid system table functions
|
2023-06-14 11:10:51 +08:00 |
wade zhang
|
5612f7ff93
|
Merge pull request #21708 from taosdata/fix/TS-3524-main
fix/TS-3524
|
2023-06-14 10:54:19 +08:00 |
Haojun Liao
|
844a23225a
|
Merge pull request #21600 from taosdata/mark/tmq
fix:check wal not exist again before register to push & move push log…
|
2023-06-14 10:18:39 +08:00 |
Haojun Liao
|
2a5a4fb781
|
Merge pull request #21711 from taosdata/mark/sml
fix:Vnode is closed or removed if drop database
|
2023-06-14 10:14:43 +08:00 |
Hui Li
|
bca86d6936
|
Merge pull request #21678 from taosdata/test/TD-24713-MAIN
test: make diff function testing case to pass
|
2023-06-14 08:34:26 +08:00 |
wangmm0220
|
8070223aba
|
fix:lock error
|
2023-06-13 18:27:06 +08:00 |
Alex Duan
|
4d3d48d3b7
|
fix:uniform output csv format with shell output
|
2023-06-13 18:06:27 +08:00 |
Alex Duan
|
e30cdd03de
|
fix:uniform output csv format with shell output1
|
2023-06-13 18:03:26 +08:00 |
Alex Duan
|
94d056e67f
|
fix:uniform output csv format with shell output
|
2023-06-13 18:00:52 +08:00 |
wangmm0220
|
f154d29ac7
|
fix:Vnode is closed or removed if drop database
|
2023-06-13 16:34:46 +08:00 |
dmchen
|
440a8725e5
|
fix/TS-3524
|
2023-06-13 15:07:00 +08:00 |
yihaoDeng
|
ed33e6ea43
|
change log level when filter tag
|
2023-06-13 07:06:08 +00:00 |
Haojun Liao
|
0ee01c5410
|
Merge pull request #21576 from taosdata/fix/TD-24563
fix:do not modify source data in schemaless
|
2023-06-13 14:59:05 +08:00 |
dapan1121
|
79892ae7d5
|
Merge pull request #21705 from taosdata/docs/TD-24645
docs: add slow log descriptions
|
2023-06-13 14:42:35 +08:00 |
dapan1121
|
e805ac9553
|
docs: add slow log descriptions
|
2023-06-13 14:40:50 +08:00 |
dapan1121
|
f0b004ca96
|
Merge pull request #21704 from taosdata/doc/TD-24646
doc: add metaCacheMaxSize description
|
2023-06-13 14:12:11 +08:00 |
dapan1121
|
6132795718
|
doc: add metaCacheMaxSize description
|
2023-06-13 14:10:56 +08:00 |