Commit Graph

  • f49cd0ca18 refactor: cache invalidator (#3611) JeremyHi 2024-03-29 15:33:51 +08:00
  • ffbb132f27 feat: Implement an unordered scanner for append mode (#3598) Yingwen 2024-03-29 15:25:35 +08:00
  • 14267c2aed feat(tql): add initial support for start,stop,step as sql functions (#3507) Eugene Tolbakov 2024-03-29 06:37:25 +00:00
  • 77cc7216af feat: support 2+2 and /status/buildinfo (#3604) Ruihang Xia 2024-03-29 14:31:39 +08:00
  • 63681f0e4d refactor(table): remove unused table requests (#3603) Zhenchi 2024-03-28 19:31:14 +08:00
  • 06a90527a3 fix: adjust status code to http error code map (#3601) Ruihang Xia 2024-03-28 16:54:51 +08:00
  • d5ba2fcf9d test: add more integration test for kafka wal (#3190) niebayes 2024-03-28 14:55:18 +08:00
  • e3b37ee2c9 fix: canonicalize catalog and schema names (#3600) dennis zhuang 2024-03-27 23:40:15 -07:00
  • 5d7ce08358 feat: adds metric engine to information_schema engines table (#3599) dennis zhuang 2024-03-27 23:37:34 -07:00
  • 92a8e863de chore: do not reply for broadcast msg (#3595) JeremyHi 2024-03-27 19:39:23 +08:00
  • 9428cb8e7c feat: remove support for logical tables in the create table procedure (#3592) JeremyHi 2024-03-27 18:03:42 +08:00
  • 5addb7d75a test: add tests for drop databases (#3594) Weny Xu 2024-03-27 17:18:37 +08:00
  • 623c930736 refactor: refactor drop table executor (#3589) Weny Xu 2024-03-27 14:29:54 +08:00
  • 5fa01e7a96 feat: create regions persist true (#3590) JeremyHi 2024-03-27 14:26:58 +08:00
  • 922b1a9b66 feat: Implement append mode for a region (#3558) Yingwen 2024-03-27 11:21:22 +08:00
  • 653697f1d5 chore: add back core dependency (#3588) shuiyisong 2024-03-27 10:53:22 +08:00
  • 83643eb195 feat: Support printing postgresql's bytea data type in its "hex" and "escape" format (#3567) JohnsonLee 2024-03-27 09:54:41 +08:00
  • d83279567b feat(auth): watch file user provider (#3566) tison 2024-03-27 09:19:18 +08:00
  • 150454b1fd chore: Delete CODE_OF_CONDUCT.md (#3578) tison 2024-03-27 00:43:05 +08:00
  • 58c7858cd4 feat: update physical table schema on alter logical tables (#3585) JeremyHi 2024-03-26 22:29:53 +08:00
  • dd18d8c97b build(deps): remove some unused dependencies (#3582) dimbtp 2024-03-26 20:48:28 +08:00
  • 175929426a feat: support time range in copy table (#3583) Lei, HUANG 2024-03-26 19:24:28 +08:00
  • 8f9676aad2 fix: incorrect version info in (#3586) Ruihang Xia 2024-03-26 17:31:01 +08:00
  • 74565151e9 fix: update pk_cache in compat reader (#3576) Ruihang Xia 2024-03-26 16:31:00 +08:00
  • 83c1b485ea chore: limit OpenDAL's feature gates (#3584) Ruihang Xia 2024-03-26 15:54:06 +08:00
  • c2dd1136fe feat: batch alter logical tables (#3569) JeremyHi 2024-03-26 15:07:23 +08:00
  • 7c1c6e8b8c refactor: try upgrade regex-automata (#3575) tison 2024-03-26 12:28:14 +08:00
  • 62d8bbb10c ci: use single commit on the deployment branch (#3580) Yingwen 2024-03-26 12:04:57 +08:00
  • bf14d33962 feat: implement the drop database procedure (#3541) Weny Xu 2024-03-25 15:12:47 +09:00
  • 0f1747b80d chore: retain original headers (#3572) tison 2024-03-25 11:53:51 +08:00
  • 992c7ec71b feat: update physical table's schema on creating logical table (#3570) Ruihang Xia 2024-03-25 11:19:30 +08:00
  • 2ad0b24efa fix: set http response chartset to utf-8 when using table format (#3571) x³u³ 2024-03-25 11:13:01 +08:00
  • 2b2fd80bf4 feat: return new added columns in region server's extension response (#3533) v0.8.0-nightly-20240325 Ruihang Xia 2024-03-23 17:31:16 +08:00
  • 24886b9530 test: add a parameter type mismatch test case to sql integration test (#3568) x³u³ 2024-03-23 01:43:20 +08:00
  • 8345f1753c chore: avoid confusing TryFrom (#3565) tison 2024-03-22 19:16:36 +08:00
  • 3420a010e6 refactor: reduce one clone by carefully pass ready boundary (#3543) tison 2024-03-22 12:46:17 +08:00
  • 9f020aa414 fix(flow): Arrange get range with batch unaligned (#3552) discord9 2024-03-22 12:08:37 +08:00
  • c9ac72e7f8 ci: use a PAT to list all writers (#3559) tison 2024-03-22 11:25:01 +08:00
  • 86fb9d8ac7 refactor: remove redudant PromStoreProtocolHandler::write (#3553) Lei, HUANG 2024-03-22 10:09:00 +08:00
  • 1f0fc40287 fix: performance degradation caused by config change (#3556) Lei, HUANG 2024-03-21 20:23:52 +08:00
  • 8b7a5aaa4a refactor: handle error for http format (#3548) tison 2024-03-21 15:29:11 +08:00
  • 856a4e1e4f refactor: refactor CacheInvalidator (#3550) Weny Xu 2024-03-20 18:18:28 +08:00
  • 39b69f1e3b refactor!: Renames the new memtable to PartitionTreeMemtable (#3547) Yingwen 2024-03-20 14:40:41 +08:00
  • bbcdb28b7c chore: fix comment in fetch-dashboard-assets.sh (#3546) tison 2024-03-20 14:18:14 +08:00
  • 6377982501 feat: Able to pretty print sql query result in http output (#3539) YCCD 2024-03-20 11:25:17 +08:00
  • ddbcff68dd feat: support append-only mode in time-series memtable (#3540) Lei, HUANG 2024-03-20 04:37:54 +08:00
  • 5b315c2d40 feat: support multi params in promql range function macro (#3464) WU Jingdi 2024-03-20 04:36:51 +08:00
  • 9816d2a08b fix: clone data instead of moving it - homemade future is dangerous (#3542) Ruihang Xia 2024-03-19 21:46:55 +08:00
  • a99d6eb3f9 feat: update pgwire to 0.20 for improved performance (#3538) Ning Sun 2024-03-19 03:11:05 -07:00
  • 2c115bc22a feat(flow): shared in-memory state for dataflow operator (#3508) discord9 2024-03-19 18:03:05 +08:00
  • 641592644d feat: support per table memtable options (#3524) Yingwen 2024-03-19 16:50:10 +08:00
  • fa0f3555d4 refactor: introduce the DropTableExecutor (#3534) Weny Xu 2024-03-19 16:29:12 +08:00
  • 3cad844acd feat: update dashboard to v0.4.9 (#3531) ZonaHe 2024-03-19 11:18:42 +08:00
  • cf25cf984b chore: avoid unnecessary cloning (#3537) JeremyHi 2024-03-18 21:24:13 +08:00
  • 3acd5bfad0 chore: http header with metrics (#3536) shuiyisong 2024-03-18 19:21:19 +08:00
  • 343525dab8 refactor: remove removed-prefixed keys (#3535) Weny Xu 2024-03-18 19:07:30 +08:00
  • 0afac58e4d feat(metasrv): implement maintenance (#3527) tison 2024-03-18 17:41:14 +08:00
  • 393ea44de0 docs: improve fn comments (#3526) tison 2024-03-18 11:18:01 +08:00
  • 44731fd653 docs: readme style and project status (#3528) tison 2024-03-18 11:03:25 +08:00
  • d36a5a74d3 ci: unassign issues stale 14 days ago (#3529) tison 2024-03-18 11:01:10 +08:00
  • 74862f8c3f feat(mito): Checks whether a region should flush periodically (#3459) v0.8.0-nightly-20240318 Yingwen 2024-03-15 14:41:28 +08:00
  • a52aedec5b feat: implement the drop database parser (#3521) Weny Xu 2024-03-15 14:15:18 +08:00
  • b6fac619a6 docs: revise README file (#3522) tison 2024-03-15 12:22:35 +08:00
  • a29e7ebb7d feat: acquire all locks in procedure (#3514) Weny Xu 2024-03-14 19:41:23 +08:00
  • 8ca9e01455 feat: Partition memtables by time if compaction window is provided (#3501) v0.7.1 Yingwen 2024-03-14 19:13:01 +08:00
  • 3a326775ee ci: add bin options to reduce build burden (#3518) Weny Xu 2024-03-14 19:05:35 +08:00
  • 5ad3b7984e docs: add v0.7 TSBS benchmark result (#3512) Yingwen 2024-03-14 16:29:52 +08:00
  • 4fc27bdc75 chore: bump version to v0.7.1 (#3510) Yingwen 2024-03-14 15:43:47 +08:00
  • e3c82568e5 fix: correctly generate sequences when the value is pre-existed (#3502) LFC 2024-03-14 14:55:12 +08:00
  • 61f0703af8 feat: support decode gzip if influxdb write specify it (#3494) tison 2024-03-14 12:26:26 +08:00
  • b85d7bb575 fix: decoding prometheus remote write proto doesn't reset the value (#3505) Ruihang Xia 2024-03-14 11:08:14 +08:00
  • d334d74986 fix!: remove error message from http header to avoid panic (#3506) Ning Sun 2024-03-14 09:43:38 +08:00
  • 5ca8521e87 ci: attempt to setup docker cache for etcd (#3488) Ning Sun 2024-03-14 08:48:02 +08:00
  • 038bc4fe6e revert toml format fix-proto-clear Ruihang Xia 2024-03-14 00:46:00 +08:00
  • 6d07c422d8 Merge branch 'main' into fix-proto-clear Ruihang Xia 2024-03-14 00:36:22 +08:00
  • 6c14ece23f accomplish test assertion Ruihang Xia 2024-03-14 00:32:49 +08:00
  • 89c51d9b87 reset Sample Ruihang Xia 2024-03-13 23:32:22 +08:00
  • e4333969b4 feat(fuzz): add alter table target (#3503) Weny Xu 2024-03-13 22:11:47 +08:00
  • b55905cf66 feat(fuzz): add insert target (#3499) Zhenchi 2024-03-13 18:03:03 +08:00
  • fb4da05f25 fix: adjust fill behavior of range query (#3489) WU Jingdi 2024-03-13 17:20:34 +08:00
  • 904484b525 fix(common-time): allow building nanos timestamp from parts split from i64::MIN (#3493) Zhenchi 2024-03-13 10:46:00 +08:00
  • cafb4708ce refactor: validate constraints eagerly (#3472) tison 2024-03-12 21:09:34 +08:00
  • 7c895e2605 perf: more benchmarks for memtables (#3491) Yingwen 2024-03-12 20:02:58 +08:00
  • 9afe327bca feat: improve prom write requests decode performance (#3478) Lei, HUANG 2024-03-12 20:00:38 +08:00
  • 58bd065c6b feat(flow): plan def (#3490) discord9 2024-03-12 18:59:07 +08:00
  • 9aa8f756ab fix: allow passing extra table options (#3484) Yingwen 2024-03-12 15:03:52 +08:00
  • 7639c227ca feat(flow): accumlator for aggr func (#3396) discord9 2024-03-12 10:09:27 +08:00
  • 1255c1fc9e feat: to_timezone function (#3470) tison 2024-03-12 09:46:19 +08:00
  • 06dcd0f6ed fix: freeze data buffer in shard (#3468) Yingwen 2024-03-11 22:51:06 +08:00
  • 0a4444a43a feat(fuzz): validate columns (#3485) Weny Xu 2024-03-11 19:34:50 +08:00
  • b7ac8d6aa8 ci: use another mirror for etcd image (#3486) Ruihang Xia 2024-03-11 18:40:19 +08:00
  • e767f37241 fix: fix f64 has no sufficient precision during parsing (#3483) Weny Xu 2024-03-11 17:28:40 +08:00
  • da098f5568 fix: make max-txn-ops limit valid (#3481) JeremyHi 2024-03-11 17:27:51 +08:00
  • aa953dcc34 fix: impl RecordBatchStream method explicitly (#3482) shuiyisong 2024-03-11 17:07:10 +08:00
  • aa125a50f9 refactor: make http api returns non-200 status code (#3473) crwen 2024-03-11 03:38:36 +00:00
  • d8939eb891 feat: clamp function (#3465) Ruihang Xia 2024-03-11 11:26:10 +08:00
  • 0bb949787c refactor: introduce new Output with OutputMeta (#3466) shuiyisong 2024-03-11 10:24:09 +08:00
  • 8c37c3fc0f feat: support first_value/last_value in range query (#3448) WU Jingdi 2024-03-11 09:30:39 +08:00
  • 21ff3620be chore: remove repetitive words (#3469) gcmutator 2024-03-09 12:18:47 +08:00
  • aeca0d8e8a feat(influxdb): add db query param support for v2 write api (#3445) Eugene Tolbakov 2024-03-08 08:17:57 +00:00