Commit Graph

117 Commits

Author SHA1 Message Date
hjxilinx 45ec7eaf53 [td-168] merge develop 2020-05-02 22:18:32 +08:00
hjxilinx c59d762a35 [td-186] fix bugs for stable join query. 2020-04-30 18:25:33 +08:00
hjxilinx 41d414eaa7 [td-186] fix bugs for last_row. 2020-04-29 11:17:15 +08:00
localvar 036695d459 TD-153: make whole project compile 2020-04-27 17:12:52 +08:00
hjxilinx b93fbf7c9f [td-186] 2020-04-27 00:42:31 +08:00
hjxilinx 59c6434a0d [td-187] 1. support group by query, 2. fix memory leaks in client side. 3. refactor mgmtConn 2020-04-24 22:32:23 +08:00
hjxilinx 2ea4875df2 [td-171] fix bugs in select * for super table. 2020-04-24 15:29:46 +08:00
hjxilinx b7b8edf212 [td-171] fix bugs in create table 2020-04-23 17:10:27 +08:00
hjxilinx 5e221d7231 [td-171] refactor codes 2020-04-23 14:00:46 +08:00
hjxilinx 47c2796bf7 [td-171] refactor client code 2020-04-23 12:22:39 +08:00
hjxilinx 64545fb9a3 [td-171] add filter support, refactor the client side parse functions 2020-04-22 17:14:39 +08:00
hjxilinx 130d4cd20c [td-98] add the group by support for super table query 2020-04-16 11:08:39 +08:00
hjxilinx 3f9d5ccaa4 [td-98] fix bug for query table, tag query cond serialization, 2020-04-10 23:15:33 +08:00
hjxilinx d8aa6d9355 [TD-98] suppress compiler warnings and fix some typo 2020-04-05 15:50:41 +08:00
hjxilinx 93bd14716c [TD-98] fix memory leaks and invalid write 2020-04-05 01:14:37 +08:00
hjxilinx e2b6fb280c [td-32] 2020-04-02 11:40:32 +08:00
hjxilinx 6fae35afd0 [TD-32]add super table tag filter support at vnode side. 2020-03-27 17:55:54 +08:00
hjxilinx c269b6d474 [TD-32] fix error in retrieve data 2020-03-27 01:59:26 +08:00
hjxilinx f629aee1c7 [TD-32] fix error in retrieve data from table created according to stable 2020-03-26 14:15:15 +08:00
hjxilinx 1d5bab8d46 [td-32] refactor codes, change the prepare qinfo functions 2020-03-21 14:41:57 +08:00
hjxilinx 46e58d52b1 [TD-32] refactor codes. 2020-03-21 00:49:26 +08:00
hjxilinx cbe666b28f [TD-32] add query io interface 2020-03-20 00:03:55 +08:00
hjxilinx 5d4f826b7b [TD-32] fix bugs in get table meta (parsing query sql) 2020-03-19 22:06:50 +08:00
hjxilinx d182854456 [TD-32] refactor the table meta 2020-03-19 16:45:36 +08:00
hjxilinx 03346d0ccc [TD-32] refactor the tablemeta 2020-03-18 22:47:20 +08:00
hjxilinx 0b0c1f2828 Merge branch '2.0' into liaohj_2 2020-03-14 18:09:21 +08:00
hjxilinx 80217813fd file rename, move query functions to different module. 2020-03-14 18:05:42 +08:00
slguan 419a061075 [TD-10] 2020-03-14 17:57:06 +08:00
slguan a21c508b36 Merge branch 'develop' into 2.0
# Conflicts:
#	src/client/inc/tsclient.h
#	src/client/src/tscSQLParser.c
#	src/client/src/tscServer.c
#	src/client/src/tscUtil.c
#	src/system/detail/src/vnodeShell.c
2020-02-29 16:11:16 +08:00
hjxilinx df3c457341 fix bugs in regression tests. 2020-02-26 14:20:05 +08:00
hjxilinx ae453f8094 [tbase-849] 2020-02-24 23:56:51 +08:00
slguan 7cedf4afd6 rename meter to table 2020-02-24 14:48:14 +08:00
slguan 5b969523cb rename SCM to S 2020-02-23 16:34:09 +08:00
slguan aee99f114f sort out connect message from client to mgmt 2020-02-23 16:18:28 +08:00
slguan cb1c3a174b rename tsdb.h 2020-02-14 23:18:14 +08:00
slguan 1a2b98c526 #1177 2020-02-12 21:15:44 +08:00
slguan 31f8cf3ff5 Organize mgmtUtil.c file 2020-02-10 21:15:37 +08:00
slguan d97941aacf rename from meter to table 2020-02-10 20:43:19 +08:00
hjxilinx 29df3ea39b support order for super table projection query. #1166. [tbase-1477] 2020-01-21 14:11:05 +08:00
hjxilinx 4bf606a582 add order by ts support for super table query 2020-01-19 17:10:22 +08:00
hjxilinx d37ead6e30 merge code, and fix memory leaks 2020-01-09 18:38:46 +08:00
hjxilinx b058e4e85b add the union support in sql parser: refactor some codes. #1032. [TBASE-1140] 2020-01-08 17:04:00 +08:00
hjxilinx 82706e1b41 add the union support in sql parser: fix bugs and refactor some codes. #1032. [TBASE-1140] 2020-01-08 13:03:48 +08:00
hjxilinx 7358e65db6 fix bugs during union all processing 2020-01-06 17:43:53 +08:00
hjxilinx 5295955b72 add the union support in sql parser: refactor some codes. #1032. [TBASE-1140] 2020-01-06 10:49:14 +08:00
hjxilinx 6287be5a59 add the union support in sql parser: fix memory leaks and refactor some functions, improve the performance of some functions. #1032. [TBASE-1140] 2020-01-03 15:16:20 +08:00
hjxilinx f20169933b add the union support in sql parser: fix some bugs. #1032. [TBASE-1140] 2020-01-02 19:16:02 +08:00
hjxilinx c982714173 add the union support in sql parser. refactor some codes. fix bug in join query caused by feature update #1032. [TBASE-1140] 2020-01-01 23:00:23 +08:00
hjxilinx e15aa9b1f9 add the union support in sql parser. #1032. [TBASE-1140] 2019-12-31 23:33:48 +08:00
hjxilinx c18b6b1ba4 add the union support in sql parser. #1032. [TBASE-1140] 2019-12-30 11:18:16 +08:00
hjxilinx f6d56d843b fix bug in issue #984. [tbase-1384] 2019-12-21 14:59:03 +08:00
hjxilinx d2ef1dad53 [tbase-1287] 2019-12-10 12:16:10 +08:00
hjxilinx 2f9d055696 [tbase-1282] 2019-12-07 18:40:14 +08:00
hjxilinx 4246517c9f [tbase-1282] 2019-12-07 15:24:52 +08:00
hjxilinx 1a5ae0d1c3 [tbase-1282] 2019-12-06 10:10:33 +08:00
hjxilinx 8de14a0c7d [tbase-1282] 2019-12-06 10:08:42 +08:00
hjxilinx 372ac9c27d [tbase-1282] 2019-12-04 18:38:31 +08:00
hjxilinx ae9a948ba3 [tbase-897] 2019-12-04 18:35:10 +08:00
hjxilinx a797219bd6 [tbase-1210] 2019-11-21 16:45:38 +08:00
lihui 3980d488e3 [TBASE-1199] 2019-11-20 13:27:28 +08:00
hjxilinx 85bdad282b [TBASE-1197]fix memory realloc bug 2019-11-20 10:34:05 +08:00
hjxilinx ddfa301e14 refactor some codes 2019-11-13 18:08:50 +08:00
slguan c2e91fcb75 Adjust code structure 2019-11-07 18:12:26 +08:00
slguan b96f79625a remove duplicate data in import sql 2019-08-04 20:48:03 +08:00
slguan fe6672d79b fix the issue #264 #253 #251 2019-08-02 16:52:22 +08:00
slguan 6788a4222c Fix the issue ##110, unsorted timestamp in one request may cause crash 2019-07-20 17:17:10 +08:00
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00