Commit Graph

31003 Commits

Author SHA1 Message Date
yihaoDeng ec35f5718e fix invalid free 2024-04-01 19:58:04 +08:00
yihaoDeng d6f6c77590 Merge branch '3.0' into feature/compressData 2024-04-01 08:42:17 +00:00
yihaoDeng a77d98cab6 Merge branch '3.0' into feature/compressData 2024-04-01 08:40:50 +00:00
yihaoDeng 53ecfe511a Merge branch '3.0' into feature/compressData 2024-04-01 08:04:16 +00:00
yihaoDeng e9faf4ab08 fix ci error 2024-04-01 07:58:00 +00:00
Haojun Liao c6294200ea
Merge pull request #25211 from taosdata/fix/TD-28032
fix:same subtable same partition by leads to same table name in stream
2024-04-01 15:49:47 +08:00
yihaoDeng 85b0c8c798 fix ci error 2024-04-01 07:17:55 +00:00
yihaoDeng 0e277507a4 fix ci error 2024-04-01 03:29:10 +00:00
yihaoDeng 237ec5a46c fix ci error 2024-04-01 01:39:50 +00:00
yihaoDeng c852a8d092 fix ci error 2024-03-31 14:47:38 +00:00
yihaoDeng 17b2310df3 fix ci error 2024-03-31 13:57:18 +00:00
yihaoDeng 22f9830bbb fix ci error 2024-03-31 12:51:27 +00:00
kailixu ba65f5a519 enh: integer with duration literal for timestamp 2024-03-31 20:50:02 +08:00
yihaoDeng 0e3c63e94d fix ci error 2024-03-31 04:04:50 +00:00
yihaoDeng 0a312dfdd6 fix ci error 2024-03-31 03:16:54 +00:00
yihaoDeng 9e11fe45a9 fix ci error 2024-03-31 00:08:23 +00:00
yihaoDeng e71eefddfc Merge branch 'feat/TS-4243-3.0' into feature/compressData 2024-03-30 14:58:29 +00:00
yihaoDeng ff8b606e37 fix ci error 2024-03-30 14:30:38 +00:00
yihaoDeng 1bb071a101 fix ci error 2024-03-30 14:29:05 +00:00
yihaoDeng cad8fec42e Merge branch '3.0' into feature/compressData 2024-03-30 13:59:45 +00:00
yihaoDeng bda7014b1c Merge branch '3.0' into feature/compressData 2024-03-30 11:06:09 +00:00
yihaoDeng ddf37b10a0 Merge branch '3.0' into feature/compressData 2024-03-30 10:37:33 +00:00
yihaoDeng d2d7cd854c Merge branch '3.0' into feature/compressData 2024-03-30 10:21:23 +00:00
yihaoDeng aa5ccf2b0b Merge branch '3.0' into feature/compressData 2024-03-30 09:57:23 +00:00
yihaoDeng 0cce8df6b5 Merge branch '3.0' into feature/compressData 2024-03-30 02:00:24 +00:00
yihaoDeng d7cee5dd80 fix invalid compress/decompress 2024-03-29 13:48:58 +00:00
Haojun Liao dd2f6287ec fix(tsdb): fix rowkey assign error. 2024-03-29 18:59:29 +08:00
Haojun Liao 55bb6ab341 fix(tsdb): set correct initial value for compare 2024-03-29 18:15:03 +08:00
slzhou b504627830 fix: new group block to reset func input iter hasPrev 2024-03-29 17:01:56 +08:00
yihaoDeng b7067e61c8 fix ci error 2024-03-29 08:40:19 +00:00
slzhou fe1a7e4b9c feat: add pk col to scan cols of scan logic node of delete operation 2024-03-29 11:05:45 +08:00
yihaoDeng 4f843d05c6 Merge branch 'feat/TS-4243-3.0' into feature/compressData 2024-03-29 03:02:59 +00:00
yihaoDeng 2f10dca544 Merge branch 'feature/compressData' of https://github.com/taosdata/TDengine into feature/compressData 2024-03-29 02:53:02 +00:00
slzhou 1e5ef8271a feat: update column and drop column is banned for normal table pk column 2024-03-29 10:52:28 +08:00
factosea bbbb605d8f lemon rebuild 2024-03-29 10:40:24 +08:00
factosea 9ddc0b51cb merge 2024-03-29 10:37:59 +08:00
slzhou 6202e1f501 feat: drop pk column and update pk column is not supported for stable 2024-03-29 10:26:09 +08:00
yihaoDeng 209d1d3db3 fix mem leak 2024-03-28 13:03:30 +00:00
yihaoDeng 2ecc7c27f7 fix mem leak 2024-03-28 12:10:04 +00:00
yihaoDeng ee81a43f81 refactor code 2024-03-28 11:56:44 +00:00
wangmm0220 8e2a2414c0 fix:same subtable same partition by leads to same table name in stream 2024-03-28 13:48:46 +08:00
dapan1121 ca0f790f3e
Merge pull request #25179 from taosdata/mark/3.0
fix:decode task error if task version is smaller than 2
2024-03-28 13:19:45 +08:00
yihaoDeng 94e2aa2ed5 refactor code 2024-03-28 01:44:04 +00:00
Haojun Liao 2362babbb3
Merge pull request #25199 from taosdata/fix/3_liaohj
fix(stream): fix invalid read.
2024-03-28 09:04:33 +08:00
Hongze Cheng c54978e8e4
Merge pull request #25198 from taosdata/fix/arbencode
fix: arb encode error
2024-03-27 17:42:51 +08:00
Haojun Liao 277a009677 fix(test): fix unit test compiler error. 2024-03-27 16:42:32 +08:00
slzhou 43cefb9d55 feat: find pk col from interp func node for interp operator 2024-03-27 16:26:47 +08:00
Shungang Li c611974247 fix: tmsg encode error 2024-03-27 16:00:38 +08:00
Hongze Cheng 72ad1cd734
Merge pull request #25195 from taosdata/fix/TD-29285
fix invalid free while taosd quit
2024-03-27 15:59:59 +08:00
Haojun Liao 5157d5b97d fix(stream): fix invalid read. 2024-03-27 15:53:24 +08:00