Xiaoyu Wang
7bddbb06f0
fix: sanitizer error
2022-11-14 14:38:51 +08:00
Xiaoyu Wang
caf5bddb04
fix: taos_fetch_rows_a error
2022-11-09 14:43:56 +08:00
Xiaoyu Wang
f1265cc7a0
enh: insert optimize
2022-11-07 16:48:53 +08:00
Xiaoyu Wang
00c0a5634e
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
2022-11-07 14:56:35 +08:00
Xiaoyu Wang
80dc658dbb
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
2022-11-04 18:03:21 +08:00
Xiaoyu Wang
8513dc1067
enh: insert optimize
2022-11-04 15:21:38 +08:00
yihaoDeng
69afe77ed9
add req_id interface
2022-11-03 20:08:30 +08:00
shenglian zhou
f72c875a02
fix: taos_fetch_row returns null and log the error when the argument is invalid
2022-11-03 07:55:47 +08:00
Xiaoyu Wang
292f0c6db7
enh: insert parser refactor
2022-10-24 16:58:45 +08:00
dapan1121
7c133359ce
feat: add retrieve db and table route info api
2022-10-20 15:13:39 +08:00
dapan1121
723110c449
feat: add retrieve db and table route info API
2022-10-19 19:25:02 +08:00
dapan1121
0fe14f0b16
fix: fix coverity issues
2022-10-18 16:33:27 +08:00
Benguang Zhao
616eb5f903
Merge branch '3.0' into FIX/TD-19239-3.0
2022-10-16 00:29:01 +08:00
Benguang Zhao
7fb827debd
fix: refactor walScanLogGetLastVer, walCheckAndRepairMeta, and walCheckAndRepairIdx.
...
* search for the last entry in the contiguous range of valid WAL from the last pos fsynced as firstTrial
* find the last entry before the last pos fsynced backwards as second trial
* reserve sufficient space for computing CRC32 checksum, esp. of WAL record body
* rebuild meta info to resolve potential misalignment between lists of meta and actual log files
* retract commitIndex and appliedIndex to lastLogIndex if needed
* put an upper size limit on possibly corrupted WAL range to be recovered
2022-10-15 23:56:31 +08:00
dapan1121
d5cfbebd82
fix: fix kill query crash issue
2022-10-14 13:26:10 +08:00
Xiaoyu Wang
18fa48ae57
feat: support batch loading of csv files
2022-10-11 15:54:01 +08:00
Haojun Liao
ac58d5397b
Merge pull request #17149 from taosdata/feature/3_liaohj
...
refactor(query): do some internal refactor.
2022-09-29 17:21:27 +08:00
Haojun Liao
6abc13e843
refactor(query): do some internal refactor.
2022-09-29 14:57:15 +08:00
Haojun Liao
71e3993185
Merge pull request #17114 from taosdata/feature/3_liaohj
...
refactor(query): do some internal refactor.
2022-09-28 17:36:01 +08:00
Haojun Liao
027a0c11bb
refactor(query): do some internal refactor.
2022-09-28 14:18:32 +08:00
Xiaoyu Wang
528a3273c0
fix: memory leak
2022-09-28 14:11:34 +08:00
Haojun Liao
5c1f55f6ca
other:merge 3.0
2022-09-26 11:35:19 +08:00
dapan1121
3fb3aa7bea
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
2022-09-23 13:33:11 +08:00
Xiaoyu Wang
7ecda770c2
fix: request free sequence problem
2022-09-22 14:03:11 +08:00
Xiaoyu Wang
5680c03c17
enh: added memory allocators for parser and planner
2022-09-21 17:07:22 +08:00
Xiaoyu Wang
5116e0a01b
enh: added memory allocators for parser and planner
2022-09-21 17:04:12 +08:00
Xiaoyu Wang
3abfb569ba
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
2022-09-21 14:00:55 +08:00
Xiaoyu Wang
90c300e320
enh: added memory allocators for parser and planner
2022-09-21 13:53:40 +08:00
Xiaoyu Wang
2f475399a6
enh: added memory allocators for parser and planner
2022-09-21 10:57:41 +08:00
Xiaoyu Wang
46b0c2c9c4
enh: added memory allocators for parser and planner
2022-09-20 18:52:45 +08:00
wangmm0220
a1257090e2
fix:error in auto create table for taosX
2022-09-19 14:28:03 +08:00
wangmm0220
e3bc2487b3
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-18740
2022-09-16 19:00:49 +08:00
dapan1121
4048c99282
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
2022-09-15 14:50:35 +08:00
wangmm0220
a3161bf9c1
fix:add logic for auto create table in taosX
2022-09-13 19:16:26 +08:00
dapan1121
4fd0bc409d
fix: fix client/server memory leak issues
2022-09-13 09:09:21 +08:00
dapan1121
1427a8f3b0
enh: support client query policy
2022-09-09 19:03:42 +08:00
dapan1121
8675857207
enh: add client query policy
2022-09-05 13:56:42 +08:00
Liu Jicong
8b3489760c
feat(tmq): support taosx
2022-08-30 11:12:20 +08:00
Xiaoyu Wang
99490c063e
feat: system table visible permission
2022-08-24 17:36:10 +08:00
Shengliang Guan
243a42a0a7
Merge pull request #16362 from taosdata/enh/insertPerf
...
enh: add client performance trace
2022-08-24 11:49:17 +08:00
dapan1121
7c7c452bbc
enh: add perf debug info
2022-08-22 15:58:00 +08:00
dapan1121
aca0d0bf0b
fix: fix memory leak issue
2022-08-22 13:25:45 +08:00
Liu Jicong
c4df4431cd
refactor(tmq): put write logic into taosx.c
2022-08-15 18:50:28 +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
dapan1121
a3d4dce3e5
Merge branch '3.0' into fix/TD-18076
2022-08-08 20:16:13 +08:00
dapan1121
ea4904fb40
fix: fix memory leak issue
2022-08-08 20:15:21 +08:00
Xiaoyu Wang
ef607e5c3f
fix: sql command 'show cluster' error
2022-08-08 15:49:31 +08:00
yihaoDeng
8c050431d1
fix valgrind error
2022-08-03 18:49:59 +08:00
dapan1121
cc3a7375ed
enh: support app level stat
2022-08-01 20:47:08 +08:00
dapan1121
4de8d28f63
fix: fix ucs4 convertion issue
2022-07-29 18:35:23 +08:00