Commit Graph

301 Commits

Author SHA1 Message Date
yihaoDeng e495d39220 Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage 2024-11-29 13:50:09 +08:00
factosea 9656ec4c80 fix: misspelling 2024-11-25 19:53:57 +08:00
yihaoDeng afb34e3508 fix test case 2024-11-19 18:54:24 +08:00
Minglei Jin afb71f1536 test/duration: fix duration values 2024-10-24 10:42:39 +08:00
Shengliang Guan 3003e7286e feat: data analysis 2024-10-15 10:00:38 +08:00
Shengliang Guan 9f05ca5ee8 revert: data analysis 2024-10-14 23:27:11 +08:00
Shengliang Guan a2f17c56da fix: ci test cases 2024-10-10 09:53:48 +08:00
Jing Sima 64bb49e0db fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause. 2024-09-11 13:49:06 +08:00
chenhaoran 01ad6a685b tetst:sleep 2 after stop taosd in windows ci 2024-09-03 19:37:22 +08:00
54liuyao 939342b3de fix(query):seset group id for the results of event and count operators 2024-08-22 11:11:40 +08:00
dapan1121 a443fafad2 fix: interval case issue 2024-08-02 16:29:23 +08:00
dapan1121 5e2c5b8894 fix: calander interval and sliding issue 2024-08-02 14:38:55 +08:00
54liuyao be2c16723d adj second param for last_row 2024-07-01 16:38:47 +08:00
dapan1121 6b1d4b842e fix: case when memory leak 2024-06-11 15:28:04 +08:00
54liuyao 545fa5ebcb add ts column for last cache 2024-06-05 11:38:38 +08:00
dapan1121 a25b70c45c fix: add timeline test cases 2024-05-27 14:53:30 +08:00
54liuyao 4be4a04621 fix(meta scan):check system table scan result 2024-05-16 09:56:07 +08:00
kailixu e31f51dab4 fix: ci problem 2024-04-18 16:03:52 +08:00
dm chen aedec5ead7
Merge branch '3.0' into feat/TD-24834 2024-04-16 11:35:49 +08:00
dapan1121 34a943a1f2
Merge pull request #25242 from taosdata/feat/ly_query
adj last function
2024-04-15 16:04:23 +08:00
dm chen 4d660d89c0
Merge branch '3.0' into feat/TD-24834 2024-04-15 15:12:32 +08:00
Haojun Liao 82ee169d61
Merge pull request #25164 from taosdata/feat/TS-4243-3.0
feat(tsdb): support complex primary key in table.
2024-04-13 18:08:01 +08:00
dapan1121 f2c871f2f5 fix: union precision issue 2024-04-12 11:07:26 +08:00
54liuyao d4ebd2ec71 add ci 2024-04-11 18:16:24 +08:00
54liuyao af97f9e000 add config 2024-04-11 16:48:58 +08:00
kailixu 3738ce9e10 chore: solve conflicts of sql.c 2024-04-11 11:05:58 +08:00
Minglei Jin dcd9901d5f Merge branch '3.0' into feat/TS-4243-3.0 2024-04-10 11:18:19 +08:00
dapan1121 5091247957
Merge pull request #25232 from taosdata/feat/TD-29093/2
Feat/td 29093/2
2024-04-10 09:18:15 +08:00
factosea 8c34d14a9b fix test case 2024-04-03 17:26:51 +08:00
54liuyao 9a8d03f0ca adj last function 2024-04-02 14:03:02 +08:00
kailixu c4aba0ac37 feat: encryption key optimize and test case adjust 2024-04-01 16:14:55 +08:00
slzhou 073e4d8389 fix: increase last_row result size since SFirstLastRes has pk info 2024-03-25 09:48:54 +08:00
Shungang Li 3a656c3595 feat: support 2 replica with arbitrator 2024-03-19 09:30:35 +08:00
54liuyao 14c6dbd2af use non sort merge 2024-03-12 11:45:54 +08:00
54liuyao 8df1f09561 optimze plan and add ci 2024-03-01 11:27:33 +08:00
54liuyao 6de92f7c15 fix count window issue 2024-02-29 11:30:16 +08:00
54liuyao 02379524a1 fix count window issue 2024-02-29 11:30:16 +08:00
54liuyao abd000ed03 disable query count 2024-02-27 10:29:15 +08:00
54liuyao d3dd15e621 count window support having 2024-02-23 11:18:29 +08:00
54liuyao af1893d109 merge 3.0 2024-02-19 18:30:12 +08:00
54liuyao 9b9ddd9159 batch count window 2024-02-06 17:19:12 +08:00
dapan1121 948845ea35 fix: join order by not work issue 2024-02-02 10:38:09 +08:00
kailixu 69448e4801 chore: adjust test case 2024-01-31 15:48:13 +08:00
dapan1121 5d58c27f56 fix: join subquery timestamp order mis-match issue 2024-01-22 14:03:11 +08:00
fullhonest cb2ab749b5 Fix TD-27003: use last row scan when select last_row, last 2024-01-15 15:22:29 +08:00
slzhou c5e39b8a81 fix: add test case 2023-12-21 16:52:27 +08:00
dmchen ea9eba5621 fix ci case 2023-12-12 05:34:41 +00:00
slzhou 3de91de7f9 fix: bi mode create tbname col error 2023-11-23 11:18:05 +08:00
slzhou 1fc16355de enhance: bi mode tbname col to tbname func 2023-11-21 14:34:09 +08:00
dapan1121 350fac01a0 Merge remote-tracking branch 'origin/3.0' into feat/TD-24802 2023-11-10 11:48:55 +08:00