wangmm0220
8a81278024
fix:load pHandle if necessary wher tq restore
2023-06-13 15:14:11 +08:00
Haojun Liao
933d08b489
Merge pull request #21690 from taosdata/feature/TS-3495
...
feat:add parameters for consumer & add offset rows for subscription
2023-06-13 14:59:15 +08:00
Hongze Cheng
7baeabc6b9
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-06-13 13:21:12 +08:00
wangmm0220
fb123d8761
fix:conflict from 3.0
2023-06-13 09:47:08 +08:00
wangmm0220
6657b8d849
fix:modify offset description to string
2023-06-12 09:44:00 +08:00
Benguang Zhao
3689b41f3a
Merge branch '3.0' into FIX/TD-24182-3.0
2023-06-12 09:39:49 +08:00
Hongze Cheng
9cdaf24113
more code
2023-06-09 17:52:57 +08:00
wangmm0220
3f46a9bbc9
feat:add parameters for consumer & add offset rows for subscription
2023-06-08 18:14:02 +08:00
Hongze Cheng
ef524f6965
more code
2023-06-08 15:35:43 +08:00
Hongze Cheng
2f5f0b75df
refact code
2023-06-08 10:31:19 +08:00
Hongze Cheng
91c8391bff
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-06-08 09:53:57 +08:00
Shungang Li
472665e4b1
fix: compress core by tDataTypes
2023-06-06 13:06:53 +08:00
Benguang Zhao
ae26f701ae
fix: ignore TSDB_CODE_MND_TRANS_SYNC_TIMEOUT on updating trans
2023-06-02 18:49:15 +08:00
Hongze Cheng
616a675682
more code
2023-05-31 10:59:47 +08:00
Hongze Cheng
e4b7318ced
more code
2023-05-27 19:54:07 +08:00
Hongze Cheng
880359ddb3
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-27 11:50:25 +08:00
Hongze Cheng
b4b0db9a3d
more code
2023-05-26 23:51:18 +08:00
Hongze Cheng
0090d02226
more code
2023-05-26 23:42:47 +08:00
Hongze Cheng
4cb4c6388c
more code
2023-05-26 19:32:02 +08:00
dmchen
fcf2b58aad
check offline when force
2023-05-26 12:48:37 +08:00
Hongze Cheng
3c2a54ab4b
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-24 18:28:56 +08:00
Dingle Zhang
984211f3b4
Feature/3.0 geometry ( #21037 )
...
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.
* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling
* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh
* Add a function MakePoint() and introduce a lib geometry
* implement sql functions GeomFromText() and AsText()
* Use GEOS *_r funcions instead for thread safety
* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.
* refactor AsText and MakePoint functions to be like GeomFromText
* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file
* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.
* set number of decimals of WKT to 6
* Implement SQL function Intersects()
* refactor geometry sql functions
* Add geosErrMsgeHandler() to get the GEOS error detail
* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists
* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.
* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.
* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn
* Add prefix "ST_" for all geometry functions
* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile
* Add unit test for geometry lib, only test MakePoint so far
* refactor and enhance existing cases in geomFuncTest
* implement NULL type and NULL value test for geomFuncTest
* add test on geomFromText()
* add unit test on AsText() in geomFuncTest
* combine some makePointFunction test items
* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions
* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content
* add more cases into intersectsFunction test
* Add basic test on geometry in system test
* Add ST_GeomFromText and ST_AsText function test in system test on geometry
* add ST_Intersects function test in system test on geometry
* support to check expectedErrno in system test on geometry
* adjust geomTest unit test and geometry system test
* add geometry data type and functions in doc english version
* implement touchesFunction() in geometry lib
refactor geometry relation functions model
* separate gemFuncTest into several src files
* add unit test on touchesFunction
* support sql function ST_Touches()
add system test on ST_Touches
* add docs for ST_Touches()
* Add ST_Contains()
* Add ST_Covers()
* Add ST_Equals()
* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()
* Add ST_ContainsProperly()
* build on windows
* Merge from 3.0 to 3.0_geometry
* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility
* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()
* add /usr/local/include into include directory
* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
Haojun Liao
99f669434a
Merge pull request #21282 from taosdata/feature/TD-23117
...
feat:[TD-23117] add schema for ins_topics
2023-05-24 14:54:42 +08:00
Hongze Cheng
85c4c61027
more code
2023-05-23 14:18:23 +08:00
Hongze Cheng
91a5e17b9b
more code
2023-05-23 11:45:33 +08:00
Hongze Cheng
57bde4f311
more code
2023-05-23 11:35:44 +08:00
Hongze Cheng
ca28c99f80
more code
2023-05-23 11:19:24 +08:00
Hongze Cheng
c16126fa96
more code
2023-05-22 18:39:10 +08:00
Hongze Cheng
8b83c85b0c
more code
2023-05-22 16:28:31 +08:00
Hongze Cheng
e731a08f2d
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-22 14:07:49 +08:00
dapan1121
6e5ec3d097
Merge pull request #21358 from taosdata/feat/TD-23362-3.0
...
feat: support update active code by SQL
2023-05-20 14:09:20 +08:00
Hongze Cheng
de1bdf97f9
more code
2023-05-19 17:20:53 +08:00
Hongze Cheng
1c4abc62c3
more code
2023-05-19 15:16:01 +08:00
Hongze Cheng
e247870548
more code
2023-05-19 13:35:32 +08:00
Hongze Cheng
66ea10755e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-19 10:58:12 +08:00
Hongze Cheng
944d6a9c74
more code
2023-05-19 10:24:07 +08:00
wade zhang
1ade314043
Merge pull request #21325 from taosdata/feat/force-drop-dnode
...
Feat/force drop dnode
2023-05-19 09:23:54 +08:00
Hongze Cheng
5847774ba2
more code
2023-05-18 18:58:50 +08:00
Hongze Cheng
ce3ede94ee
more code
2023-05-18 18:38:14 +08:00
kailixu
1de90208f7
test: test case for alter dnode active code
2023-05-18 18:02:48 +08:00
Hongze Cheng
c7d1c88fbc
more code
2023-05-18 15:06:21 +08:00
dmchen
178a303832
change restore prompt message
2023-05-18 14:43:10 +08:00
Hongze Cheng
4b5ea55d1a
more code
2023-05-17 16:46:10 +08:00
dmchen
9ff56a4e2b
unsafe command
2023-05-16 14:02:54 +08:00
Hongze Cheng
96bfbbe784
refact more code
2023-05-16 10:07:46 +08:00
Hongze Cheng
e783609ebd
more code
2023-05-16 09:36:32 +08:00
Hongze Cheng
c31b1034cd
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-15 14:26:40 +08:00
Haojun Liao
99148d6719
other: merge 3.0
2023-05-13 20:02:48 +08:00
wangmm0220
e17a105eff
feat:[TD-23117] add schema for ins_topics
2023-05-12 18:14:43 +08:00
Hongze Cheng
e7ebb5c2db
more code
2023-05-12 16:23:07 +08:00
kailixu
7643114216
Merge branch '3.0' into enh/TD-23582-3.0
2023-05-12 14:26:33 +08:00
Hongze Cheng
a15a1ab806
Merge branches 'enh/tsdb_optimize' and '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-12 14:14:45 +08:00
dapan1121
eda4c85dbb
Merge pull request #21253 from taosdata/feat/TD-23643-3.0
...
feat: support connectors licensing
2023-05-11 18:19:04 +08:00
kailixu
efd6b578ff
chore: more code
2023-05-11 14:57:50 +08:00
yihaoDeng
5708fcb5cb
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-10 08:02:16 +00:00
dmchen
565c930f77
check 2 mnode
2023-05-10 15:50:54 +08:00
kailixu
665681947f
chore: more code
2023-05-09 19:02:09 +08:00
cadem
843d606058
feat/restore dnode
2023-05-09 17:15:37 +08:00
kailixu
e4882765ae
Merge branch '3.0' into feat/TD-23643-3.0
2023-05-08 16:28:20 +08:00
kailixu
2be6ff4630
chore: more code
2023-05-06 20:38:50 +08:00
yihaoDeng
08c3a63341
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
2023-05-06 12:37:54 +00:00
Haojun Liao
71a2886fa5
Merge pull request #21163 from taosdata/fix/TS-3277
...
fix:[TS-3277]table not exist if drop stable in another client when in…
2023-05-06 14:30:23 +08:00
Hongze Cheng
8f058c8571
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-06 13:22:49 +08:00
dm chen
ee0e0b4ad4
Update taoserror.h
2023-05-05 17:46:24 +08:00
wangmm0220
0a469484fa
fix:[TS-3277]table not exist if drop stable in another client when insert data using schemaless interface
2023-05-05 15:01:27 +08:00
dmchen
af0ca38a89
int16 overflow
2023-05-04 17:12:02 +08:00
kailixu
f012c70f04
enh: error code optimization
2023-04-28 18:16:35 +08:00
yihaoDeng
36a4413bf1
merge rocksdb inst
2023-04-27 14:38:33 +00:00
kailixu
fa822ff286
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-27 19:11:16 +08:00
Hongze Cheng
e2df5f772e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-26 15:36:30 +08:00
kailixu
a6e37622ff
chore: more code
2023-04-25 22:15:06 +08:00
Benguang Zhao
fee4050d79
enh: rename error code TSDB_CODE_SYN_NEGO_WIN_EXCEEDED
2023-04-25 18:05:36 +08:00
Benguang Zhao
693bc09f19
enh: comment off unused error codes in sync and wal
2023-04-25 17:36:13 +08:00
dapan1121
f22d279f5f
Merge pull request #21057 from taosdata/feat/TD-19567
...
feat: support log slow query by default
2023-04-25 13:43:34 +08:00
kailixu
781834065a
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-25 08:22:08 +08:00
kailixu
2d4dd64584
chore: more code
2023-04-24 20:21:28 +08:00
dapan1121
6386c32392
Merge pull request #21034 from taosdata/szhou/td-23586
...
enhance: error code refactor
2023-04-24 16:53:53 +08:00
dapan1121
9551a269b3
feat: support log slow query by default
2023-04-24 16:45:34 +08:00
cadem
470fef6452
fix/block check to async check for mnode
2023-04-24 13:38:55 +08:00
Haojun Liao
fa46165227
Merge branch 'main' into enh/rocksdbSstate
2023-04-24 12:59:24 +08:00
cadem
a781d43577
fix/block-check-to-async-check
2023-04-24 10:23:43 +08:00
Xiaoyu Wang
35f02cdbad
Merge pull request #21013 from taosdata/FIX/TD-23768-main
...
fix: change tdbTbInsert to tdbTbUpsert for meta update in tdb
2023-04-23 15:15:17 +08:00
shenglian zhou
8ce07b0cc7
fix: change error description of udf pipe not exist
2023-04-23 15:04:08 +08:00
Hongze Cheng
7cf2911c23
more code
2023-04-23 14:57:49 +08:00
shenglian zhou
bb3ce6a3d7
enhance: error code refactor
2023-04-23 14:54:12 +08:00
Hongze Cheng
85a36d625e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-23 14:03:59 +08:00
yihaoDeng
917b07348c
Merge branch 'fix/rocksdbState' into enh/rocksRevert
2023-04-23 02:37:26 +00:00
kailixu
77a8e3b213
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-21 16:04:09 +08:00
dapan1121
3c2fc48e74
feat: support new table_prefix/table_suffix mode
2023-04-21 14:17:07 +08:00
Hongze Cheng
2f91256a09
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-21 10:45:41 +08:00
dm chen
d594e4963f
Merge branch '3.0' into feat/learner
2023-04-20 19:11:06 +08:00
wangmm0220
5df7906a62
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/rocksRevert
2023-04-20 18:33:37 +08:00
Benguang Zhao
1b2fe38f75
enh: improve logging msg in metaSnapWrite
2023-04-20 16:22:16 +08:00
Benguang Zhao
a1ca9466cd
enh: adjust size limit of appyQ and negotiationWin
2023-04-20 14:28:56 +08:00
Haojun Liao
a69e2a8045
fix(os): fix the link error in unit test cases.
2023-04-19 15:33:02 +08:00
cadem
3b78d4382b
add learner
2023-04-18 19:03:45 +08:00
Haojun Liao
b57c813681
other: merge feature/3_liaohj
2023-04-14 10:36:54 +08:00
kailixu
04fa4d2e87
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-12 13:05:47 +08:00
Hongze Cheng
3f8f7bb451
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-12 11:28:30 +08:00
yihaoDeng
b24b91886a
Merge branch 'dev3' into enh/rocksRevert
2023-04-11 10:59:00 +00:00
Xiaoyu Wang
4c04b155d5
merge main
2023-04-11 15:56:28 +08:00
Hongze Cheng
a72633d715
more code
2023-04-11 14:22:36 +08:00
Xiaoyu Wang
e2f82f4423
merge main
2023-04-10 09:56:03 +08:00
kailixu
e976fcb91d
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-07 17:51:35 +08:00
Shuduo Sang
4fb5390c6f
chore: release script community main ( #20808 )
...
* chore: cus name support in script
* chore: merge with 3.0
2023-04-07 17:10:39 +08:00
Hongze Cheng
e8e0e4976e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-06 15:51:20 +08:00
Haojun Liao
2b2059ef18
Merge pull request #20534 from taosdata/fix/TD-22671
...
fix:error in TD-23218 & remove useless logic
2023-04-06 11:47:24 +08:00
54liuyao
429b5cd646
feat:add stream file state
2023-04-04 17:09:35 +08:00
yihaoDeng
628bb62c8a
add backpressure
2023-04-04 07:20:05 +00:00
Xiaoyu Wang
e9d7a099cc
merge main
2023-04-04 14:50:58 +08:00
Haojun Liao
a3ac8b647c
refactor: do some internal refactor.
2023-04-03 18:20:35 +08:00
kailixu
55b053150c
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-03 17:29:29 +08:00
kailixu
303bc7dc23
enh: column/row max length support up to 64K
2023-04-03 17:12:14 +08:00
kailixu
37bc1bca36
enh: column/row max length support up to 64K
2023-04-03 17:00:52 +08:00
Hongze Cheng
7e48fc3ca5
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-03 15:25:04 +08:00
Hongze Cheng
171d360cac
Revert "current from binary to json"
2023-03-31 15:25:00 +08:00
Shuduo Sang
5e2b26f146
chore: refactor cus prompt ( #20688 )
...
* chore: refactor cus prompt
* fix: client name in install.sh
* fix: -Wno-reserved-user-defined-literal
* fix: update taos-tools commit
* fix: include/os/osDir.h
* fix: check cus name
* fix: makepkg.sh
* chore: update taos-tools d194dc9
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-30 19:30:54 +08:00
cademfly
db725c6f6d
show priviledge format
2023-03-30 18:53:50 +08:00
cademfly
dbc75feac3
normal table
2023-03-30 15:56:08 +08:00
wangmm0220
2243184a4d
fix:conflicts
2023-03-29 17:53:05 +08:00
Hongze Cheng
d2185b7e68
more code
2023-03-29 13:27:36 +08:00
Haojun Liao
f1ff5dcec4
fix(query): use hashmap to keep the multiple schema.
2023-03-28 22:53:57 +08:00
wangmm0220
d0c55ef572
fix:conflicts
2023-03-28 18:12:13 +08:00
Haojun Liao
6c1515624a
refactor: do some internal refactor.
2023-03-28 11:24:12 +08:00
Haojun Liao
fca79dbc53
Merge branch 'fix/liaohj' into main
2023-03-28 11:20:01 +08:00
Haojun Liao
5c128e2292
refactor: do some internal refactor.
2023-03-28 09:27:48 +08:00
Xiaoyu Wang
97855c6233
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
...
feat: WAL cleanup not affected by topic consumption anymore
2023-03-27 17:58:31 +08:00
Xiaoyu Wang
5f9f5be6f4
fix: enterprise version displays the associated community version gitinfo
2023-03-27 11:06:10 +08:00
Benguang Zhao
ffc3b7b27a
enh: add the errorcode TSDB_CODE_MND_DB_RETENTION_PERIOD_ZERO
2023-03-25 11:06:05 +08:00
Xiaoyu Wang
d2b8c5e433
Merge pull request #20524 from taosdata/fix/clusterid-isolation
...
fix: clusterid isolation
2023-03-25 09:19:49 +08:00
dapan1121
5b02af6a91
fix: merge main to 3.0
2023-03-22 16:08:16 +08:00
wangmm0220
ccba1d07c6
fix:error in TD-23218 & remove useless logic
2023-03-18 18:42:49 +08:00
wangmm0220
7616a283e3
fix:error in TD-23218 & remove useless logic
2023-03-18 18:23:38 +08:00
cadem
7c970d1847
fix/clusterid isolation
2023-03-18 11:16:52 +08:00
kailixu
9d1b0540b2
fix: truncate of server version
2023-03-17 19:05:26 +08:00
dapan1121
c2f346407d
fix: order by error info
2023-03-17 15:17:09 +08:00
dapan1121
59b532a890
fix: modify minrows/maxrows range and add cases
2023-03-16 09:46:14 +08:00
Hongze Cheng
e43b606917
current from binary to json
2023-03-15 10:48:51 +08:00
Shengliang Guan
e98b32a69f
Merge pull request #20427 from taosdata/fix/main_bugfix_wxy
...
fix: last redundant read stt file
2023-03-14 09:41:19 +08:00
Shengliang Guan
bf03965931
Merge pull request #20413 from taosdata/FIX/TD-22564-main
...
enh: not allow to propose if fsm applying progress lagging behind too far
2023-03-14 09:36:04 +08:00
Xiaoyu Wang
62377619ba
enh: optimizing stt file reading in last query
2023-03-13 15:05:24 +08:00
Shengliang Guan
041f03e918
Merge pull request #20414 from taosdata/feat/TD-23058
...
feat: correct slimit&limit clause
2023-03-12 20:48:16 +08:00
slzhou
9df6609448
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-03-12 09:41:09 +08:00
slzhou
c8e05226ce
fix: unknown error prompt
2023-03-12 09:40:49 +08:00
Xiaoyu Wang
a846c26ef9
merge main
2023-03-11 16:14:27 +08:00
dapan1121
5df32cbc78
feat: correct slimit&limit clause
2023-03-11 13:08:20 +08:00
yihaoDeng
3a586a525d
add user err code
2023-03-10 10:34:26 +08:00
slzhou
dab5e33b9b
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-03-09 21:28:38 +08:00
Benguang Zhao
552d0bc8a0
enh: not allow to insert if Tsdb applied lagging behind too far
2023-03-09 18:56:12 +08:00
Xiaoyu Wang
66bb55187d
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
2023-03-08 18:30:24 +08:00