Commit Graph

4581 Commits

Author SHA1 Message Date
wangmm0220 67a1df6269 feat:[TD-32642] fix problems reviewd 2024-12-09 16:15:48 +08:00
wangmm0220 5cfadb657f feat:[TD-32642] add timezone support in windows 2024-12-06 17:00:50 +08:00
wangmm0220 0165684131 feat:[TD-32642] merge from 3.0 2024-12-05 23:47:46 +08:00
Shengliang Guan c58697d799
Merge pull request #28903 from taosdata/feat/TS-5058-3.0
feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
2024-12-04 18:03:05 +08:00
Shengliang Guan 178a95542a
Merge pull request #29016 from taosdata/enh/TD-30933-3.0
enh(log): specify log output and process log rotate periodically
2024-12-04 14:00:53 +08:00
wangmm0220 931a40985c feat:[TD-32642] add timezone support in windows 2024-12-04 10:53:33 +08:00
Jinqing Kuang c2256e9443 feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
Add the AUTO keyword, which allows automatic determination of the
INTERVAL OFFSET based on the WHERE condition. It simplifies usage by
allowing users to rely on the system to infer the correct offset
without manual specification.
2024-12-04 10:06:47 +08:00
kailixu 4c0903c4c2 enh: boundary check for log output 2024-12-04 08:33:45 +08:00
Shengliang Guan 704a395134 Merge branch '3.0' into merge/mainto3.0 2024-12-03 15:52:10 +08:00
Shengliang Guan 84ea0f1ddd Merge branch 'main' into merge/mainto2.0 2024-12-03 15:50:18 +08:00
kailixu 583c4e8bb6 Merge branch '3.0' into enh/TD-30933-3.0 2024-12-03 15:28:19 +08:00
Shengliang Guan 0829d2219c
Merge pull request #28983 from taosdata/fix/liaohj
refactor: display the time window for force_window_close as the progress.
2024-12-03 11:20:29 +08:00
kailixu 1e8a2ab839 test: add test case for log output 2024-12-03 07:03:53 +08:00
wangmm0220 adff8a60d1 feat:[TD-32642] add timezone support in windows 2024-12-02 18:49:06 +08:00
yihaoDeng 411a476b91 refactor code 2024-12-02 18:42:01 +08:00
kailixu 57afdc6612 fix: compile problem of log rotate on windows 2024-12-01 14:51:12 +08:00
kailixu 76aea0ddb9 enh: log rotate logic 2024-12-01 13:12:32 +08:00
kailixu 9de36b0a19 fix: stat atime/mtime and check return of log output 2024-11-30 22:53:45 +08:00
kailixu a157caa38d enh: process log rotate every 30 minutes 2024-11-29 18:57:09 +08:00
wangmm0220 d52e9a1c5c feat:[TD-32642] add userApp & userIp for connection support 2024-11-29 17:59:53 +08:00
Haojun Liao 9220ec5a92 refactor: update the default checkpoint interval. 2024-11-29 14:18:40 +08:00
kailixu d256fb1c27 enh: support specify log output by -o option 2024-11-29 13:53:30 +08:00
yihaoDeng e495d39220 Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage 2024-11-29 13:50:09 +08:00
kailixu 4b2aea8100 Merge branch '3.0' into enh/TD-30933-3.0 2024-11-29 13:41:25 +08:00
kailixu b4e6e2dfa8 enh: support specify log output by -o option 2024-11-29 13:40:33 +08:00
wangmm0220 5ee80ac3bb feat:[TD-32642] add timezone for connection support 2024-11-29 10:25:59 +08:00
wangmm0220 8629a63c6b feat:[TD-32642] add timezone for connection support 2024-11-29 01:34:20 +08:00
wangmm0220 8c05378ca1 feat:[TD-32642] add timezone for connection support 2024-11-29 01:13:52 +08:00
wangmm0220 5ead3c68b1 feat:[TD-32642] add timezone for connection support 2024-11-29 00:32:29 +08:00
Shengliang Guan fb4486cedb Merge branch 'main' into merge/mainto3.0 2024-11-28 19:21:25 +08:00
wangmm0220 ea9c5d3ce6 feat:[TD-32642] add timezone for connection support 2024-11-28 18:59:54 +08:00
wangmm0220 375c3c4873 feat:[TD-32642] add timezone for connection support 2024-11-28 17:17:16 +08:00
wangmm0220 0e2a16d70f feat:[TD-32642] add charset for connection support 2024-11-27 14:25:34 +08:00
yihaoDeng 5a65b1977e refactor code 2024-11-26 09:03:00 +08:00
wangmm0220 2ca9f9c8ce feat:[TD-32642] merge from 3.0 2024-11-26 00:13:43 +08:00
yihaoDeng 8a10fd4f7e refactor code 2024-11-25 20:27:48 +08:00
yihaoDeng c2ca865f2c support subscript 2024-11-25 18:52:34 +08:00
yihaoDeng 4d857b0149 fix mem leak 2024-11-25 15:22:53 +08:00
yihaoDeng 3027e377fa support update multi tag 2024-11-23 22:18:30 +08:00
wangmm0220 69da972796 feat:[TD-32642] add timezone logic 2024-11-22 18:31:51 +08:00
yihaoDeng 6a4aea14ca add test case 2024-11-22 16:43:09 +08:00
yihaoDeng 407eeb6620 Unable to 2024-11-22 14:43:11 +08:00
Shengliang Guan a607951115 Merge branch 'main' into merge/mainto3.0 2024-11-22 13:39:44 +08:00
Haojun Liao af1c0c98bb fix(analytics): do some internal refactor and fix the error in parse the option string. 2024-11-21 15:14:37 +08:00
Shengliang Guan 899e5acb99
Merge pull request #28777 from taosdata/fix/3.0/TD-32366
fix:TD-32366/stmt add geometry datatype check
2024-11-19 18:42:27 +08:00
Pengrongkun f3b4aa14be add checkWKBGeometry function 2024-11-19 16:44:28 +08:00
Shengliang Guan a4b6d9dee0
Merge pull request #28797 from taosdata/enh/TD-32907-3.0
enh: add bypassFlag to facilitate performance testing
2024-11-19 14:24:09 +08:00
Shengliang Guan 686c20cd9f
Merge pull request #28779 from taosdata/fix/3_liaohj
fix(stream): update the msg encoder.
2024-11-19 11:23:08 +08:00
Pengrongkun ff2d0e6d67 fix CI problem 2024-11-19 09:22:34 +08:00
Haojun Liao 1c66f22c2b refactor: move to msg. 2024-11-18 15:00:30 +08:00