haoranchen
|
b45572eb60
|
Revert "docs: move udf sample code to examples (#33877)" (#33881)
This reverts commit 201a90d696.
|
2025-12-10 17:28:46 +08:00 |
|
Daniel Clow
|
201a90d696
|
docs: move udf sample code to examples (#33877)
|
2025-12-10 15:18:37 +08:00 |
|
Haojun Liao
|
87524f9695
|
fix(query): set the alias name for _select_value if it is only the parameter of some functions. (#32704)
|
2025-08-25 16:35:20 +08:00 |
|
Kaili Xu
|
19f05fc2ff
|
fix: remove user privileges when drop db (#32124)
|
2025-07-23 09:58:16 +08:00 |
|
Haojun Liao
|
bbeffc59b7
|
fix(gpt): dynamic allocate the option buffer and remove the limitation on the option serialization. (#31482)
|
2025-06-26 10:13:38 +08:00 |
|
Simon Guan
|
55b1f90433
|
Merge pull request #31424 from taosdata/merge/3.0tomain2
merge: from 3.0 to main branch
|
2025-06-20 17:49:54 +08:00 |
|
Haojun Liao
|
e35ea17566
|
fix(gpt): fix error when the primary key exists. (#31418)
|
2025-06-20 15:54:59 +08:00 |
|
Simon Guan
|
441a2472d7
|
Merge branch '3.0' into merge/3.0tomain2
|
2025-06-19 18:26:02 +08:00 |
|
Yihao Deng
|
5f1e6fa4b6
|
update ip -white-list log (#31331)
|
2025-06-16 19:50:42 +08:00 |
|
Haojun Liao
|
60ae7913c1
|
fix(query): check the trimmed string length before memcpy. (#31366)
|
2025-06-14 16:09:47 +08:00 |
|
Simon Guan
|
2838d2f063
|
Merge branch '3.0' into merge/mainto3.0
|
2025-06-14 10:41:12 +08:00 |
|
Simon Guan
|
f691365426
|
Merge branch 'main' into merge/mainto3.0
|
2025-06-14 10:32:34 +08:00 |
|
Haojun Liao
|
f086921d80
|
fix(gpt): fix the error in future co-variate forecasting. (#31333)
|
2025-06-14 09:50:56 +08:00 |
|
Yihao Deng
|
dc6dba0e06
|
feat: database engine (taosd) supports IPV6 (#31101)
|
2025-06-10 09:18:58 +08:00 |
|
dongming chen
|
4b0ec00b75
|
enh: [TS-6089] trans-parallel (#30265)
|
2025-05-29 16:49:43 +08:00 |
|
Simon Guan
|
a6e1578460
|
test: adding continue running method (#31216)
|
2025-05-27 13:40:38 +08:00 |
|
Simon Guan
|
309f4ffa5c
|
Merge branch 'main' into merge/mainto3.0
|
2025-05-26 13:46:33 +08:00 |
|
Simon Guan
|
e35b774f8b
|
test: frame work (#31201)
|
2025-05-26 13:40:58 +08:00 |
|
Haojun Liao
|
ba35fc3411
|
test: update test cases.
|
2025-05-23 12:49:30 +08:00 |
|
Haojun Liao
|
2ebc730eec
|
test(stream): update test cases.
|
2025-05-23 09:25:47 +08:00 |
|
Simon Guan
|
08b8673ac5
|
merge: from main to 3.0 branch (#31161)
|
2025-05-22 09:13:14 +08:00 |
|
Mario Peng
|
4fab91f800
|
fix(stmt2):memleak insert into stb (#31127)
|
2025-05-17 21:02:58 +08:00 |
|
Simon Guan
|
75e2b3917f
|
Merge branch 'main' into merge/mainto3.0
|
2025-05-12 11:33:33 +08:00 |
|
Haojun Liao
|
e439569455
|
test(stream): update the test cases. (#31044)
|
2025-05-12 11:25:07 +08:00 |
|
dongming chen
|
b318684a52
|
fix: mnode-status-case (#30871)
|
2025-04-28 13:42:11 +08:00 |
|
Simon Guan
|
16f90d4de1
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-27 19:16:46 +08:00 |
|
Minglei Jin
|
856bb2721a
|
fix(tdb/flush): malloc from os when no pages flushed (#30867)
|
2025-04-25 17:22:37 +08:00 |
|
Simon Guan
|
e8dd9daf11
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-19 14:33:11 +08:00 |
|
Simon Guan
|
75df845c05
|
fix: show create table and desc table statements return composite key instead of primary key (#30830)
|
2025-04-19 13:32:34 +08:00 |
|
Haojun Liao
|
7a724c84f4
|
feat(gpt): support covariate forecasting (#30806)
|
2025-04-18 14:01:54 +08:00 |
|
Simon Guan
|
888fed8699
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-16 19:34:20 +08:00 |
|
Haojun Liao
|
a90b41e4ce
|
fix: tables with a composite primary key of type varchar may have incorrect counts of projected results when sorted.
|
2025-04-11 15:44:34 +08:00 |
|
Simon Guan
|
7437dd026e
|
Merge branch '3.0' into merge/mainto3.0
|
2025-04-11 13:47:45 +08:00 |
|
Simon Guan
|
28be0d950b
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-11 13:40:13 +08:00 |
|
Simon Guan
|
50d3705bea
|
enh[TS-6318]: changed the keyword for composite primary keys from "primary key" to "composite key" (#30741)
|
2025-04-10 20:31:35 +08:00 |
|
Simon Guan
|
e777dc5e9f
|
fix: the REPLICA parameter supports plural forms when used to create and alter a database (#30732)
|
2025-04-10 16:48:06 +08:00 |
|
Simon Guan
|
7314c3b145
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-09 19:39:57 +08:00 |
|
Simon Guan
|
0001747378
|
enh: allow ordinary users to execute the "show disk_usage" command. (#30700)
|
2025-04-08 21:00:47 +08:00 |
|
Simon Guan
|
962aac540b
|
merge: from main to 3.0 branch (#30643)
|
2025-04-03 21:23:18 +08:00 |
|
jiajingbin
|
9a642d489e
|
docs: update README
|
2025-04-03 17:25:47 +08:00 |
|
jiajingbin
|
77438c2f9a
|
enh: add statistics for crash count in different versions
|
2025-04-03 17:20:59 +08:00 |
|
Simon Guan
|
dbbf4cbaa7
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-02 23:24:27 +08:00 |
|
xinsheng Ren
|
463430ab15
|
enh: [TS-6195] support cols in stream (#30580)
|
2025-04-02 11:31:08 +08:00 |
|
Haojun Liao
|
841ae19707
|
Merge pull request #30520 from taosdata/doc/analysis
fix(gpt): check for the number of rows for analysis
|
2025-04-02 09:51:16 +08:00 |
|
Simon Guan
|
574f92c5d8
|
Merge branch 'main' into merge/mainto3.0
|
2025-04-01 18:45:10 +08:00 |
|
Simon Guan
|
28c9473513
|
refactor: adjust qid for connector log (#30577)
|
2025-04-01 16:34:33 +08:00 |
|
Haojun Liao
|
bf1b2ef121
|
test(gpt): add case for detecting too few rows for analysising.
|
2025-03-27 10:07:30 +08:00 |
|
Simon Guan
|
55de802a4c
|
fix: anode scripts
|
2025-03-26 13:37:58 +08:00 |
|
Simon Guan
|
9a89db55ca
|
enh: allow ordinary users to execute the “show anodes” command. (#30464)
|
2025-03-25 20:17:16 +08:00 |
|
Jinqing Kuang
|
0639bb12d2
|
fix(stream): ignore still reachable error in case checkError1 (#30394)
|
2025-03-24 21:32:22 +08:00 |
|