Commit Graph

  • d4b814f698 refactor(flow): split render.rs and other minor changes (#3750) discord9 2024-04-22 17:48:09 +08:00
  • d0b2a11f2b feat: add preserve arg to sqlness runner (#3724) Ruihang Xia 2024-04-22 17:21:37 +08:00
  • 54432df92f build(deps): bump rustls from 0.22.3 to 0.22.4 (#3764) dependabot[bot] 2024-04-22 17:19:08 +08:00
  • 8f2ce4abe8 feat: impl show collation and show charset statements (#3753) dennis zhuang 2024-04-20 14:01:32 +08:00
  • be5574fdb3 fuzz alter WenyXu 2024-04-19 14:14:34 +00:00
  • d077892e1c feat: support PromQL scalar (#3693) WU Jingdi 2024-04-19 17:56:09 +08:00
  • cfed466fcd chore: update greptime-proto to main (#3743) LFC 2024-04-19 14:38:34 +08:00
  • 0c5f4801b7 build: update toolchain to nightly-2024-04-18 (#3740) Ruihang Xia 2024-04-19 13:42:34 +08:00
  • f9afc5dbbf feat: start_database auto retry WenyXu 2024-04-19 02:40:15 +00:00
  • 2114b153e7 refactor: avoid unnecessary alloc by using unwrap_or_else (#3742) Eugene Tolbakov 2024-04-19 02:31:25 +01:00
  • c7400a4182 chore: reduce sleep time WenyXu 2024-04-18 13:59:20 +00:00
  • bf07dd275a test: reproduce bugs WenyXu 2024-04-18 13:23:42 +00:00
  • 9e1e4a5181 it works on my machine ¯\_(ツ)_/¯ tantivy-poc Ruihang Xia 2024-04-18 21:33:06 +08:00
  • 314f2704d4 build(deps): update datafusion to latest and arrow to 51.0 (#3661) LFC 2024-04-18 20:07:18 +08:00
  • 510782261d refactor: avoid unnecessary cloning (#3734) Weny Xu 2024-04-18 17:02:28 +08:00
  • 20e8c3d864 chore: remove TableIdProvider (#3733) Jeremyhi 2024-04-18 13:36:37 +08:00
  • 2a2a44883f refactor(meta): Ensure all moving values remain unchanged between two transactions (#3727) Weny Xu 2024-04-18 13:35:54 +08:00
  • 4248dfcf36 feat: support invalidate schema name key cache (#3725) maco 2024-04-18 12:02:06 +08:00
  • 64945533dd feat: add tinytext, mediumtext and longtext data types (#3731) Yohan Wal 2024-04-18 11:15:21 +08:00
  • ffc8074556 feat(fuzz): enable create-if-not-exists option (#3732) Yohan Wal 2024-04-18 10:50:57 +08:00
  • 7e56bf250b docs: add style guide (#3730) Ruihang Xia 2024-04-17 19:28:02 +08:00
  • 7503992d61 add statement Ruihang Xia 2024-04-17 19:13:54 +08:00
  • 50ae4dc174 refactor: merge RegionHandleResult into RegionHandleResponse (#3721) tison 2024-04-17 18:03:20 +08:00
  • 16aef70089 fix: remove ttl option from metadata region (#3726) Ruihang Xia 2024-04-17 17:13:53 +08:00
  • 786f43da91 chore: cleanup todos that should be panic (#3720) tison 2024-04-17 13:04:14 +08:00
  • 7e1eed4b18 feat: adapt for cuckoo WenyXu 2024-04-16 14:16:37 +00:00
  • 3e9bda3267 ci: use greptimedb-ci-tester account (#3719) zyy17 2024-04-16 22:43:17 +08:00
  • 89d58538c7 chore(mito): set null value data size to i64 (#3722) Eugene Tolbakov 2024-04-16 15:40:16 +01:00
  • 182e22dda9 create index Ruihang Xia 2024-04-16 21:16:17 +08:00
  • d12379106e feat(drop_table): support to rollback table metadata (#3692) Weny Xu 2024-04-16 17:22:41 +08:00
  • 64941d848e fix(alter_table): ignore request outdated error (#3715) Weny Xu 2024-04-16 16:18:38 +08:00
  • 96a40e0300 feat: check partition rule (#3711) Ruihang Xia 2024-04-16 16:13:49 +08:00
  • d2e081c1f9 docs: update memtable config example (#3712) Yingwen 2024-04-16 15:26:20 +08:00
  • cdbdb04d93 refactor: remove redundant try_flush invocations (#3706) tison 2024-04-16 14:35:55 +08:00
  • 5af87baeb0 feat: add filter_deleted option to avoid removing deletion markers (#3707) Lei, HUANG 2024-04-16 14:34:41 +08:00
  • d5a948a0a6 test: Add tests for KvBackend trait implement (#3700) maco 2024-04-15 18:51:59 +08:00
  • bbea651d08 feat(promql): parameterize lookback (#3630) Eugene Tolbakov 2024-04-15 10:11:21 +01:00
  • 8060c81e1d refactor: use toml2docs to generate config docs (#3704) zyy17 2024-04-15 17:08:32 +08:00
  • e6507aaf34 chore: debt 3696 (#3705) Jeremyhi 2024-04-15 17:02:19 +08:00
  • 87795248dd feat: get metasrv clusterinfo (#3696) Jeremyhi 2024-04-15 16:10:48 +08:00
  • 7a04bfe50a feat: add strict mode to validate protocol strings (#3638) irenjj 2024-04-15 15:53:48 +08:00
  • 2f4726f7b5 refactor: Move manifest manager lock to MitoRegion (#3689) Yingwen 2024-04-15 13:48:25 +08:00
  • 75d85f9915 feat: impl table_constraints table for information_schema (#3698) dennis zhuang 2024-04-15 11:59:16 +08:00
  • db329f6c80 feat(flow): transform substrait SELECT&WHERE&GROUP BY to Flow Plan (#3690) discord9 2024-04-12 15:38:42 +08:00
  • 544c4a70f8 refactor: check error type before logging (#3697) Ning Sun 2024-04-11 19:18:14 -07:00
  • 02f806fba9 fix: cli export "create table" with quoted names (#3684) dimbtp 2024-04-11 14:56:14 +08:00
  • 9459ace33e ci: add CODEOWNERS file (#3691) tison 2024-04-11 01:47:54 +08:00
  • c1e005b148 refactor: drop table procedure (#3688) Weny Xu 2024-04-10 20:22:10 +08:00
  • c00c1d95ee chore(flow): more comments&lint (#3680) discord9 2024-04-10 11:31:22 +08:00
  • 5d739932c0 chore: remove TODO that has been done (#3683) tison 2024-04-10 06:55:55 +08:00
  • aab7367804 feat: try get pk values from cache when applying predicate to parquet (#3286) Ruihang Xia 2024-04-09 21:53:38 +09:00
  • 34f935df66 chore: create database api change in protobuf (#3682) Yohan Wal 2024-04-09 20:11:38 +08:00
  • fda1523ced refactor: refactor alter table procedure (#3678) Weny Xu 2024-04-09 18:35:51 +08:00
  • 2c0c7759ee feat: add checksum for checkpoint data (#3651) tison 2024-04-09 16:32:24 +08:00
  • 2398918adf feat(fuzz): support to create metric table (#3617) Weny Xu 2024-04-09 14:00:04 +08:00
  • 50bea2f107 feat: treat all number types as field candidates (#3670) Ruihang Xia 2024-04-09 12:28:21 +09:00
  • 1629435888 chore: unify name metasrv (#3671) JeremyHi 2024-04-09 11:03:26 +08:00
  • b3c94a303b chore: add a fix-clippy Makefile target (#3677) tison 2024-04-09 10:59:55 +08:00
  • 883b7fce96 refactor: bundle the lightweight axum test client (#3669) tison 2024-04-09 10:33:26 +08:00
  • ea9367f371 refactor(flow): func spec api&use Error not EvalError in mfp (#3657) discord9 2024-04-09 10:32:02 +08:00
  • 2896e1f868 refactor: pass http method to metasrv http handler (#3667) tison 2024-04-09 10:26:42 +08:00
  • 183fccbbd6 chore: remove global_ttl config (#3673) Lei, HUANG 2024-04-09 10:00:50 +08:00
  • b51089fa61 fix: DeserializedValueWithBytes::from_inner misusing (#3676) Weny Xu 2024-04-09 09:48:35 +08:00
  • 682b04cbe4 feat(fuzz): add create database target (#3675) Yohan Wal 2024-04-09 09:33:29 +08:00
  • e1d2f9a596 chore: improve contributor click in git-cliff (#3672) tison 2024-04-09 02:15:00 +08:00
  • 2fca45b048 ci: setup-protoc always with token (#3674) tison 2024-04-09 02:13:24 +08:00
  • 3e1a125732 feat: add append mode to table options (#3624) Yingwen 2024-04-08 21:42:58 +08:00
  • 34b1427a82 fix(readme): fix link of Ingester-js (#3668) Mofeng 2024-04-08 20:17:44 +08:00
  • 28fd0dc276 feat(flow): render map&related tests (#3581) discord9 2024-04-08 19:36:07 +08:00
  • 32b9639d7c feat(procedure): support to rollback (#3625) Weny Xu 2024-04-08 19:23:23 +08:00
  • 9038e1b769 feat: update dashboard to v0.4.10 (#3663) v0.7.2 ZonaHe 2024-04-08 16:35:41 +08:00
  • 12286f07ac feat: cluster information (#3631) JeremyHi 2024-04-08 15:48:36 +08:00
  • e920f95902 refactor: drop Table trait (#3654) tison 2024-04-08 15:28:55 +08:00
  • c4798d1913 refactor: move create database to procedure (#3626) Yohan Wal 2024-04-08 15:05:55 +08:00
  • 2ede968c2b chore: bump version to 0.7.2 (#3658) Ruihang Xia 2024-04-08 15:33:29 +09:00
  • 89db8c18c8 feat: Add timers to more mito methods (#3659) Yingwen 2024-04-08 13:53:34 +08:00
  • aa0af6135d chore: add manifest related metrics (#3634) LFC 2024-04-08 13:53:08 +08:00
  • 87e0189e58 fix!: columns table in information_schema misses some columns (#3639) dennis zhuang 2024-04-08 11:20:49 +08:00
  • 7e8e9aba9d chore: generate release notes with git-cliff (#3650) tison 2024-04-08 11:09:35 +08:00
  • c93b76ae5f ci: bump license header checker action version (#3655) tison 2024-04-08 10:38:03 +08:00
  • 097a0371dc test(sqlness): release databases after tests (#3648) Weny Xu 2024-04-07 17:35:34 +08:00
  • b9890ab870 fix: construct correct pk list with pre-existing pk (#3614) Ruihang Xia 2024-04-07 17:11:52 +09:00
  • b32e0bba9c feat: adding victoriametrics remote write (#3641) Ning Sun 2024-04-07 00:09:21 -07:00
  • fe1a0109d8 build(deps): bump whoami from 1.4.1 to 1.5.1 (#3643) dependabot[bot] 2024-04-05 19:02:36 -07:00
  • 11995eb52e build(deps): bump h2 from 0.3.24 to 0.3.26 (#3642) dependabot[bot] 2024-04-05 19:02:19 -07:00
  • 86d377d028 fix: move object store read/write timer into inner (#3627) dimbtp 2024-04-03 20:24:34 +08:00
  • ddeb73fbb7 fix: mistakely removes compaction inputs on failure (#3635) Lei, HUANG 2024-04-03 19:54:20 +08:00
  • d33435fa84 feat: introduce wal benchmarker (#3446) niebayes 2024-04-03 11:16:05 +08:00
  • a0f243c128 feat(procedure): enable auto split large value (#3628) Weny Xu 2024-04-02 20:13:59 +08:00
  • a61fb98e4a refactor: alter logical tables (#3618) JeremyHi 2024-04-02 14:21:34 +08:00
  • 6c316d268f feat(procedure): auto split large value to multiple values (#3605) Weny Xu 2024-04-01 20:04:29 +08:00
  • 5e24448b96 feat: reject invalid timestamp ranges in copy statement (#3623) Lei, HUANG 2024-04-01 16:25:31 +08:00
  • d6b2d1dfb8 feat: Support outputting various date styles for postgresql (#3602) JohnsonLee 2024-04-01 15:31:36 +08:00
  • bfd32571d9 fix: run purge jobs in another scheduler (#3621) Yingwen 2024-04-01 11:18:14 +08:00
  • 0eb023bb23 feat: group requests by peer (#3619) JeremyHi 2024-04-01 11:10:22 +08:00
  • 4a5bb698a9 feat: impl show index and show columns (#3577) v0.8.0-nightly-20240401 dennis zhuang 2024-03-29 11:34:52 -07:00
  • 18d676802a feat(function): add timestamp epoch integer support for to_timezone (#3620) Eugene Tolbakov 2024-03-29 18:33:24 +00:00
  • 93da45f678 feat: let alter table procedure can only alter physical table (#3613) JeremyHi 2024-03-29 17:50:33 +08:00
  • 7a19f66be0 ci: ignore type in sqlness sql and result files (#3616) Ruihang Xia 2024-03-29 17:39:37 +08:00
  • 500f9f10fc feat: allow cross-schema query in promql (#3545) Ning Sun 2024-03-29 00:41:01 -07:00