Commit Graph

  • 4d8276790b refactor(storage): remove unused FlushIo variant (#1002) Eugene Tolbakov 2023-02-15 03:42:05 +00:00
  • 374acc8830 feat: compaction reader and writer (#972) Lei, HUANG 2023-02-14 17:32:00 +08:00
  • 8491f65093 refactor: remove obj_name_to_tab_ref (#989) shuiyisong 2023-02-14 16:33:55 +08:00
  • 5e6f340dd9 refactor: refactor execute_stream to non-async method (#980) Weny Xu 2023-02-14 15:41:22 +08:00
  • 7b98718cd9 test: Some PromQL cases about aggregator (#977) Ruihang Xia 2023-02-14 15:36:00 +08:00
  • 0f7e5a2fb2 feat: Implement LocalManager::recover (#981) Yingwen 2023-02-14 14:50:43 +08:00
  • 9ad6c45913 test: Sqlness tests for distribute mode (#979) LFC 2023-02-14 10:24:09 +08:00
  • 7fe417e740 fix: an error occurred when requesting the http doc api (#984) fys 2023-02-13 19:17:27 +08:00
  • c1a9f84c7f feat: meta provides the ability to distribute lock (#961) v0.1.0-alpha-20230213-weekly fys 2023-02-13 15:58:30 +08:00
  • be897efd01 feat: Execute procedure in LocalManager (#953) Yingwen 2023-02-13 10:38:56 +08:00
  • c06e04afbb refactor(query): tests from query/tests to query/src (#973) Eugene Tolbakov 2023-02-12 12:55:17 +00:00
  • e77a7f253c feat: L0 to L1 compaction strategy (#964) Lei, HUANG 2023-02-11 21:10:24 +08:00
  • 7d6f4cd88b feat: remove backtrace from sql::error::Error (#966) Eugene Tolbakov 2023-02-11 06:52:29 +00:00
  • 83ac6598b6 feat: add start, end and step to promql http api (#969) Ruihang Xia 2023-02-10 14:16:16 +08:00
  • 4c925e0079 chore(deps): bump promql-parser (#968) Ruihang Xia 2023-02-10 14:12:55 +08:00
  • c6128ec0a4 refactor: use remote proto (#963) LFC 2023-02-10 13:35:18 +08:00
  • 7c34b009ec feat: bind DataFrame API into python script (#945) discord9 2023-02-10 11:21:57 +08:00
  • 70edd4d55b fix: remove incorrect table_idents_to_full_name (#967) shuiyisong 2023-02-10 11:15:48 +08:00
  • 6beea73590 fix: use query_ctx in distributed inserts (#965) Ning Sun 2023-02-10 10:09:13 +08:00
  • c0d3533d10 fix: Sql Inline Primary Key definition (#957) Yun Chen 2023-02-09 23:57:19 +13:00
  • 9989a8c192 fix: check full table name during logical plan creation (#948) shuiyisong 2023-02-09 17:23:28 +08:00
  • 19dd8b1246 feat: SeriesDivide plan for PromQL (#960) Ruihang Xia 2023-02-09 11:50:29 +08:00
  • 1e9918ddf9 feat: compaction scheduler and rate limiter (#947) Lei, HUANG 2023-02-09 11:43:20 +08:00
  • 4ce62f850b chore: add an opaque error type in meta (#959) fys 2023-02-08 17:47:33 +08:00
  • 83d57f9111 fix: setting postgres query context (#958) Ning Sun 2023-02-08 16:34:10 +08:00
  • 803b7f0633 feat: implement "drop table" in distributed mode (both in SQL and gRPC) (#944) LFC 2023-02-08 15:36:38 +08:00
  • 37ca5ba380 chore: alias sqlness subcommand (#956) Ruihang Xia 2023-02-07 18:53:46 +08:00
  • c1d32bdf2b fix: add form data support for http sql api (#955) Ning Sun 2023-02-07 18:15:39 +08:00
  • 83509f31f4 feat: datanode stats is stored in the mem_kv of meta leader (#943) fys 2023-02-07 17:09:28 +08:00
  • 926022e14c feat: enable caching when using object store (#928) elijah 2023-02-07 15:46:37 +08:00
  • 2f2609d8c6 build(ci): disable release workflow for forked repo (#954) Ruihang Xia 2023-02-07 15:22:32 +08:00
  • ecadbc1435 feat: Add procedure manager LocalManager (#946) Yingwen 2023-02-07 11:33:13 +08:00
  • afac885c10 refactor: add schema column to the scripts table (#868) v0.1.0-alpha-20230207-weekly ShenJunkun 2023-02-07 11:07:32 +08:00
  • 5d62e193bd feat: support multi regions on datanode (#653) Lei, HUANG 2023-02-07 10:46:18 +08:00
  • 7d77913e88 chore: fix rfc typo (#952) elijah 2023-02-07 08:47:06 +08:00
  • 3f45a0d337 docs: rfc for table compaction (#939) Lei, HUANG 2023-02-06 22:15:53 +08:00
  • a1e97c990f chore: fix typo (#949) Zhizhen He 2023-02-06 22:13:56 +08:00
  • 4ae63b7089 feat: Initial prepare statement support for Postgres protocol (#925) Ning Sun 2023-02-06 22:06:00 +08:00
  • b0925d94ed feat: Implement lock component for ProcedureManager (#937) Yingwen 2023-02-03 18:42:03 +08:00
  • fc9276c79d feat: export promql service in server (#924) Ruihang Xia 2023-02-03 16:28:56 +08:00
  • 184ca78a4d revert: removed all "USE"s in sqlness tests introduced in #922 (#938) LFC 2023-02-03 15:44:58 +08:00
  • ebbf1e43b5 feat: Query using sql inside python script (#884) discord9 2023-02-03 15:05:27 +08:00
  • 54fe81dad9 docs: add dashboard to resources in README (#934) dennis zhuang 2023-02-03 13:47:19 +08:00
  • af935671b2 feat: support "use" in GRPC requests (#922) LFC 2023-02-02 20:02:56 +08:00
  • 74adb077bc feat: Implement ProcedureStore (#927) Yingwen 2023-02-02 17:49:31 +08:00
  • 54c7a8be02 docs: document sqlness-runner usage (#931) Ruihang Xia 2023-02-02 15:56:51 +08:00
  • ea5146762a chore(deps): bump promql-parser (#929) Ruihang Xia 2023-02-02 15:31:41 +08:00
  • 788b5362a1 docs: Add procedure framework RFC (#836) Yingwen 2023-02-02 11:28:56 +08:00
  • 028a69e349 refactor: move partition related code to partition manager (#906) Lei, HUANG 2023-02-01 19:24:49 +08:00
  • 9a30ba00c4 test: run sqlness test in distributed mode (#916) elijah 2023-01-31 15:00:11 +08:00
  • 8149932bad feat: local catalog drop table (#913) LFC 2023-01-31 14:44:03 +08:00
  • 89e4084af4 build(ci): upload sqlness log files (#920) Ruihang Xia 2023-01-31 14:31:27 +08:00
  • 39df25a8f6 refactor: make postgres handler stateful (#914) Ning Sun 2023-01-31 14:19:18 +08:00
  • b2ad0e972b feat: Define procedure related traits (#904) Yingwen 2023-01-31 14:17:28 +08:00
  • 18e6740ac9 chore: add interceptor err in frontend::error::Error (#917) shuiyisong 2023-01-30 11:12:03 +08:00
  • a7dc86ffe5 feat: oss storage support (#911) v0.1.0-alpha-20230130-weekly Yun Chen 2023-01-30 01:09:38 +13:00
  • 71482b38d7 feat: PromQL binary expr planner (#889) Ruihang Xia 2023-01-29 17:02:11 +08:00
  • dc9b5339bf feat: impl increase and irate/idelta in PromQL (#880) Ruihang Xia 2023-01-29 14:21:13 +08:00
  • 5e05c8f884 fix: TimestampRange::new_inclusive and strum dependency (#910) Lei, HUANG 2023-01-29 13:09:05 +08:00
  • aafc26c788 feat: add mysql reject_no_database (#896) shuiyisong 2023-01-29 12:09:47 +08:00
  • 64243e3a7d refactor: accommodate java flight client (#886) LFC 2023-01-29 11:27:13 +08:00
  • 36a13dafb7 build(deps): bump tokio to 1.24.2 (#900) Ruihang Xia 2023-01-29 11:13:37 +08:00
  • 637837ae44 chore: return authorize err msg to mysql client (#905) shuiyisong 2023-01-29 10:53:36 +08:00
  • ae8afd3711 build(deps): bump bzip2 from 0.4.3 to 0.4.4 (#898) dependabot[bot] 2023-01-28 21:08:03 +08:00
  • 3db8f95169 ci: Skip status check on docs changed (#903) Yingwen 2023-01-28 16:37:47 +08:00
  • 43aefc5d74 feat: prunine sst files according to time range in filters (#887) Lei, HUANG 2023-01-28 15:16:41 +08:00
  • b33937f48e test: sqlness test for alter table rename (#891) Ruihang Xia 2023-01-28 11:35:38 +08:00
  • 9bc4c0d9c7 fix: mysql tests error (#897) v0.1.0-alpha-20230123-weekly Ning Sun 2023-01-20 16:15:16 +08:00
  • 302d7ec41b ci: use ubuntu 2004 to build weekly (#895) Ning Sun 2023-01-20 08:36:41 +08:00
  • cc46194f29 refactor: support TLS private key of RSA format and add the full test certificates generation (#885) zyy17 2023-01-19 13:13:33 +08:00
  • 5dfc24e4f6 fix: create table after rename table (#894) elijah 2023-01-19 13:13:09 +08:00
  • 4987136850 refactor: use rust-toolchain.toml to override toolchain (#882) Zheming Li 2023-01-19 13:11:36 +08:00
  • 6960739b3d feat: add authorize to UserProvider trait (#879) shuiyisong 2023-01-18 12:42:08 +08:00
  • 49d83abc0c chore: add an opaque error type in meta (#890) fys 2023-01-18 11:30:54 +08:00
  • ecb71f81be feat: add --rpc-hostname option to datanode for a persist address to store in meta (#871) Ning Sun 2023-01-17 10:50:50 +08:00
  • 6f5639fccd feat: add load_based selector in meta (#874) fys 2023-01-17 10:25:00 +08:00
  • 1e9d09099e feat: update promql-parser to commit fec3c8b (#881) Ruihang Xia 2023-01-16 17:55:44 +08:00
  • daad38360f fix: impl total order for Timestamp (#878) Lei, HUANG 2023-01-16 17:37:30 +08:00
  • bae0243959 test: sqlness test for insert default (#873) v0.1.0-alpha-20230116-weekly Ruihang Xia 2023-01-13 20:22:55 +08:00
  • d162fbb598 fix: compile error in test (#872) dennis zhuang 2023-01-13 15:12:49 +08:00
  • 0959c1d16b feat: support default value when inserting data (#854) Zheming Li 2023-01-13 14:49:05 +08:00
  • e428a84446 feat: use Python Script as UDF in SQL (#839) discord9 2023-01-13 14:35:03 +08:00
  • 58c37f588d feat: plan some aggregate expr in PromQL planner (#870) Ruihang Xia 2023-01-13 14:27:31 +08:00
  • d195a22f40 fix: parsing time index column option (#865) dennis zhuang 2023-01-13 13:22:12 +08:00
  • 6775c5be87 feat: support renaming table in the catalog manger (#824) elijah 2023-01-12 19:48:18 +08:00
  • 5e89f1ba4e ci: run tests on weekly release build (#869) Ruihang Xia 2023-01-12 19:10:23 +08:00
  • 2664436194 feat: handle "USE <catalog>-<schema>" in MySQL (#857) LFC 2023-01-12 11:12:11 +08:00
  • b91c77b862 chore: add path check to http auth (#866) shuiyisong 2023-01-12 10:20:18 +08:00
  • 4015dd8075 feat: record sst file time range in FileMeta (#860) Lei, HUANG 2023-01-11 21:16:07 +08:00
  • b39dbcbda9 fix: Fix deleting table with non null column (#849) Yingwen 2023-01-11 20:06:46 +08:00
  • 0e8411c2ff chore: add custom log level support for common_telemetry::init_default_ut_logging() (#864) elijah 2023-01-11 16:52:21 +08:00
  • a9b42b436d feat: PromQL handler in query engine (#861) Ruihang Xia 2023-01-11 11:31:07 +08:00
  • 9428e70971 feat: integration test (#770) dennis zhuang 2023-01-10 18:15:50 +08:00
  • 32d51947a4 refactor: adjust outermost error message (#859) Ruihang Xia 2023-01-10 17:28:27 +08:00
  • 5fb417ec7c feat: implement RangeManipulate (#843) Ruihang Xia 2023-01-10 16:27:09 +08:00
  • 90fcaa8487 feat: expose wal config (#852) Lei, HUANG 2023-01-10 16:07:26 +08:00
  • c609b193a1 feat: in memory storage on meta leader (#856) Jiachun Feng 2023-01-10 15:53:34 +08:00
  • 1305924423 ci: add sqlness job (#835) Ruihang Xia 2023-01-10 15:12:20 +08:00
  • ea753b9ac0 ci: fix release task by correcting output dir (#853) Ning Sun 2023-01-10 14:37:35 +08:00
  • 0ffe640f7d build: install ca-certificates in docker image building (#807) v0.1.0-alpha-20230102-wal-fix-ca zyy17 2022-12-30 14:56:39 +08:00