Commit Graph

  • 4a173785b3 feat: alter inverted index (#204) Lanqing Yang 2025-01-15 23:42:12 -08:00
  • 43ddd8dea6 feat: add add_if_not_exists to AddColumn (#207) Yingwen 2025-01-03 23:00:22 +08:00
  • 1a580a0854 chore: derive every type with serde (#206) LFC 2024-12-30 16:30:43 +08:00
  • a875e97644 feat: alter database ttl (#203) Weny Xu 2024-11-21 19:08:03 +08:00
  • 0b90ddc7eb feat: add UnsetTableOptions (#201) Weny Xu 2024-11-20 20:08:41 +08:00
  • 58f8f18215 refactor: split up set and unset messages (#199) Yohan Wal 2024-11-20 12:45:06 +08:00
  • fb4e2146b1 chore: rename flags (#200) Yohan Wal 2024-11-15 14:38:11 +08:00
  • e1070ad3e7 feat: flow replace option (#198) discord9 2024-11-14 14:45:09 +08:00
  • 75c5fb5691 feat: introduce vector type (#197) Zhenchi 2024-11-12 15:38:55 +08:00
  • 67bb1d52bc feat: alter fulltext index (#196) Yohan Wal 2024-11-09 07:06:55 +08:00
  • 396206c280 feat: proto 0.7.0 (#195) jeremyhi 2024-10-30 16:39:07 +08:00
  • 255f87a331 feat: add expr for altering table attributes (#192) Lei, HUANG 2024-10-29 19:10:00 -07:00
  • 86ed051dfd chore: add json type (#194) Weny Xu 2024-10-30 04:12:24 +08:00
  • fc45ac4cce feat: flow state size (#193) discord9 2024-10-29 17:06:51 +08:00
  • b4d301184e feat: rename replay_timeout_secs to timeout_secs (#191) Weny Xu 2024-10-17 13:13:26 +08:00
  • 796ce9b003 feat: support for batch querying metadata information of procedure (#189) taobo 2024-09-19 11:40:35 +08:00
  • 973f49cde8 feat: add json type proto (#188) Yohan Wal 2024-09-09 16:14:58 +08:00
  • 157cfdb527 feat: heartbeat extension field (#190) jeremyhi 2024-09-06 16:09:14 +08:00
  • c437b55725 feat: add channel field to query context (#183) Ning Sun 2024-07-30 21:45:23 +08:00
  • 7ca323090b feat: flush flow request (#182) discord9 2024-07-22 14:35:19 +08:00
  • 5c80165043 feat: adds view definition to CreateViewExpr (#176) dennis zhuang 2024-07-09 10:56:57 -07:00
  • b83f00958f feat: add fulltext options for column (#179) Zhenchi 2024-07-09 04:07:34 +08:00
  • a70a6af9c6 feat: flownode role (#178) Jeremyhi 2024-06-18 11:42:08 +08:00
  • ae26136acc refactor: remove the table in ddl response (#175) Jeremyhi 2024-05-31 14:23:53 +08:00
  • 21ed40d4a1 feat: adds MergeScan plan node (#172) dennis zhuang 2024-05-30 20:09:22 -07:00
  • 31dd060fc3 feat: change EXPIRE WHEN to EXPIRE AFTER (#170) Ruihang Xia 2024-05-27 14:40:56 +08:00
  • 3cd71167ee chore: add compaction paramaters (#169) Lei, HUANG 2024-05-22 17:24:06 +08:00
  • e650f73c0b chore: ignore ccls cache dir (#171) Ruihang Xia 2024-05-22 11:33:53 +08:00
  • a11db14b85 feat: adds view expressions (#165) dennis zhuang 2024-05-14 16:54:19 +08:00
  • 219b2409bb feat: add flow_id and drop_if_exists to DropFlowExpr (#164) Weny Xu 2024-05-10 12:32:37 +09:00
  • e152fcbf17 feat: add QueryContext to DdlTaskRequest and FlowRequestHeader (#166) Weny Xu 2024-05-09 15:27:41 +09:00
  • 5c28f1d7ca feat: add start_time_ms for metasrv node info (#167) Jeremyhi 2024-05-09 14:26:55 +08:00
  • 07de9a47ed feat: more metasrv node info (#163) Jeremyhi 2024-05-07 19:00:15 +08:00
  • a191edaea1 feat: add QueryContext to RegionRequestHeader (#156) Kelvin Wu 2024-05-06 12:49:26 +08:00
  • f699e240f7 feat: adds node info to heartbeat request (#160) dennis zhuang 2024-04-30 11:21:05 +08:00
  • b5412f7225 refactor: remove task suffix (#162) Weny Xu 2024-04-29 21:22:55 +08:00
  • 4bc0d17577 fix: mvn publish (#161) Jeremyhi 2024-04-29 20:06:30 +08:00
  • 8e73563f48 feat: upgrade java depends version (#159) Jeremyhi 2024-04-29 19:18:40 +08:00
  • aba235025a refactor: remove duration type (#158) Jeremyhi 2024-04-28 16:34:50 +08:00
  • 1de2113d4e ci: fixup config pass (#157) tison 2024-04-28 12:02:34 +08:00
  • 95cd1ab1c0 ci: Align pull_request_template with the main repo + upgrade CI (#155) tison 2024-04-28 10:30:32 +08:00
  • 2c14c6e22d refactor: replace sink_table_id with sink_table_name (#153) Weny Xu 2024-04-26 16:47:57 +08:00
  • 20b85ef113 feat: add ChangeColumnType expr (#149) Kould 2024-04-26 14:07:25 +08:00
  • 783682fabc refactor: move TableName out of meta common (#152) Ruihang Xia 2024-04-25 20:14:54 +08:00
  • d18b1c8b8a feat: add or_replace to CREATE FLOW TASK Ruihang Xia 2024-04-25 17:39:22 +08:00
  • 93ebc1ba90 feat: add source_tables and source_table_ids (#151) Weny Xu 2024-04-25 17:29:14 +08:00
  • 5d7db484ce feat: add Create/Remove Task request (#150) discord9 2024-04-25 14:19:55 +08:00
  • 73ac0207ab chore: upgrade tonic and add timezone to region request header (#148) LFC 2024-04-19 11:20:56 +08:00
  • e04700efd3 feat: PromQL ScalarCalculate plan (#147) WU Jingdi 2024-04-17 11:25:37 +08:00
  • 04d78b6e02 feat(promql): add lookback parameter (#145) Eugene Tolbakov 2024-04-14 13:23:18 +01:00
  • 8da84a04b1 feat: get metasrv peers (#144) Jeremyhi 2024-04-12 17:12:19 +08:00
  • b97efbf92a chore: change create database api (#143) Yohan Wal 2024-04-09 17:29:04 +08:00
  • c00c73b76e feat: add PrepareRollback, RollingBack to procedure state (#142) Weny Xu 2024-04-08 17:30:44 +08:00
  • 1bd2398b68 feat: enable database creation (#141) Yohan Wal 2024-04-07 16:07:46 +08:00
  • 06f6297ff3 feat: add drop database expr (#139) Weny Xu 2024-03-19 17:51:02 +08:00
  • 349cb38558 feat: add extension field to region response (#138) Ruihang Xia 2024-03-15 15:47:06 +08:00
  • 96f1f0404f feat: region procedure service (#137) dennis zhuang 2024-02-02 22:56:40 +08:00
  • 188153f55e release: v0.4.3 (#136) JeremyHi 2024-01-31 10:48:30 +08:00
  • 519b1d0757 feat: support batch ddl (#135) JeremyHi 2024-01-22 14:39:21 +08:00
  • 65b008f018 chore: add Metrics in FlightMetadata (#134) shuiyisong 2024-01-16 12:02:54 +08:00
  • 2c1f17dce7 feat: support timezone in gRPC query (#132) WU Jingdi 2024-01-09 17:02:44 +08:00
  • 2e1bc02286 fix: license header check ci (#133) WU Jingdi 2024-01-04 16:25:33 +08:00
  • a31ea166fc chore: big typos (#129) JeremyHi 2023-12-15 11:55:39 +08:00
  • 4306ab645e feat: java proto v0.4.1 (#128) JeremyHi 2023-12-14 16:39:06 +08:00
  • b1d403088f feat(inverted_index): add row count to metas (#126) Zhenchi 2023-12-05 10:42:43 +08:00
  • 4377b4377c feat: add closeable_region_ids in RegionLease (#125) Weny Xu 2023-12-04 18:42:07 +09:00
  • 2aaee38de8 feat: add IF EXISTS for DROP (#123) Junfan Zhang 2023-11-24 16:40:12 +08:00
  • 2b3ae45740 refactor(index): add base offset to InvertedIndexMeta (#124) Zhenchi 2023-11-24 16:26:36 +08:00
  • a11efce55d feat: add type extension for column (#122) Wei 2023-11-24 10:40:50 +08:00
  • 2ffdcae9f9 feat: add InvertedIndexMetas (#121) Zhenchi 2023-11-23 12:31:40 +08:00
  • 25429306d0 feat: pass tracing context in proto (#120) WU Jingdi 2023-11-15 19:26:13 +08:00
  • 7eb2e78be7 feat: use GrantedRegion instead of region_ids (#117) Weny Xu 2023-11-03 23:40:32 +09:00
  • 9d82dddf75 ci: publish maven artifact (#119) LFC 2023-11-03 22:39:58 +08:00
  • 5da72f1cae ci: publish maven artifact (#116) LFC 2023-10-31 16:24:20 +08:00
  • d354d4f0f7 feat: introduce region role (#113) Weny Xu 2023-10-31 16:17:41 +09:00
  • c27b3844e5 refactor: remove router rpc (#114) Weny Xu 2023-10-31 13:12:55 +09:00
  • 1d7dc6f18b feat: remove the move_value api (#111) JeremyHi 2023-10-23 10:20:57 +08:00
  • 365922c358 chore(deps): bump tonic, tonic-build and prost (#110) Ruihang Xia 2023-10-19 21:46:47 +08:00
  • ced45cb787 ci: downgrade container to 20.04 (#108) Yingwen 2023-10-18 14:23:49 +08:00
  • 1f1dd532a1 chore: add dbname in region request header for tracking purpose (#107) shuiyisong 2023-10-07 17:16:26 +08:00
  • 693128abe9 feat: truncate region (#103) Vanish 2023-09-24 15:13:21 +08:00
  • 115c108077 feat: remove create_if_not_exists from region CreateRequest (#106) Yingwen 2023-09-20 16:11:27 +08:00
  • 9d3f28d07d feat: add duration column. (#105) Wei 2023-09-18 19:08:44 +08:00
  • 637c54338f feat: add comment field to ColumnDef (#104) Ruihang Xia 2023-09-17 05:59:41 -05:00
  • e81a60e817 feat: region storage path (#102) JeremyHi 2023-09-15 16:39:28 +08:00
  • 81495b166b chore: remove table ident (#99) LFC 2023-09-12 23:20:59 +08:00
  • 33db1a4429 feat: remove region id and add request header (#101) Ruihang Xia 2023-09-06 07:52:41 -05:00
  • 620337bd5e add a missing CMakeLists.txt (#98) niebayes 2023-09-06 16:33:24 +08:00
  • 1969b5d610 feat: distributed alter table in region server (#97) LFC 2023-09-04 18:58:35 +08:00
  • b585955dbb feat: v04 new heartbeat (#96) JeremyHi 2023-09-01 11:51:45 +08:00
  • 6d4131f57e feat: rm unused compact and flush (#95) JeremyHi 2023-08-30 19:03:48 +08:00
  • 117ec6c510 feat: remove storage path in open/create request (#92) Ruihang Xia 2023-08-30 03:15:21 -05:00
  • f263419222 feat: create schema with options (#93) shuiyisong 2023-08-30 14:40:08 +08:00
  • e8e228b026 refactor: remove **all** unnecessary 'optional' notation (#91) zyy17 2023-08-30 11:08:14 +08:00
  • ec2d346e09 docs: update primary key comment (#89) Yingwen 2023-08-28 17:24:10 +08:00
  • 3b5a687da5 feat: define header for region request (#90) Ruihang Xia 2023-08-28 04:22:46 -05:00
  • 73eeb12704 feat: make region request derive strum (#87) LFC 2023-08-28 15:41:50 +08:00
  • 39b0ea8d08 fix: minor changes to region server (#88) Ruihang Xia 2023-08-27 22:00:55 -05:00
  • 4d9ed36291 fix: typo (#84) LFC 2023-08-25 17:40:10 +08:00
  • 708866d505 chore: rename RegionServer to Region (#85) Ruihang Xia 2023-08-25 04:01:40 -05:00