Xiaoyu Wang
|
a971d1a997
|
Merge pull request #20770 from taosdata/enh/3.0_planner_optimize
feat: add 'or replace' clause to 'create function' statement
|
2023-04-06 13:09:56 +08:00 |
Shuduo Sang
|
33c5f1cf88
|
chore: cus name support in shellArgument (#20754)
* chore: refactor cus prompt
* fix: client name in install.sh
* fix: -Wno-reserved-user-defined-literal
* fix: update taos-tools commit
* fix: include/os/osDir.h
* fix: check cus name
* fix: makepkg.sh
* chore: update taos-tools d194dc9
* fix: cus name
* fix: change adapter prefix
* fix: tools/*.sh
* fix: scripts
* fix: ../../packaging/tools/install_client.sh
* chore: cus domain in script
* fix: cus name in packaging/tools/install.sh
* fix: cus name in ../../packaging/tools/remove.sh
* fix: don't edit origin file
* fix: remove brand name
* fix: update taos-tools
* fix: cus name in log
* fix: compile error without cuc name
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
|
2023-04-05 10:21:43 +08:00 |
Xiaoyu Wang
|
cc7485812a
|
feat: add 'or replace' clause to 'create function' statement
|
2023-04-04 17:45:18 +08:00 |
Ganlin Zhao
|
4819b22a21
|
fix: fix tsim crash on windows due to invalid input to strftime
|
2023-04-04 13:40:53 +08:00 |
Ganlin Zhao
|
23ec9287c9
|
fix: fix tsim crash on windows due to invalid input to strftime
|
2023-04-04 10:33:41 +08:00 |
Ganlin Zhao
|
6c64b760a0
|
fix: fix tsim crash on windows due to invalid input to strftime
|
2023-04-03 17:58:43 +08:00 |
Hongze Cheng
|
171d360cac
|
Revert "current from binary to json"
|
2023-03-31 15:25:00 +08:00 |
Shuduo Sang
|
5e2b26f146
|
chore: refactor cus prompt (#20688)
* chore: refactor cus prompt
* fix: client name in install.sh
* fix: -Wno-reserved-user-defined-literal
* fix: update taos-tools commit
* fix: include/os/osDir.h
* fix: check cus name
* fix: makepkg.sh
* chore: update taos-tools d194dc9
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
|
2023-03-30 19:30:54 +08:00 |
slzhou
|
dcf5f98b4b
|
fix: change name and body to func_name and func_body
|
2023-03-29 15:52:08 +08:00 |
slzhou
|
accebcedc4
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf-improvement
|
2023-03-29 14:52:04 +08:00 |
slzhou
|
169d0ee13c
|
fix: scalar return and log error of udf execution
|
2023-03-28 11:18:14 +08:00 |
shenglian zhou
|
b6542fb286
|
fix: add language and definition body to ins_functions
|
2023-03-28 08:43:34 +08:00 |
Xiaoyu Wang
|
6726bda9de
|
Merge pull request #20652 from taosdata/fix/wrong-field-logging
wrong field logging
|
2023-03-27 19:05:15 +08:00 |
Xiaoyu Wang
|
97855c6233
|
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
feat: WAL cleanup not affected by topic consumption anymore
|
2023-03-27 17:58:31 +08:00 |
cadem
|
2495d0781d
|
wrong field logging
|
2023-03-27 15:11:20 +08:00 |
Xiaoyu Wang
|
ed48713a4b
|
Merge pull request #20615 from taosdata/fix/trigger-election-by-sync-msg
Fix/trigger election by sync msg
|
2023-03-27 11:54:53 +08:00 |
Benguang Zhao
|
ffc3b7b27a
|
enh: add the errorcode TSDB_CODE_MND_DB_RETENTION_PERIOD_ZERO
|
2023-03-25 11:06:05 +08:00 |
dapan1121
|
f6776e1cc4
|
Merge pull request #20623 from taosdata/fix/TD-23217
fix: fix windows handling localtime_s error
|
2023-03-25 09:40:20 +08:00 |
Xiaoyu Wang
|
d2b8c5e433
|
Merge pull request #20524 from taosdata/fix/clusterid-isolation
fix: clusterid isolation
|
2023-03-25 09:19:49 +08:00 |
dapan1121
|
95dd3e078a
|
Merge pull request #20596 from taosdata/szhou/python-udf
fix: aggregate function can return null value
|
2023-03-25 08:57:33 +08:00 |
Ganlin Zhao
|
9788532a0a
|
fix
|
2023-03-24 16:59:36 +08:00 |
Ganlin Zhao
|
b06e9e1031
|
fix
|
2023-03-24 14:53:40 +08:00 |
Ganlin Zhao
|
223ae4cc7e
|
fix
|
2023-03-24 14:50:56 +08:00 |
Benguang Zhao
|
22b904b711
|
feat: not allowed to create a topic when WAL_RETENTION_PERIOD is zero
|
2023-03-24 11:55:02 +08:00 |
Benguang Zhao
|
235ef431d2
|
feat: not allowed to set WAL_RETENTION_PERIOD as zero when there are topics defined
|
2023-03-24 11:47:23 +08:00 |
Ganlin Zhao
|
3bdef853b2
|
fix: fix windows handling localtime_s error
|
2023-03-24 10:29:36 +08:00 |
cadem
|
86ca5ce210
|
fix/trigger election by sync msg
|
2023-03-24 09:13:20 +08:00 |
Shengliang Guan
|
8d1224ce22
|
refactor: format code
|
2023-03-23 22:31:20 +08:00 |
Benguang Zhao
|
22d92cd3dc
|
feat: WAL cleanup not affected by topic consumption anymore
|
2023-03-23 18:59:14 +08:00 |
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 |
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 |
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
|
e58afd12e1
|
fix: merge main to 3.0
|
2023-03-22 17:42:09 +08:00 |
dapan1121
|
5b02af6a91
|
fix: merge main to 3.0
|
2023-03-22 16:08:16 +08:00 |
shenglian zhou
|
7db1c08d9d
|
fix: merge during pull
|
2023-03-22 15:28:37 +08:00 |
shenglian zhou
|
0c0edd6a39
|
fix: udf agg can not return null values
|
2023-03-22 15:27:11 +08:00 |
Benguang Zhao
|
75b922c2be
|
feat: retentionSize as 0 means unlimitted in size
|
2023-03-22 15:01:01 +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
|
f97b66e8da
|
merge 3.0
|
2023-03-22 11:55:59 +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 |
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 |
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 |
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 |