Commit Graph

51255 Commits

Author SHA1 Message Date
Hongze Cheng a36be0a0ab Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize 2023-05-10 14:00:20 +08:00
huolibo 677b95d66d fix: change some description 2023-05-10 13:49:17 +08:00
huolibo 4bdc7e8951 fix: change some description 2023-05-10 13:47:14 +08:00
huolibo db4110c788 docs: formate and note of java doc 2023-05-10 13:43:26 +08:00
danielclow 59ec57bbfc
remove trailing slash on internal link 2023-05-10 13:21:23 +08:00
gccgdb1234 c777733b3a docs: fix format error 2023-05-10 13:08:21 +08:00
wade zhang 21bdaee30d
Merge pull request #21233 from taosdata/docs/TD-22166
docs(driver): fix format
2023-05-10 12:59:26 +08:00
huolibo 785f8764d1 fix: change version 2023-05-10 12:57:44 +08:00
Minglei Jin 84987c494a cache/fs: fix primary ts column loading 2023-05-10 12:25:36 +08:00
huolibo c1e1e5d831 docs(driver): fix format 2023-05-10 11:51:53 +08:00
dmchen 3fab2201a0 link command to implementation 2023-05-10 11:23:35 +08:00
Ganlin Zhao 523f08fe4b return result after finish processing of each group 2023-05-10 11:18:42 +08:00
wade zhang 01bee436da
Merge pull request #21223 from taosdata/docs/TD-22166
docs(driver): jdbc 3.2.1 document and error code
2023-05-10 11:18:09 +08:00
Minglei Jin 0958fe5635 cache/binary: memcpy binary pData if pLastCol is from rocks lookup 2023-05-10 10:15:48 +08:00
dapan1121 7ab11c42f4 fix: vnode key word issue 2023-05-10 09:07:52 +08:00
dapan1121 2c403266e3 feat: support restore dnode clause 2023-05-09 19:29:57 +08:00
dapan1121 6c7d4ec898 Merge branch 'feat/restore-dnode' of github.com:taosdata/TDengine into feat/restore-dnode 2023-05-09 19:19:42 +08:00
dapan1121 a8c65cd25a feat: support restore dnode clause 2023-05-09 19:19:14 +08:00
dmchen 542e1567f3 message type 2023-05-09 19:17:19 +08:00
kailixu 665681947f chore: more code 2023-05-09 19:02:09 +08:00
cadem 843d606058 feat/restore dnode 2023-05-09 17:15:37 +08:00
huolibo 50a24667cd docs(driver): jdbc 3.2.1 document and error code 2023-05-09 16:50:34 +08:00
Hongze Cheng c748e4af25 more code 2023-05-09 16:46:23 +08:00
Linhe Huo d2436fe06a
Merge pull request #21024 from taosdata/docs/adamji/sml-rust
docs: add example and document for rust schemaless insert
2023-05-09 16:32:48 +08:00
Hongze Cheng 61eb991eca more code 2023-05-09 16:24:18 +08:00
wade zhang e5bae30acf
Merge pull request #21220 from taosdata/docs/adamji/add-cmd-taosd-status-mac
docs: add cmd to check status of taosd for mac
2023-05-09 16:07:15 +08:00
Adam Ji 73ecae67b6 docs: add cmd to check status of taosd for mac 2023-05-09 15:48:02 +08:00
Ganlin Zhao 6afc40110d add dup ts check case 2023-05-09 15:06:06 +08:00
Ganlin Zhao e1140d4c15 optimize duplicate timestamp check 2023-05-09 15:05:41 +08:00
Hongze Cheng 023281ae32 more code 2023-05-09 14:50:37 +08:00
Ganlin Zhao 4693c22970 optimize group key storage 2023-05-09 14:06:09 +08:00
Hongze Cheng faadf5d3a2 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize 2023-05-09 13:32:16 +08:00
wade zhang ebdc1a3234
Merge pull request #20996 from taosdata/fix/TD-23623
enh(cache/rocks): base for rocks put/get
2023-05-09 13:27:33 +08:00
dapan1121 eded6ee682
Merge pull request #21215 from taosdata/fix/TD-24028
fix: count wrong group number issue
2023-05-09 13:26:44 +08:00
dapan1121 a1eefd25ea fix: count wrong group number issue 2023-05-09 11:33:47 +08:00
Minglei Jin 412fc9b0bc cache/memory: fix double free issue with tsim/parser/last_cache.sim 2023-05-09 11:09:53 +08:00
Ganlin Zhao 3b10ac29ce use functionType instead of functionName 2023-05-09 11:09:29 +08:00
Minglei Jin 064c46bc7b cache/dclp: double check to load from tsdb 2023-05-09 09:17:26 +08:00
Hongze Cheng f45d10bb28 more code 2023-05-08 18:15:31 +08:00
dapan1121 2a1f9a91c1
Merge pull request #21207 from taosdata/fix/TD-23955-3.0
fix: memory leak
2023-05-08 17:36:22 +08:00
Minglei Jin 9b275f7421 cache/last_row cid: first round implementation for last_row with cid 2023-05-08 17:33:35 +08:00
kailixu e4882765ae Merge branch '3.0' into feat/TD-23643-3.0 2023-05-08 16:28:20 +08:00
Hongze Cheng ebfd8b03a3 more code 2023-05-08 16:16:45 +08:00
Minglei Jin 5e53782b20 Merge branch 'fix/TD-23623' of https://github.com/taosdata/TDengine into fix/TD-23623 2023-05-08 16:16:40 +08:00
Minglei Jin e0f0536d2d cache/serialize: nullize pData if zero-length 2023-05-08 15:56:54 +08:00
kailixu 29adb77d94 chore: more code 2023-05-08 15:47:48 +08:00
kailixu 8bd50809c9 chore: more code 2023-05-08 15:47:10 +08:00
kailixu 49ad732517 chore: revert 2023-05-08 15:00:40 +08:00
kailixu a049ae6f9d chore: revert 2023-05-08 14:59:56 +08:00
kailixu 2ae64cdf1d Merge branch 'fix/TD-23623' of github.com:taosdata/TDengine into fix/TD-23623 2023-05-08 14:54:34 +08:00