Commit Graph

16143 Commits

Author SHA1 Message Date
tomchon ee290fe2a4 Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-07 16:44:05 +08:00
Elias Soong ce0a24cae8
Merge pull request #6785 from taosdata/docs/Update-Latest-Feature
[TD-2569] <docs>: fix typo.
2021-07-07 16:05:26 +08:00
Elias Soong c4787210a9 [TD-2569] <docs>: fix typo. 2021-07-07 16:05:01 +08:00
Shuduo Sang 3da8055c2d
Feature/sangshuduo/td 3973 use jemalloc (#6784)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* add /etc/ld.so.conf.d/jemalloc.conf for centos

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 16:04:08 +08:00
Elias Soong 1aa2019d4c
Merge pull request #6783 from taosdata/docs/Update-Latest-Feature
[TD-4657] <docs>: fix typo.
2021-07-07 15:20:28 +08:00
Elias Soong 9f8e0e09ff [TD-4657] <docs>: fix typo. 2021-07-07 15:19:45 +08:00
Hui Li efdeaa5765
Merge pull request #6764 from taosdata/xiaoping/add_test_case
[TD-5078]<test>: update test case for nested query
2021-07-07 13:38:49 +08:00
Shuduo Sang 8ab4b3131a
Feature/sangshuduo/td 5053 taosdump support nanosecond (#6769)
* [TD-5053]<feature>: taosdump support nanosecond

huge code refactoring

* fix arm32 compile issue.

* [TD-5053]<feature>: taosdump supports nanosecond.

* fix precision parsing order issue.
2021-07-07 12:21:46 +08:00
tomchon a388965892 modify dockerManifest.sh 2021-07-07 11:31:15 +08:00
tomchon cd95ff5d28 Merge branch 'release/ver-2.1.4.1' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 17:52:26 +00:00
tomchon a7a38aece7 modify release scripts of docker-building 2021-07-06 17:50:49 +00:00
tomchon 1f6715c0a5 Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 19:34:27 +08:00
Shuduo Sang 7c869c765a
Feature/sangshuduo/td 3973 use jemalloc (#6767)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 19:32:21 +08:00
tomchon 24a56eb1c7 Merge branch 'release/ver-2.1.4.1' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 18:40:41 +08:00
tomchon 0e0495832a Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 18:33:00 +08:00
Shuduo Sang 7d9efc95a2
Feature/sangshuduo/td 3973 use jemalloc (#6766)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:31:38 +08:00
Ping Xiao d93c482860 [TD-5078]<test>: update test case for nested query 2021-07-06 18:28:45 +08:00
tomchon d4632f740d Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 18:01:35 +08:00
Shuduo Sang 7a80bf0417
Feature/sangshuduo/td 3973 use jemalloc (#6762)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 17:59:51 +08:00
Shuduo Sang d53b734901
[TD-5067]<fix>: taosdemo stmt use sample data (#6759) 2021-07-06 17:59:39 +08:00
Haojun Liao 2bf253d336
Merge pull request #6744 from taosdata/hotfix/TD-5042
[TD-5042]fix diff group by crash issue
2021-07-06 14:51:11 +08:00
Haojun Liao 332c397f43
Merge pull request #6749 from taosdata/hotfix/TD-5043
[TD-5043]fix offset issue
2021-07-06 14:50:55 +08:00
Haojun Liao 37a81dfac6
Merge pull request #6699 from taosdata/fix/TD-4947
[TD-4947]<fix> handle mixed group by with top/bottom corrupt
2021-07-06 14:50:40 +08:00
zyyang-taosdata 2510a77f58 Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 14:17:14 +08:00
Shuduo Sang 95b0cee27b
[TD-5053]<feature>: taosdump support nanosecond (#6751)
* [TD-5053]<feature>: taosdump support nanosecond

huge code refactoring

* fix arm32 compile issue.
2021-07-06 14:07:52 +08:00
Elias Soong 4bb8553cc2
Merge pull request #6754 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-07-06 13:27:38 +08:00
Elias Soong 6da6c97053 [TD-5072] <docs>: describe detail about table name wildcard. 2021-07-06 13:26:59 +08:00
Shuduo Sang 8868d44773
Feature/sangshuduo/td 3973 use jemalloc (#6752)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 12:37:55 +08:00
wpan beff12c7ba fix bug issue 2021-07-06 11:47:18 +08:00
wpan 06f38b5b1c add group by condition check 2021-07-06 10:53:30 +08:00
Hui Li ceeddfaadc
Merge pull request #6741 from taosdata/test/TD-4899
add manual test case of subscription with no result file defined
2021-07-06 10:11:50 +08:00
Hui Li 0834f2539d
Merge pull request #6748 from taosdata/xiaoping/add_test_case
[TD-4983]<test>: add test case for interval boundary
2021-07-06 10:11:42 +08:00
Zhiyu Yang a657f4529b
add tq release packagine scripts (#6739)
* change version number

* change packaging scripts

* add more scripts

* change scripts

* change

* change

* change

Co-authored-by: plum-lihui <huili@taosdata.com>
2021-07-06 09:23:05 +08:00
wpan 3fad481995 fix offset issue 2021-07-06 09:06:36 +08:00
bryanchang0603 d2b4f31a32 Merge branch 'release/ver-2.1.4.1' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-06 02:30:14 +08:00
bryanchang0603 32d8dd7979 modify release.sh 2021-07-06 02:27:49 +08:00
zyyang-taosdata 48db99a7e9 modify alert release'scripts 2021-07-05 22:58:20 +08:00
Haojun Liao d63df5673a
Merge pull request #6747 from taosdata/hotfix/TD-5051
[TD-5051]add interval value check
2021-07-05 22:56:47 +08:00
Haojun Liao 68e41b7e32
Merge pull request #6732 from junli1026/jun/hash
Make taosHashGetSize thread-safe and rename function
2021-07-05 22:55:06 +08:00
zyyang-taosdata 053126add3 Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-05 19:48:31 +08:00
Ping Xiao d390ad7a8e [TD-4983]<test>: add test case for interval boundry 2021-07-05 18:27:32 +08:00
wpan 752db3477a add interval value check 2021-07-05 18:18:24 +08:00
yihaoDeng 70f9acbfde [TD-4947]<fix> handle mixed group by with top/bottom corrupt 2021-07-05 18:02:32 +08:00
Haojun Liao b2d1471889
Merge branch 'develop' into fix/TD-4947 2021-07-05 18:25:57 +08:00
Hui Li d441dee5e0
Merge pull request #6743 from taosdata/xiaoping/add_test_case
[TD-5000]<test>: add test case for nested query
2021-07-05 17:30:26 +08:00
wpan 9debc4992d add diff... group by check 2021-07-05 16:06:43 +08:00
zyyang-taosdata 965f55beeb change version number 2021-07-05 15:43:25 +08:00
Shengliang Guan 2d79c55eff
Merge pull request #6728 from taosdata/fix/TD-4665
CHANGE keepColumnName to 1
2021-07-05 15:36:23 +08:00
Elias Soong 17817986bb [TD-4657] <docs>: describe short version of "LIMIT/SLIMIT OFFSET" clause. 2021-07-05 15:29:46 +08:00
Ping Xiao 18df0e3792 [TD-5000]<test>: add test case for nested query 2021-07-05 14:37:59 +08:00