Commit Graph

87 Commits

Author SHA1 Message Date
54liuyao a60f390cdc stream primary key 2024-03-21 10:50:07 +08:00
kailixu a9316c3710 feat: support uniq grant 2024-02-04 12:28:00 +08:00
dapan1121 170182fecd feat: support fill history with sub request 2023-06-12 16:10:54 +08:00
Xiaoyu Wang 98e2fa2d7b feat: add ignore update option for create stream 2023-02-08 18:46:12 +08:00
Xiaoyu Wang bc413b8fff feat: add stream option 'delete_mark' 2022-12-06 16:07:11 +08:00
Xiaoyu Wang 02ac6fa552 enh: add unit test and delete useless code 2022-10-26 17:01:55 +08:00
Xiaoyu Wang 5116e0a01b enh: added memory allocators for parser and planner 2022-09-21 17:04:12 +08:00
Xiaoyu Wang ff9d673489 enh: add binary serialization method to node structure 2022-09-13 10:48:39 +08:00
Xiaoyu Wang 99490c063e feat: system table visible permission 2022-08-24 17:36:10 +08:00
Xiaoyu Wang 1530b33991 feat: support 'select *, expr from ...' syntax 2022-06-30 16:16:05 +08:00
Xiaoyu Wang ae076af4f1 feat: sql system info function 'database()', 'client_version()', 'server_version()', 'server_status()', 'current_user()' and 'user()' 2022-06-29 11:41:32 +08:00
Xiaoyu Wang cd36807faf feat: refactor the plan implementation of unique function 2022-06-27 21:30:20 +08:00
Xiaoyu Wang c41a4bd7db feat: subplan adds 'user' field 2022-06-24 17:27:43 +08:00
Liu Jicong 53ef66961a feat(stream): support snode 2022-06-20 14:29:18 +08:00
Liu Jicong 9ae7dc1028 enh(sma): remove filefator 2022-06-15 17:42:21 +08:00
Xiaoyu Wang f45ddaf1c8 feat: stream interval distributed split 2022-06-02 16:37:46 +08:00
54liuyao 901ff9bf18 feat(sma):files factor 2022-05-31 16:14:56 +08:00
Xiaoyu Wang fb901d95e4 fix: some problems of parser for stmt mode 2022-05-17 11:11:40 +08:00
Xiaoyu Wang 41e36dddb7 fix: some problems of parser 2022-05-11 19:03:59 +08:00
Xiaoyu Wang 6e50691b29 feat: sql command 'grant', 'revoke', 'kill transaction' and 'show transactions' 2022-05-07 17:37:17 +08:00
dapan1121 1850dc0371 stmt query 2022-04-28 11:47:55 +08:00
dapan1121 1aa22beb60 stmt query 2022-04-27 20:03:13 +08:00
dapan1121 15d7abf46f stmt query 2022-04-25 20:03:28 +08:00
Xiaoyu Wang 74fb0f4b55 enh: order by primary key optimize 2022-04-24 20:11:06 +08:00
Xiaoyu Wang 20879d0ef7 fix: some syntax parsing problems 2022-04-22 18:23:37 +08:00
Liu Jicong 78222a1722
Merge pull request #11706 from taosdata/feature/tq
refactor(tmq): rewrite tq read function
2022-04-21 15:02:59 +08:00
Liu Jicong a98bf9d1b5 add convert for rSma 2022-04-21 14:19:58 +08:00
dapan1121 da4379853d stmt 2022-04-20 09:12:59 +08:00
Xiaoyu Wang ff80459821 feat: implementation of parser and planner for stmt API 2022-04-18 20:19:24 +08:00
Xiaoyu Wang b9fb9c580d feat: sql command "create stream" 2022-04-16 13:15:14 +08:00
dapan1121 96eee80063 feature/qnode 2022-03-26 15:03:22 +08:00
Xiaoyu Wang 9ca80596e4 merge 3.0 2022-03-21 02:00:30 -04:00
Xiaoyu Wang e4dd627b20 stream plan implement 2022-03-19 03:02:31 -04:00
Xiaoyu Wang c2aebb25bf TD-13675 create sma index parser implement 2022-03-15 06:44:38 -04:00
Xiaoyu Wang 028e6d1620 TD-13981 show databases rewrite 2022-03-11 02:58:29 -05:00
Xiaoyu Wang 84f60fcc0a TD-13747 deal memory leaks 2022-03-10 06:32:39 -05:00
Xiaoyu Wang 8615c97fc6 TD-13704 super table plan split 2022-03-09 06:53:00 -05:00
Xiaoyu Wang b91899e757 TD-13704 super table plan split 2022-03-09 04:32:12 -05:00
Xiaoyu Wang 92cd252b70 TD-13706 integration create table stmt and insert stmt 2022-03-04 05:43:23 -05:00
Xiaoyu Wang 523855bec5 TD-13747 planner integrate 2022-03-01 21:50:51 -05:00
Xiaoyu Wang cd7a0e559b TD-13747 New SQL model integration 2022-02-28 04:56:38 -05:00
Xiaoyu Wang 768e05939c TD-13747 New SQL model integration 2022-02-28 04:02:43 -05:00
Haojun Liao 069d715fe7 [td-11818]update log, fix bug in select * from super_table. 2022-01-21 23:30:03 +08:00
Haojun Liao 1832a50932 [td-11818] select * 2022-01-19 14:47:53 +08:00
Haojun Liao 205aae66af [td-11818] merge 3.0 2022-01-14 15:13:54 +08:00
Xiaoyu Wang 6a0b6671cd TD-12678 single table aggregation physical plan code 2022-01-13 06:24:22 -05:00
Haojun Liao 5d1238010c [td-11818] fix bug in select * from super_table. 2022-01-13 19:01:28 +08:00
Haojun Liao 4aa8be8333 [td-11818] Support the select *. 2022-01-11 23:16:45 +08:00
Haojun Liao 3e40fa3427 [td-11818] fix error in fetch data. 2022-01-11 15:42:27 +08:00
Haojun Liao a2545549bd [td-11818] merge 3.0 2022-01-10 23:20:43 +08:00