Commit Graph

49674 Commits

Author SHA1 Message Date
Xiaoyu Wang 18b039fecd
Merge pull request #20603 from taosdata/enh/3.0_planner_optimize
fix: udf error check
2023-03-23 18:44:23 +08:00
Xiaoyu Wang ca2e566319 enh: improve error reporting information 2023-03-23 17:56:56 +08:00
Xiaoyu Wang bbd5191800 fix: udf error check 2023-03-23 16:32:00 +08:00
dapan1121 7f50b463bb
Merge pull request #20599 from taosdata/fix/mainT3.0
fix: merge main to 3.0
2023-03-23 16:17:01 +08:00
Xiaoyu Wang e15e40abdf enh: improve error reporting information 2023-03-23 14:15:49 +08:00
t_max d4a81c11d2 fix: fix check timestamp data 2023-03-23 14:07:43 +08:00
t_max 6e66b74b38 fix: fix check timestamp data 2023-03-23 14:00:48 +08:00
Xiaoyu Wang a5d8549cb1
Merge pull request #20593 from taosdata/FEAT/TD-23258-3.0
feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database
2023-03-23 11:43:01 +08:00
Xiaoyu Wang fddf3f16cf fix: udf error check 2023-03-22 19:09:26 +08:00
dapan1121 e12bb34074 Merge branch 'fix/mainT3.0' of github.com:taosdata/TDengine into fix/mainT3.0 2023-03-22 17:43:02 +08:00
dapan1121 e58afd12e1 fix: merge main to 3.0 2023-03-22 17:42:09 +08:00
chenhaoran 04a751ab5e ci:merge main to 3.0 2023-03-22 16:31:31 +08:00
dapan1121 5b02af6a91 fix: merge main to 3.0 2023-03-22 16:08:16 +08:00
Benguang Zhao 75b922c2be feat: retentionSize as 0 means unlimitted in size 2023-03-22 15:01:01 +08:00
dapan1121 a0a51187bf
Merge pull request #20592 from taosdata/docs/slimit
enh: corrent slimit/limit statement
2023-03-22 14:04:04 +08:00
dapan1121 22512a3b6a enh: corrent slimit/limit statement 2023-03-22 14:02:18 +08:00
dapan1121 e62e125dd3
Merge pull request #20569 from taosdata/feat/mode_opt
enh(query): improve mode function page buffer allocation
2023-03-22 13:54:23 +08:00
Xiaoyu Wang 59b172c9dc
Merge pull request #20589 from taosdata/feat/balance-vgroup-leader
feat: add sql command 'balance vgroup leader'
2023-03-22 13:01:00 +08:00
Xiaoyu Wang e969b6fa73
Merge pull request #20590 from taosdata/feat/balance-vgroup-leader_wxy
merge 3.0
2023-03-22 12:00:44 +08:00
Xiaoyu Wang f97b66e8da merge 3.0 2023-03-22 11:55:59 +08:00
xiaolei li b4ceffdedd
docs: add taoskeeper start as service (#20588)
* docs: add taoskeeper start as service

* docs: update taoskeer launch
2023-03-22 11:42:08 +08:00
Xiaoyu Wang eb79046a70 merge 3.0 2023-03-22 11:42:02 +08:00
Benguang Zhao 0b101e4952 feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database 2023-03-22 11:40:24 +08:00
Ganlin Zhao 7d124dfecc fix test case 2023-03-22 09:58:58 +08:00
Xiaoyu Wang 5fd02495e0
Merge pull request #20584 from taosdata/feat/balance-vgroup-leader_wxy
feat: add sql command 'balance vgroup leader'
2023-03-22 09:54:40 +08:00
Xiaoyu Wang fbc9b2404e feat: add sql command 'balance vgroup leader' 2023-03-22 09:53:56 +08:00
dapan1121 a4eef9ea1f
Merge pull request #20570 from taosdata/szhou/fix-td23266
fix: create function error for json/decimal/blob/varbinary type
2023-03-22 09:47:17 +08:00
cadem ea35f0ae11 feat/balance vgroup leader 2023-03-22 09:36:59 +08:00
Shengliang Guan a798078c1d
Merge pull request #20580 from taosdata/docs/TD-23268-release-3.0.3.1
docs: release 3.0.3.1
2023-03-22 09:08:35 +08:00
xleili 8b30b15808 upgrade version to 3.0.3.1 2023-03-21 21:15:10 +08:00
Xiaoyu Wang 51565c9b29
Merge pull request #20571 from taosdata/feat/3.0_wxy
feat: alter database wal_retention_period/wal_retention_size
2023-03-21 19:26:07 +08:00
Shuduo Sang 42a4add820
chore: fix script to get latest tag (#20567) 2023-03-21 19:08:49 +08:00
Shuduo Sang 87f15ac259
docs: fix connector python install version 3.0 (#20575)
* docs: this line is inaccurate, in current connector-python repo, it require python >= 3.6.2 because there is a dependence iso8601

* docs: append websocket doc for python connector

* docs: fix tabitem

---------

Co-authored-by: Adam Ji <jrgwyz@163.com>
2023-03-21 19:05:33 +08:00
Shuduo Sang d0b481b522
docs: append ws doc for python connector (#20572)
* docs: this line is inaccurate, in current connector-python repo, it require python >= 3.6.2 because there is a dependence iso8601

* docs: append websocket doc for python connector

---------

Co-authored-by: Adam Ji <jrgwyz@163.com>
2023-03-21 18:59:26 +08:00
Xiaoyu Wang 58ebd3539d feat: alter database wal_retention_period/wal_retention_size 2023-03-21 16:45:19 +08:00
slzhou b9edd24d3f fix: create function error for json/decimal/blob/varbinary type 2023-03-21 00:38:13 -08:00
Ganlin Zhao 9e0faad5eb remove unused MACROS 2023-03-21 16:24:20 +08:00
Ganlin Zhao e9fa00185a enh(query): improve mode function page buffer allocation 2023-03-21 16:15:26 +08:00
xleili 238fe38ce8 docs: release 3.0.3.1 2023-03-21 16:05:25 +08:00
huolibo 93e50588ce
feat(driver): add schemaless raw insert for jdbc (#20552)
* feat(driver): add schemaless raw insert for jdbc

* feat: add jni reqId

* fix: change API

* fix: change method name

* fix: error code to hex format
2023-03-21 13:33:13 +08:00
dapan1121 a070da04ec
Merge pull request #20538 from taosdata/szhou/python-udf
enhance: add udf context from plugin traceability
2023-03-21 08:44:27 +08:00
wade zhang edd9665063
Merge pull request #20541 from taosdata/wangmm0220-patch-10
fix:add tips for tmq consume
2023-03-20 17:24:49 +08:00
wade zhang 3412437668
Merge pull request #20540 from taosdata/wangmm0220-patch-4
fix:add tips for tmq consume
2023-03-20 17:24:37 +08:00
wade zhang d686efec5b
Merge pull request #20553 from taosdata/docs/wade-tmq-config
docs: refine tmq configuration
2023-03-20 16:43:35 +08:00
gccgdb1234 d0c6cfc854 docs: refine tmq configuration 2023-03-20 16:42:40 +08:00
wade zhang b852015382
Update 07-tmq.mdx 2023-03-20 16:38:35 +08:00
wade zhang 065ef9e0f8
Merge pull request #20551 from taosdata/docs/wade-tmq-config
docs: refien tmq configuration
2023-03-20 16:02:33 +08:00
gccgdb1234 425ad281e6 docs: refine tmq configuration 2023-03-20 16:01:53 +08:00
gccgdb1234 ebda78cc59 docs: refien tmq configuration 2023-03-20 15:11:08 +08:00
wade zhang 83ac6ae084
Update 04-java.mdx 2023-03-20 14:10:51 +08:00