Commit Graph

51180 Commits

Author SHA1 Message Date
Xiaoyu Wang 58de0f7a53
Merge pull request #20883 from taosdata/fix/3.0_merge_main
merge 3.0
2023-04-13 16:24:03 +08:00
Linhe Huo 093661f985
Merge pull request #20921 from taosdata/fix/oem-dir-not-found
chore: fix packaging install.sh for explorer OEM
2023-04-13 16:00:47 +08:00
dapan1121 48f2e26c79 fix: remove protect 2023-04-13 15:59:52 +08:00
Xuefeng Tan e6ce8adbd9
enh(docker): add debugging tools in TDengine image (#20909) 2023-04-13 15:56:01 +08:00
Huo Linhe a8c4cedb2c chore: fix packaging install.sh for explorer OEM 2023-04-13 15:54:50 +08:00
dapan1121 1b7ad36ecf
Merge pull request #20915 from taosdata/fix/TD-23593
fix: fix illegal usage of _isfilled/_irowts
2023-04-13 15:54:12 +08:00
Ganlin Zhao b51477343d fix crash 2023-04-13 15:50:30 +08:00
Xiaoyu Wang 717145bdfe
Merge pull request #20906 from taosdata/feat/balance-leader-to-enterprise
balance leader to enterprise
2023-04-13 15:34:06 +08:00
Xiaoyu Wang 1266d8c84a Merge remote-tracking branch 'origin/main' into fix/main_wxy 2023-04-13 15:25:40 +08:00
Xiaoyu Wang a4d818c982 fix: alter table check 2023-04-13 15:25:36 +08:00
dapan1121 1b47b35c3d fix: memory protect issue 2023-04-13 15:23:35 +08:00
xinsheng Ren 4ae792384b
Doc/xsren/install des on mac base main (#20910)
* install desc on mac

* echo > exception

---------

Co-authored-by: facetosea <25808407@qq.com>
2023-04-13 15:22:39 +08:00
Xuefeng Tan b856131ad7
enh(docker): add debugging tools in TDengine image (#20908) 2023-04-13 15:22:27 +08:00
dapan1121 945997f22a fix: add memory protect 2023-04-13 15:18:53 +08:00
Linhe Huo e6af16d965
Merge pull request #20917 from taosdata/fix/packaging-install-sh
chore: fix install.sh for explorer
2023-04-13 15:09:31 +08:00
Huo Linhe 1f87ea5e45 chore: fix install.sh for explorer 2023-04-13 15:08:49 +08:00
Benguang ZHAO d772fd06dd
Merge branch 'main' into FIX/TD-23613-main 2023-04-13 15:02:59 +08:00
Ganlin Zhao c7dd22ad1c fix spread timestmap column reading sma issue 2023-04-13 14:58:13 +08:00
Ganlin Zhao be3082c85e add test cases 2023-04-13 14:36:16 +08:00
Minglei Jin ab372d501a fix(tsdb/read): release bi cache entry before returning 2023-04-13 14:33:37 +08:00
Ganlin Zhao fbbd3e4bdd fix: fix illegal usage of _isfilled/_irowts 2023-04-13 14:33:06 +08:00
Xiaoyu Wang a44d455e56 merge 3.0 2023-04-13 14:32:05 +08:00
dapan1121 e86ffad8ef fix: add debug info 2023-04-13 14:23:12 +08:00
jiajingbin 07085946ef test: add cases for TS-3150 2023-04-13 14:15:19 +08:00
Ganlin Zhao d1544e8859 fix: fix illegal usage of _isfilled/_irowts 2023-04-13 14:05:04 +08:00
cadem b405855ba8 balance leader to enterprise 2023-04-13 13:40:42 +08:00
Xiaoyu Wang 3d962cd950
Merge pull request #20905 from taosdata/fix/TD-22941
fix(tsdb/cache): fix block index ref releasing
2023-04-13 13:37:20 +08:00
Xiaoyu Wang 1eae60c3f4
Merge pull request #20899 from taosdata/fix/TS-3025-2
fix(tsdb/read): remove duplicate schema fetching
2023-04-13 13:36:30 +08:00
dapan1121 e1d7b76adf fix: array dup issue 2023-04-13 13:26:28 +08:00
Xuefeng Tan 1b198bc40f
enh(taosAdapter): make the schemaless automatic database creation configurable (#20902) 2023-04-13 13:25:23 +08:00
Xuefeng Tan e214f93d96
enh(taosAdapter): make the schemaless automatic database creation configurable (#20903) 2023-04-13 13:24:53 +08:00
dapan1121 5ae95f3660 fix: clone db cfg issue 2023-04-13 13:14:01 +08:00
Minglei Jin 589ed9d0ce fix(tsdb/cache): fix block index ref releasing 2023-04-13 12:09:44 +08:00
Ganlin Zhao 7414f28d17 fix translatefunc not getting precision issue 2023-04-13 11:22:15 +08:00
wade zhang dd066e6b0b
Update 29-changes.md 2023-04-13 11:10:19 +08:00
wade zhang 1cc53d00d2
Update 29-changes.md 2023-04-13 11:09:14 +08:00
dapan1121 7f518ca4ea feat: support cache db cfg 2023-04-13 10:54:57 +08:00
Shuduo Sang 226c68a91f
docs: fix connector case (#20900)
* docs: add rest api diff

* docs: use html table

* docs: use json instead of table in rest api doc

* docs: fix connector upcase
2023-04-13 10:22:51 +08:00
Minglei Jin ef219095cf fix(tsdb/read): remove duplicat schema fetching 2023-04-13 10:06:49 +08:00
wangmm0220 7648e03e31 fix:doBitmapMerge error if remaind bytes is not 0 2023-04-13 10:03:30 +08:00
dapan1121 3493fffa2f
Merge pull request #20863 from taosdata/fix/TD-23556
fix: fix max/min(tag) random result
2023-04-13 09:57:18 +08:00
Benguang Zhao 2a0493f40c enh: refactor some vars in syncLogReplProcessReplyAsNormal 2023-04-13 09:53:25 +08:00
Hui Li 7dc6bf0db6
Merge pull request #20894 from taosdata/lihui3.0/test
test: reopen tmqDelete-1ctb.py
2023-04-13 09:12:11 +08:00
Shuduo Sang c1412648d0
docs: use json instead of table in rest api (#20895)
* docs: add rest api diff

* docs: use html table

* docs: use json instead of table in rest api doc
2023-04-12 21:46:19 +08:00
plum-lihui fd88602572 test: reopen tmqDelete-1ctb.py 2023-04-12 20:04:19 +08:00
Shuduo Sang c3abf5ede7
docs: use html table in rest api (#20893)
* docs: add rest api diff

* docs: use html table
2023-04-12 19:51:37 +08:00
dapan1121 9ad17dddaf
Merge pull request #20890 from taosdata/fix/TS-3137-M
fix: the precision of delete statement
2023-04-12 19:41:29 +08:00
Shuduo Sang b8ca369513
docs: add rest api diff (#20892) 2023-04-12 19:20:16 +08:00
Benguang Zhao 6b20306bef test: add flush database in tsim/parser/last_cache.sim and limit1.sim 2023-04-12 19:01:02 +08:00
Xiaoyu Wang 5005731630
Merge pull request #20889 from taosdata/fix/main_bugfix_wxy
fix: error querying after setting permissions for varchar type tags
2023-04-12 18:56:58 +08:00