Shengliang Guan
|
2aad872a17
|
test: valgrind case
|
2022-08-11 10:54:12 +08:00 |
Shengliang Guan
|
e23c1482da
|
Merge branch '3.0' into fix/valgrind
|
2022-08-11 10:36:17 +08:00 |
Ganlin Zhao
|
c6699e19fb
|
Merge pull request #15941 from taosdata/fix/TD-18115
fix(query): fix linear interpolation issue between two blocks
|
2022-08-11 10:21:28 +08:00 |
Cary Xu
|
a6a1cfddd5
|
Merge pull request #15946 from taosdata/feature/3.0_row_optimize
enh: row iter and fetch optimization
|
2022-08-11 09:46:27 +08:00 |
Zhiqiang Wang
|
fec0f3d330
|
Merge pull request #15954 from taosdata/fix/ZhiqiangWang/TD-17903-change-3.0-doc
doc: change 3.0 doc
|
2022-08-11 09:14:16 +08:00 |
Li Minghao
|
2fc72860f7
|
Merge pull request #15956 from taosdata/feature/3.0_mhli
refactor(sync): add leader, follower call back2
|
2022-08-11 08:35:07 +08:00 |
shenglian-zhou
|
d9621d0f09
|
Merge pull request #15942 from taosdata/szhou/fixbug
fix: return init agg failure when create operators to avoid coredump
|
2022-08-11 07:54:42 +08:00 |
Cary Xu
|
a5ef854e87
|
row: code optimization
|
2022-08-11 07:45:49 +08:00 |
Shuduo Sang
|
8675580758
|
docs: update connector for 3.0 (#15957)
|
2022-08-10 23:00:38 +08:00 |
Shuduo Sang
|
0aba651a08
|
chore: update taosa and rust connector for3.0 (#15958)
* chore: add libtaos-ws for 3.0
* chore: update taosws-rs
* chore: add libtaosws to install/remove script
* chore: update taosws-rs
* chore: update taosws-rs
* chore: update taos-tools, taosws-rs
for 3.0
* fix: packaging/tools/make_install.sh
for 3.0
* chore: update taos-tools
* chore: fix release script for 3.0
* chore: update taosws-rs for 3.0
* chore: add taows-rs submodule for 3.0
* chore: update taosws-rs for 3.0
* fix: install script support taosws for 3.0
* fix: script error handle for 3.0
* chore: update taosws-rs for 3.0
fix segfault
* chore: change container_build for websocket build
* fix: install script for taosws
* fix: .
* chore: update taosws-rs for 3.0
* chore: update taosws-rs for 3.0
* chore: update tools/CMakeLists.txt to allow compile taosws-rw on any platform
* chore: taosws 648cc62 for 3.0
* chore: update taosws 29424d5 for 3.0
* chore: update cmake/taosws_CMakeLists.txt.in with new repo/commit
* chore: update taosa 3d21433 and rust connector for new raw block
|
2022-08-10 22:08:21 +08:00 |
Liu Jicong
|
4352ae4f90
|
Merge pull request #15950 from taosdata/feature/stream
enh(tmq): enable background heartbeat by default
|
2022-08-10 22:05:50 +08:00 |
Shuduo Sang
|
e03adb140a
|
feat: remove temporary interface declarations (#15940)
* add a few stmt_ interface declartion
* add taos_load_table_info
* add taos_set_config(() interface
* add more interfaces
* warn 'reset query cache' only since lack engine support
* update taos-tools
* feat: remove temporary interface declaration
* fix: remove temporary interfaces
|
2022-08-10 21:42:30 +08:00 |
Liu Jicong
|
7f4b46e003
|
feat(stream): session window trigger delete
|
2022-08-10 21:26:05 +08:00 |
Jeff Tao
|
1420524dd0
|
Update 01-docker.md
|
2022-08-10 20:57:37 +08:00 |
Minghao Li
|
dc42544e9e
|
refactor(sync): add leader, follower call back2
|
2022-08-10 20:45:36 +08:00 |
Cary Xu
|
cfb61d665d
|
fix: row iter
|
2022-08-10 20:44:48 +08:00 |
Haojun Liao
|
d8455841e0
|
refactor: do some internal refactor.
|
2022-08-10 20:12:32 +08:00 |
Haojun Liao
|
ebf8755d9d
|
fix(query): remove invalid sma filter.
|
2022-08-10 19:58:23 +08:00 |
afwerar
|
d3b2bcb612
|
doc: change 3.0 doc
|
2022-08-10 19:39:01 +08:00 |
afwerar
|
bed9ca4d08
|
doc: change 3.0 doc
|
2022-08-10 19:37:10 +08:00 |
Liu Jicong
|
365dc43fec
|
enh(tmq): add log
|
2022-08-10 19:03:04 +08:00 |
liuyao
|
7323cb5bba
|
Merge pull request #15949 from taosdata/feature/TD-18319
fix(stream): check udf
|
2022-08-10 18:36:53 +08:00 |
Liu Jicong
|
9e5d347383
|
enh(tmq): enable background heartbeat by default
|
2022-08-10 18:22:22 +08:00 |
slzhou
|
668a78a79f
|
fix: fix histogram not setting content when process all null columns
|
2022-08-10 18:02:43 +08:00 |
Liu Jicong
|
f4b695c8aa
|
Merge pull request #15945 from taosdata/feature/stream
enh(tmq): prevent drop db when topic exists
|
2022-08-10 18:02:33 +08:00 |
gccgdb1234
|
884f59b770
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-08-10 17:59:10 +08:00 |
gccgdb1234
|
0801dc4f1d
|
doc: add performance_schema page
|
2022-08-10 17:59:02 +08:00 |
Li Minghao
|
d59a0b390b
|
Merge pull request #15944 from taosdata/feature/3.0_mhli
refactor(sync): add leader, follower call back
|
2022-08-10 17:55:08 +08:00 |
54liuyao
|
4cd1452e61
|
fix(stream): check udf
|
2022-08-10 17:55:04 +08:00 |
Cary Xu
|
1d6d0aa2db
|
enh: row iter and fetch optimization
|
2022-08-10 17:26:44 +08:00 |
Liu Jicong
|
95f696b30d
|
enh(tmq): prevent drop db when topic exists
|
2022-08-10 17:24:47 +08:00 |
Liu Jicong
|
51aa9413d7
|
Merge pull request #15937 from taosdata/feature/stream
enh(tmq): speed up consumer recover
|
2022-08-10 17:19:36 +08:00 |
Minghao Li
|
b4c8685766
|
refactor(sync): add leader, follower call back
|
2022-08-10 17:17:30 +08:00 |
Haojun Liao
|
6250c1b157
|
Merge pull request #15851 from taosdata/feature/3.0_query_optimize
ehn(query): optimize the query performance.
|
2022-08-10 16:51:46 +08:00 |
shenglian-zhou
|
6389d32445
|
Merge pull request #15935 from taosdata/szhou/fixbug
fix: use the pre agg value as double when generate block sma for float column and double column
|
2022-08-10 16:33:33 +08:00 |
shenglian zhou
|
5f7b7a55df
|
fix: fix memory leaks
|
2022-08-10 16:33:12 +08:00 |
Ganlin Zhao
|
41ce2f474e
|
Merge branch '3.0' into fix/TD-18115
|
2022-08-10 16:32:52 +08:00 |
Liu Jicong
|
e5e82f0cf2
|
merge 3.0
|
2022-08-10 16:31:23 +08:00 |
Ganlin Zhao
|
6fc38165fb
|
fix(query): fix linear interpolation issue between two blocks
TD-18309
|
2022-08-10 16:29:55 +08:00 |
Yihao Deng
|
6e161611b9
|
Merge pull request #15936 from taosdata/enh/refactor-idx
enh: refactor index
|
2022-08-10 16:27:37 +08:00 |
shenglian zhou
|
788735f7e6
|
fix: add qerror log when create disk based result buf failed
|
2022-08-10 16:25:00 +08:00 |
Ganlin Zhao
|
685855e3dc
|
Merge pull request #15931 from taosdata/fix/TD-18115
fix(query): fix interp + fill interpolation after last datablock
|
2022-08-10 16:24:38 +08:00 |
shenglian zhou
|
304056c276
|
fix: return init agg failure when create operators to avoid coredump
|
2022-08-10 16:20:44 +08:00 |
Shuduo Sang
|
c8ffd4f161
|
docs: update helm doc for 3.0 (#15938)
|
2022-08-10 16:12:39 +08:00 |
Hongze Cheng
|
ef1977f114
|
Merge pull request #15933 from taosdata/fix/little_write_optimize
refact: a little optimize
|
2022-08-10 16:11:55 +08:00 |
Liu Jicong
|
18f6fb6123
|
enh(tmq): speed up consumer recover
|
2022-08-10 16:04:03 +08:00 |
Bo Xiao
|
017a6c7666
|
Update cpp.mdx
|
2022-08-10 15:58:36 +08:00 |
t_max
|
3327ae1556
|
fix(taosAdapter): adapt to new raw_block
|
2022-08-10 15:45:14 +08:00 |
yihaoDeng
|
399d240df5
|
refactor index
|
2022-08-10 15:41:12 +08:00 |
shenglian zhou
|
6dfa283671
|
fix: use the pre agg value as double when generate block sma for float column and double column
|
2022-08-10 15:35:00 +08:00 |