Commit Graph

  • e39a9e6feb feat: add StatementStatistics for slow query logging implementation (#4719) zyy17 2024-09-30 11:26:50 +08:00
  • 77af4fd981 refactor: introduce HeartbeatHandlerGroupBuilder (#4785) Weny Xu 2024-09-30 10:56:53 +08:00
  • cd55202136 feat: unordered scanner scans data by time ranges (#4757) v0.10.0-nightly-20240930 Yingwen 2024-09-29 15:14:48 +08:00
  • 50cb59587d chore: replace anymap with anymap2 (#4781) Lei, HUANG 2024-09-29 14:27:35 +08:00
  • 0a82b12d08 fix(sqlness): sqlness isolation (#4780) Lei, HUANG 2024-09-29 13:54:01 +08:00
  • d9f2f0ccf0 feat: add a new status code for "external" errors (#4775) LFC 2024-09-29 11:38:50 +08:00
  • cedbbcf2b8 fix: update pgwire for potential issue with connection establish (#4783) Ning Sun 2024-09-29 03:27:31 +08:00
  • d6be44bc7f fix: dead loop on detecting postgres ssl handshake (#4778) Ning Sun 2024-09-28 09:39:29 +08:00
  • 3a46c1b235 fix: use information_schema returns Unknown database (#4774) JohnsonLee 2024-09-28 07:15:48 +08:00
  • 934bc13967 feat(mito): limit compaction output file size (#4754) Lei, HUANG 2024-09-27 19:17:36 +08:00
  • 4045298cb2 feat: add region_statistics table (#4771) Weny Xu 2024-09-27 17:54:52 +08:00
  • cc4106cbd2 feat: protect datanode with concurrency limit. (#4699) Lanqing Yang 2024-09-26 23:12:57 -07:00
  • 627a326273 refactor: Change the error type in the pipeline crate from String to Error (#4763) localhost 2024-09-26 03:32:34 +08:00
  • 0274e752ae chore: make sure aws-lc-sys wouldn't be built (#4767) discord9 2024-09-26 01:11:37 +08:00
  • cd4bf239d0 chore: relax table name constraint (#4766) v0.10.0-cd4bf239d-20240925-1727244173 Lei, HUANG 2024-09-25 10:45:18 +08:00
  • e3c0b5482f feat: returning warning instead of error on unsupported SET statement (#4761) Ning Sun 2024-09-24 16:45:55 +08:00
  • d1b252736d refactor: unify the styling in create_or_alter_tables_on_demand (#4756) Weny Xu 2024-09-24 11:48:16 +08:00
  • 54f6e13d13 fix: Release CI & make rustls use ring (#4750) discord9 2024-09-24 11:11:12 +08:00
  • 5c64f0ce09 refactor!: simplify NativeType trait and remove percentile UDAF (#4758) Ruihang Xia 2024-09-23 18:55:20 +08:00
  • 2feddca1cb feat: include order by to commutativity rule set (#4753) Ruihang Xia 2024-09-23 16:35:06 +08:00
  • 0f99218386 feat: list/array/timezone support for postgres output (#4727) Ning Sun 2024-09-22 10:39:38 +08:00
  • 163cea81c2 feat: migrate local WAL regions (#4715) Weny Xu 2024-09-20 17:27:20 +09:00
  • 0c9b8eb0d2 feat: improve observability for procedure (#4675) taobo 2024-09-20 14:07:53 +08:00
  • 75c6fad1a3 feat: add more h3 scalar functions (#4707) Ning Sun 2024-09-20 12:19:50 +08:00
  • e12ffbeb2f feat: flush other workers if still need flush (#4746) Yingwen 2024-09-20 10:55:31 +08:00
  • c4e52ebf91 feat: use new image for gcc-10 (#4748) discord9 2024-09-20 10:34:45 +08:00
  • f02410c39b fix: disable field pruning in last non null mode (#4740) Yingwen 2024-09-20 08:35:37 +08:00
  • f5cf25b0db refactor: remove DfPlan wrapper (#4733) Ruihang Xia 2024-09-19 20:29:33 +08:00
  • 1acda74c26 fix: cannot input tag for the dev-builder image (#4743) liyang 2024-09-19 19:14:34 +08:00
  • 95787825f1 build(deps): use original jsonb repo (#4742) Yohan Wal 2024-09-19 17:44:44 +08:00
  • 49004391d3 chore(fuzz): print table name for debugging (#4738) Weny Xu 2024-09-19 18:40:10 +09:00
  • d0f5b2ad7d fix: use gcc-10 in release dev build (#4741) discord9 2024-09-19 17:34:06 +08:00
  • 0295f8dbea docs: json datatype rfc (#4515) v0.10.0-nightly-20240919 Yohan Wal 2024-09-19 13:49:10 +08:00
  • 8786624515 feat: improve support for postgres extended protocol (#4721) Ning Sun 2024-09-19 13:30:56 +08:00
  • 52d627e37d chore: add log ingest interceptor (#4734) shuiyisong 2024-09-19 13:14:47 +08:00
  • b5f7138d33 refactor(tables): improve tables performance (#4737) Lei, HUANG 2024-09-19 12:44:02 +08:00
  • 08bd40333c feat: add an option to turn on compression for arrow output (#4730) Ning Sun 2024-09-19 12:38:41 +08:00
  • d1e0602c76 fix: opensrv Use After Free update (#4732) discord9 2024-09-19 12:12:13 +08:00
  • befb6d85f0 fix: determine region role by using is_readonly (#4725) Weny Xu 2024-09-19 07:17:39 +09:00
  • f73fb82133 feat: add respective json_is UDFs for JSON type (#4726) Yohan Wal 2024-09-18 19:07:30 +08:00
  • 50b3bb4c0d fix: sort cargo toml (#4735) shuiyisong 2024-09-18 17:19:05 +08:00
  • 0847ff36ce fix: config test failed and use similar_asserts::assert_eq to replace assert_eq for long string compare (#4731) v0.10.0-nightly-20240918 zyy17 2024-09-18 15:41:25 +08:00
  • c014e875f3 chore: add auto-decompression layer for otlp http request (#4723) shuiyisong 2024-09-18 12:32:00 +08:00
  • 3b5b906543 feat(index): add explicit adapter between RangeReader and AsyncRead (#4724) Zhenchi 2024-09-18 11:33:55 +08:00
  • d1dfffcdaf chore: enable fuzz test for append table (#4702) Weny Xu 2024-09-18 12:01:30 +09:00
  • 36b1bafbf0 fix: pipeline dissert error is returned directly to the user, instead of printing a warn log (#4709) localhost 2024-09-13 02:21:05 +08:00
  • 67fb3d003e feat: add respective get_by_path UDFs for JSON type (#4720) Yohan Wal 2024-09-11 16:17:57 +08:00
  • aa03d3b11c docs: use docs comment prefix and bump toml2docs version (#4711) zyy17 2024-09-11 15:49:23 +08:00
  • a3d567f0c9 perf(flow): use batch mode for flow (#4599) discord9 2024-09-11 11:31:52 +08:00
  • 03b29439e2 Merge branch 'main' into transform-count-min-max Ruihang Xia 2024-09-11 11:09:03 +08:00
  • f252599ac6 feat(index): add RangeReader trait (#4718) Zhenchi 2024-09-10 23:24:06 +08:00
  • ff40d512bd fix: support append-only physical table (#4716) Ruihang Xia 2024-09-10 20:23:23 +08:00
  • dcae21208b chore: refresh route table (#4673) jeremyhi 2024-09-10 20:08:59 +08:00
  • d0fd79ac7f chore: remove validate_request_with_table (#4710) Weny Xu 2024-09-10 20:56:18 +09:00
  • 3e17c09e45 feat: skip caching uncompressed pages if they are large (#4705) Yingwen 2024-09-10 19:52:16 +08:00
  • 04de3ed929 chore: avoid schema check when auto_create_table_hint is disabled (#4712) jeremyhi 2024-09-10 15:13:28 +08:00
  • 29f215531a feat: parallel in row group level under append mode (#4704) Ruihang Xia 2024-09-10 15:12:23 +08:00
  • 712f4ca0ef try sort partial commutative Ruihang Xia 2024-09-09 21:08:59 +08:00
  • 545a80c6e0 chore: remove unused method (#4703) jeremyhi 2024-09-09 20:14:17 +08:00
  • 04e7dd6fd5 feat: add json data type (#4619) Yohan Wal 2024-09-09 19:41:36 +08:00
  • dc89944570 feat: gRPC auto create table hint (#4700) jeremyhi 2024-09-09 17:07:07 +08:00
  • 8bf549c2fa chore: print downgraded region last_entry_id (#4701) Weny Xu 2024-09-09 17:14:55 +09:00
  • 208afe402b feat(wal): increase recovery parallelism (#4689) Lei, HUANG 2024-09-09 12:25:24 +08:00
  • c22a398f59 fix: return version string based on request protocol (#4680) Ning Sun 2024-09-08 20:36:54 -07:00
  • a8477e4142 fix: table resolving logic related to pg_catalog (#4580) v0.10.0-nightly-20240909 JohnsonLee 2024-09-09 08:47:59 +08:00
  • 60bacff57e ignore unmatched left and right greater Ruihang Xia 2024-09-08 11:12:21 +08:00
  • 6208772ba4 Merge branch 'main' into transform-count-min-max Ruihang Xia 2024-09-08 11:01:59 +08:00
  • b950e705f5 chore: update the document link in README.md (#4690) Yiran 2024-09-07 23:27:32 +08:00
  • d2d62e0c6f fix: unconditional statistics (#4694) Ruihang Xia 2024-09-07 12:28:11 +08:00
  • 5d9f8a3be7 feat: add test pipeline api (#4667) localhost 2024-09-06 16:36:49 +08:00
  • e88465840d feat: add extension field to HeartbeatRequest (#4688) jeremyhi 2024-09-06 16:29:20 +08:00
  • 67d95d2088 refactor!: add processor builder and transform buidler (#4571) localhost 2024-09-06 15:51:08 +08:00
  • 506dc20765 fix: last non null iter not init (#4687) v0.9.3 Yingwen 2024-09-06 12:13:23 +08:00
  • 114772ba87 chore: bump version v0.9.3 (#4684) Lei, HUANG 2024-09-06 10:31:41 +08:00
  • 89a3da8a3a chore(dockerfile): remove mysql and postgresql clients in greptimedb image (#4685) liyang 2024-09-06 00:00:53 +08:00
  • 67184c0498 Merge branch 'main' into transform-count-min-max Ruihang Xia 2024-09-05 14:30:42 +08:00
  • 8814695b58 feat: invalidate cache via invalidator on region migration (#4682) jeremyhi 2024-09-05 14:15:38 +08:00
  • 86cef648cd feat: add more spans to mito engine (#4643) Lanqing Yang 2024-09-04 23:13:22 -07:00
  • 1dd908fdf7 handle group by Ruihang Xia 2024-09-05 12:50:13 +08:00
  • e476e36647 feat: add geohash and h3 as built-in functions (#4656) Ning Sun 2024-09-04 21:42:29 -07:00
  • 4781b327f3 fix: ref to auth err (#4681) shuiyisong 2024-09-05 12:05:39 +08:00
  • 8179b4798e feat: support transforming min/max/count aggr fn Ruihang Xia 2024-09-04 22:17:31 +08:00
  • 3e4a69017d build: add mysql and postgresql clients to greptimedb image (#4677) LFC 2024-09-04 19:38:47 +08:00
  • d43e31c7ed feat: schedule compaction when adding sst files by editing region (#4648) LFC 2024-09-04 18:10:07 +08:00
  • 19e2a9d44b feat: change log level dynamically (#4653) discord9 2024-09-04 15:54:50 +08:00
  • 8453df1392 refactor: make init_global_logging() clean and add log_format (#4657) zyy17 2024-09-04 11:04:51 +08:00
  • 8ca35a4a1a fix: use number of partitions as parallilism in region scanner (#4669) Ruihang Xia 2024-09-03 21:42:38 +08:00
  • 93f202694c refactor: remove unused error variants (#4666) Ruihang Xia 2024-09-03 21:19:38 +08:00
  • b52e3c694a chore(ci): set etcd resources limits (#4665) Weny Xu 2024-09-03 16:25:23 +09:00
  • a612b67470 feat: supports name in object storage config (#4630) dennis zhuang 2024-09-03 15:02:55 +08:00
  • 9b03940e03 chore: refactor metadata key value trait (#4664) jeremyhi 2024-09-03 15:00:24 +08:00
  • 8d6cd8ae16 feat: export import database (#4654) jeremyhi 2024-09-03 12:45:25 +08:00
  • 8f4ec536de feat: grpc writing supports TTL hint (#4651) dennis zhuang 2024-09-03 10:15:01 +08:00
  • 0bff41e038 refactor: address review comments feat/geo-func Ning Sun 2024-09-02 11:43:33 -07:00
  • f0e2d6e663 fix: use 'target' for 'actions-rust-lang/setup-rust-toolchain' to fix cross build failed (#4661) v0.10.0-nightly-20240902 zyy17 2024-09-02 14:11:12 +08:00
  • 306bd25c64 fix: expose missing options for initializing regions (#4660) Weny Xu 2024-09-02 12:11:18 +09:00
  • ddafcc678c ci: disable macos integration test and some minor refactoring (#4658) zyy17 2024-09-02 11:06:17 +08:00
  • 2564b5daee fix: correct otlp endpoint formatting (#4646) Weny Xu 2024-09-02 11:59:50 +09:00
  • 37dcf34bb9 fix(mito): avoid caching empty batches in row group (#4652) Lei, HUANG 2024-09-02 10:43:00 +08:00
  • e56709b545 fix: toml format Ning Sun 2024-08-31 10:32:25 -07:00