Commit Graph

8432 Commits

Author SHA1 Message Date
Haojun Liao ead033e9a1 Merge branch 'feature/3.0_query_optimize.0' into feature/3.0_query_optimize 2022-08-05 10:30:00 +08:00
Haojun Liao 569c82886f fix(query): remove temp files. 2022-08-04 20:42:23 +08:00
dapan1121 f75b7ad777 Merge branch 'feature/3.0_query_optimize' of github.com:taosdata/TDengine into feature/3.0_query_optimize 2022-08-04 20:42:23 +08:00
dapan1121 27d223356a enh: merge multiple blocks in one rsp msg 2022-08-04 20:41:30 +08:00
Haojun Liao be1d1c5f8e fix(query): clean temp files. 2022-08-04 20:37:36 +08:00
Haojun Liao 3a5fcefc8d other: merge 3.0 2022-08-04 17:24:51 +08:00
shenglian zhou 2f27d0152d fix: get result row add forUpdate parameter 2022-08-04 16:23:54 +08:00
Xiaoyu Wang a068db58a1 fix: the problem that drop stable does not clear the catalog cache 2022-08-04 15:09:56 +08:00
Haojun Liao 3566e8cf46 enh(query): diff support timestamp column type. 2022-08-04 15:02:05 +08:00
Zhiqiang Wang ca1b1d9e18
Merge pull request #15721 from taosdata/fix/ZhiqiangWang/TD-18093-fix-minimalDirGB-invalid-error
os: fix minimalDirGB invalid error
2022-08-04 10:44:33 +08:00
Xiaoyu Wang 58e67c8236
Merge pull request #15719 from taosdata/feature/3.0_wxy
fix: memory leak in parser when statement exception
2022-08-04 10:20:54 +08:00
Li Minghao 57a0fcd86d
Merge pull request #15720 from taosdata/feature/3.0_mhli
refactor(sync): change wal fsync flag to false
2022-08-04 10:14:20 +08:00
afwerar e76f770fc8 os: fix minimalDirGB invalid error 2022-08-04 10:02:09 +08:00
Cary Xu 5ce5dd2da8
Merge pull request #15723 from taosdata/feature/TD-11274-3.0
enh: adjust numOfRows in SubmitBlk from int16_t to int32_t
2022-08-04 09:36:26 +08:00
Yihao Deng 1b619f9e86
Merge pull request #15715 from taosdata/fix/valgrindBug
fix; valgrind error
2022-08-04 09:26:26 +08:00
Cary Xu e39da95011 fix: par insert test update 2022-08-04 08:57:09 +08:00
Cary Xu 76c6f47ede fix: par insert test update 2022-08-04 08:50:15 +08:00
shenglian-zhou 6b06b2d99d
Merge pull request #15712 from taosdata/szhou/fix/udf
fix: remove udfd allocate buffer trace
2022-08-04 08:39:07 +08:00
Cary Xu f1790b2776 enh: adjust numOfRows in SubmitBlk from int16_t to int32_t 2022-08-03 21:03:27 +08:00
Liu Jicong e43d3d88b6 Merge branch '3.0' into feature/stream 2022-08-03 20:59:26 +08:00
Ganlin Zhao a646bba398
Merge pull request #15716 from taosdata/fix/TD-18010
fix(query): add interp param check
2022-08-03 20:33:59 +08:00
Liu Jicong cf5f06bd68 enh(stream): stream query is not limited by window count 2022-08-03 20:33:09 +08:00
Shengliang Guan 72b8e0eb20 refactor: adjust logs 2022-08-03 19:17:42 +08:00
Xiaoyu Wang 534d1a01b8 fix: memory leak in parser when statement exception 2022-08-03 19:17:12 +08:00
Haojun Liao c253ea73e1 fix(query): fix the null not returns problem. 2022-08-03 19:17:07 +08:00
Minghao Li 998e24474c refactor(sync): change wal fsync flag to false 2022-08-03 19:15:07 +08:00
Xiaoyu Wang e9fc948097
Merge pull request #15711 from taosdata/feature/3.0_wxy
fix: timeline function validity check
2022-08-03 19:03:19 +08:00
Haojun Liao 4cd7af0ecf other: merge 3.0 2022-08-03 19:02:43 +08:00
Ganlin Zhao 3ba46acf0c Merge branch '3.0' into fix/TD-18010 2022-08-03 19:02:07 +08:00
Haojun Liao 2a8da022de refactor: do some internal refactor. 2022-08-03 19:01:06 +08:00
Ganlin Zhao 479367207b fix(query): add interp param check
TD-18113
2022-08-03 18:58:47 +08:00
yihaoDeng 8c050431d1 fix valgrind error 2022-08-03 18:49:59 +08:00
Xiaoyu Wang 335c8b4d8a fix: timeline function validity check 2022-08-03 18:17:12 +08:00
slzhou 3c91c66a2e fix: remove udfd allocate buffer trace 2022-08-03 17:12:46 +08:00
Haojun Liao caa5378d8e refactor: do some internal refactor. 2022-08-03 17:12:10 +08:00
Xiaoyu Wang 25fd22c2ff
Merge pull request #15710 from taosdata/feature/3.0_query_optimize_wxy
enh: last_row function scan in reverse order
2022-08-03 17:04:54 +08:00
Xiaoyu Wang c8c9bbdeb1 enh: last_row function scan in reverse order 2022-08-03 17:04:14 +08:00
slzhou cf9030fab1 fix: prevent result row page swapping so that the result is preserved 2022-08-03 17:03:50 +08:00
Xiaoyu Wang bd8de1e8fd fix: timeline function validity check 2022-08-03 16:59:27 +08:00
Liu Jicong 70e806b0d2
Merge pull request #15705 from taosdata/feature/stream
enh(stream): keep thread from blocking
2022-08-03 16:14:24 +08:00
Cary Xu 92b2d62a31 Merge branch 'feature/3.0_query_optimize' of github.com:taosdata/TDengine into feature/3.0_query_optimize 2022-08-03 15:58:51 +08:00
Cary Xu a3166507a5 enh: don't read bitmap when all col is normal 2022-08-03 15:58:28 +08:00
Haojun Liao 074500805c refactor: set filter function for last_row function. 2022-08-03 15:34:42 +08:00
Liu Jicong e345023dfd enh(stream): keep thread from blocking 2022-08-03 15:31:10 +08:00
Minghao Li f98965d749 refactor(sync): delete find sync pointer optimized 2022-08-03 14:41:38 +08:00
Cary Xu 3b3dc1977a
Merge pull request #15698 from taosdata/feature/TD-11274-3.0
other: rsma replica restore and memory leak
2022-08-03 13:00:45 +08:00
shenglian-zhou cf143ab993
Merge pull request #15701 from taosdata/szhou/fix/udf
fix: clean up udfs is not executed when no udfs
2022-08-03 12:01:31 +08:00
Shengliang Guan 1ea8820775
Merge pull request #15697 from taosdata/fix/dnode
fix: adjust logs
2022-08-03 11:36:47 +08:00
Xiaoyu Wang 415ff2b13b
Merge pull request #15690 from taosdata/feature/3.0_wxy
fix: some problems of parser
2022-08-03 11:25:55 +08:00
shenglian zhou f71cb30dd0 fix: clean up udfs is not executed when no udfs 2022-08-03 11:20:48 +08:00