Jinqing Kuang
9c7b925613
fix(query)[TD-30667]. Check hardware support for AVX instructions
...
Modify the CMake script to check for hardware support of AVX
instructions directly, instead of relying on compiler flags
for the verification.
2024-10-17 09:19:08 +08:00
Jinqing Kuang
c372959cef
fix(query)[TD-30667]. Fix avx/avx2 check and compilation on ARM platform
2024-10-15 11:32:26 +08:00
Shengliang Guan
b315b446e8
Merge pull request #28360 from taosdata/feat/anal7
...
revert: data analysis
2024-10-15 09:05:28 +08:00
Shengliang Guan
9f05ca5ee8
revert: data analysis
2024-10-14 23:27:11 +08:00
Jinqing Kuang
636c65d62f
enh(query)[TS-4661]. Add AVX2 support for decompression and MIN/MAX comparison
...
- Implement AVX2 instructions to decompress float and double data types
- Add AVX2-based MIN/MAX comparison for both integer and floating-point data types
- Include unit tests to verify functionality and performance improvements
2024-10-14 15:31:40 +08:00
Shengliang Guan
7c0c710465
fix: ctest tag not exist
2024-10-11 09:07:42 +08:00
Shengliang Guan
4dc0c2f47e
feat: data analysis
2024-10-09 17:09:43 +08:00
Ping Xiao
c150465da2
docs: release ver-3.3.3.0
2024-10-08 06:40:57 +08:00
jiajingbin
a621005f65
test: modify crash_gen default taos.cfg
2024-09-27 16:21:50 +08:00
Shungang Li
1b08708fce
enh: add GIT_SHALLOW for cmakelists of third party libs
2024-09-18 11:16:53 +08:00
Ping Xiao
9923079693
TD-31198: add 32/64 bit ODBC driver into Windows packages
2024-09-11 19:57:47 +08:00
dapan1121
d59e3512ee
Merge pull request #26948 from taosdata/enh/addRandError
...
enh: add rand error test
2024-08-04 18:22:14 +08:00
dapan1121
857d9e825b
enh: add rand error test
2024-08-02 13:29:47 +08:00
Minglei Jin
618c2a42e6
fix(cmake/s3): switch s3 off with community version
2024-08-02 12:32:32 +08:00
Ping Xiao
94ca0733d2
docs: release 3.3.2.0
2024-06-28 18:20:01 +08:00
Haojun Liao
df003cca3c
Merge pull request #26197 from taosdata/fix/3_liaohj
...
fix(util): uncomment the timestamp decode function with AVX2 instructions
2024-06-20 16:16:52 +08:00
Haojun Liao
04281bcd07
fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor.
2024-06-19 15:06:09 +08:00
Kai Jiang
6e2a5b9292
Improve tsDecompressIntImpl_Hw performance with AVX512.
...
Signed-off-by: Kai Jiang <kai.jiang@intel.com>
Huanrui Zhang <huanruix.zhang@intel.com>
2024-06-19 11:59:30 +08:00
Hongze Cheng
a4cb7f2357
Merge pull request #26115 from taosdata/fix/TD-30540-30
...
Update the libuv version to prevent compilation errors in higher versions of GCC
2024-06-17 11:46:05 +08:00
Alex Duan
147ea5c040
Update taostools_CMakeLists.txt.in
2024-06-16 09:49:17 +08:00
Yihao Deng
6ff106cd0a
fix compile error
2024-06-12 08:39:35 +00:00
Yihao Deng
89b97eff60
fix compile error
2024-06-12 07:22:40 +00:00
Yihao Deng
2e582155e6
Update the libuv version to prevent compilation errors in higher versions of GCC
2024-06-12 03:09:16 +00:00
Ping Xiao
1a5cd76351
docs: release 3.3.1.0
2024-06-11 18:27:22 +08:00
kailixu
585ec14fea
feat(grant): support industry edition
2024-05-23 17:17:18 +08:00
kailixu
cb5bdd29b5
feat(grant): support industry edition
2024-05-16 17:30:03 +08:00
Hongze Cheng
7b35a5964e
Merge pull request #25471 from taosdata/feat/TD-29196
...
feat: add pcre2 lib to precheck geometry wkt
2024-05-14 17:42:15 +08:00
Haojun Liao
56a1e7e01f
Merge pull request #25727 from taosdata/fix/xftan/TD-29988-3.0
...
fix: build fails on macOS and Windows
2024-05-13 09:44:19 +08:00
Linhe Huo
cfd0fde583
Merge pull request #25378 from taosdata/fix/ld-undefined-reference-to-psl-in-curl
...
fix: undefined reference to `psl_*` while linking s3 libcurl to taosd
2024-05-13 09:22:40 +08:00
t_max
f030af3aab
fix: build fails on macOS and Windows
2024-05-11 14:59:05 +08:00
Ping Xiao
47364bee68
docs: release 3.3.0.0
2024-05-07 08:38:32 +08:00
Shungang Li
a7a736b6d6
feat: add pcre2 lib to precheck geometry wkt
2024-04-25 11:28:07 +08:00
Huo Linhe
a3498bacc9
fix: undefined reference to `psl_*` while linking s3 libcurl to taosd
...
Environment:
- os: Ubuntu 22.04 LTS
- kernel: 5.19.0-051900rc8-generic #202207242130 SMP PREEMPT_DYNAMIC Sun Jul 24 21:34:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Steps:
```bash
./build.sh
```
Error:
```txt
[ 88%] Linking CXX executable ../../../../build/bin/taosd
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-psl.o): in function `Curl_psl_destroy':
psl.c:(.text+0x13): undefined reference to `psl_free'
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-psl.o): in function `Curl_psl_use':
psl.c:(.text+0xad): undefined reference to `psl_latest'
/usr/bin/ld: psl.c:(.text+0xe4): undefined reference to `psl_free'
/usr/bin/ld: psl.c:(.text+0xfc): undefined reference to `psl_builtin'
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-cookie.o): in function `Curl_cookie_add':
cookie.c:(.text+0x11a3): undefined reference to `psl_is_cookie_domain_acceptable'
collect2: error: ld returned 1 exit status
```
Disable libpsl in curl will fix the errors.
2024-04-23 15:45:22 +08:00
Yihao Deng
65c7824165
fix other platform error
2024-04-16 09:52:35 +00:00
yihaoDeng
54294f6479
refactor code
2024-03-24 09:24:40 +00:00
yihaoDeng
3ccf9942a9
refactor code
2024-03-24 05:35:07 +00:00
yihaoDeng
2903d568ea
add test
2024-03-21 11:06:46 +00:00
yihaoDeng
739e3ba7ab
add zstd lib
2024-03-14 12:19:12 +00:00
yihaoDeng
82488ca6c2
add zstd lib
2024-03-14 08:36:08 +00:00
yihaoDeng
816f7d6cbe
add zstd lib
2024-03-14 08:27:41 +00:00
Ping Xiao
b37351333f
release 3.2.3.0
2024-02-29 12:37:00 +08:00
t_max
a5656ad4b9
fix: fix openssl download url
2024-01-22 14:10:52 +08:00
Minglei Jin
18dc6ff695
enh(cmake/curl): download from github instead of curl.se
2023-12-25 09:11:47 +08:00
Ping Xiao
455e70f4ac
docs: release 3.2.2.0
2023-12-20 11:18:08 +08:00
Haojun Liao
bba5a4f08b
other: merge main into 3.0
2023-12-18 18:26:42 +08:00
chao.feng
241515726b
modify cmake for true of DSIMD_SUPPORT by hjliao
2023-12-06 18:27:36 +08:00
Haojun Liao
4d9211dcf1
Merge pull request #23899 from taosdata/fix/liaohj
...
other: merge the patch of stream from 3.0 branch.
2023-12-01 15:49:54 +08:00
Haojun Liao
d7a19a9179
fix(stream): fix invalid decode hbmsg and memory leaks caused by invalid hb msg.
2023-12-01 14:45:18 +08:00
Haojun Liao
e6a024bcb1
refactor: do some internal refactor.
2023-12-01 10:19:58 +08:00
Haojun Liao
0099578816
enh(sys): add check for avx512vl
2023-12-01 10:19:57 +08:00