Commit Graph

  • 6c57f4b7e4 feat: pick automated metadata recovery feature (#6676) Weny Xu 2025-08-07 20:16:48 +08:00
  • f1650a78f7 fix?: optimize projection after join discord9 2025-08-07 19:55:32 +08:00
  • 01dc789816 refactor: refine error status code mappings (#6678) Weny Xu 2025-08-07 17:29:32 +08:00
  • bbe48e9e8b feat: update pgwire to 0.32 (#6674) Ning Sun 2025-08-07 14:17:52 +08:00
  • e2015ce1af feat(metric-engine): add metadata region cache (#6657) Weny Xu 2025-08-07 14:16:23 +08:00
  • a7631239c3 fix: unable to record slow query (#6590) zyy17 2025-08-05 20:35:12 -07:00
  • 7bb765af1d chore: pub access layer (#6670) Yingwen 2025-08-06 21:34:38 +08:00
  • b363c044f9 feat(metric-engine): add metadata region cache v0.15_reconciliation WenyXu 2025-08-05 16:24:05 +00:00
  • f44816cc15 feat: add metrics for reconciliation procedures (#6652) Weny Xu 2025-08-06 19:24:03 +08:00
  • c4c2b87615 fix: sequence peek with remote value (#6648) jeremyhi 2025-08-05 16:28:09 +08:00
  • 1f194af999 fix: fix sequence peek method to return correct values when sequence is not initialized (#6643) Weny Xu 2025-08-04 19:31:06 +08:00
  • e6482acd47 feat: introduce reconciliation interface (#6614) Weny Xu 2025-08-04 17:12:48 +08:00
  • ba5cb48231 feat: introduce reconcile catalog procedure (#6613) Weny Xu 2025-08-01 19:03:00 +08:00
  • a8166f800b refactor: remove procedure executor from DDL manager (#6625) Weny Xu 2025-08-01 17:33:47 +08:00
  • 6fdc0b99b3 feat: introduce reconcile logical tables procedure (#6588) Weny Xu 2025-07-31 19:48:06 +08:00
  • d3a1c80fbd feat: introduce reconcile database procedure (#6612) Weny Xu 2025-07-31 19:01:56 +08:00
  • 1434582cc3 feat: introduce reconcile table procedure (#6584) Weny Xu 2025-07-30 12:42:38 +08:00
  • 080b4b5d53 docs(rfc): rfc for gc worker (#6572) discord9 2025-08-06 20:03:28 +08:00
  • 01e0ce6f29 feat: ignore internal keys in metadata snapshots (#6606) Weny Xu 2025-07-30 11:50:11 +08:00
  • ce1d0b6c4c feat: allow setting next table id via http api (#6597) Weny Xu 2025-07-30 11:46:39 +08:00
  • 686ee9f579 feat: allow igoring nonexistent regions in recovery mode (#6592) Weny Xu 2025-07-28 19:02:13 +08:00
  • 44a368bc4e feat: move metasrv admin to http server while keep tonic for backward compatibility (#6466) Lanqing Yang 2025-07-24 02:11:04 -07:00
  • 6c54f2b6c0 feat: implement pause/resume functionality for procedure manager (#6393) Weny Xu 2025-06-26 09:57:12 +08:00
  • 9bb37a6a14 refactor: support multiple index operations in single alter region request (#6487) Weny Xu 2025-07-22 11:10:42 +08:00
  • cfd6c1c3e0 feat: Support ListMetadataRequest to retrieve regions' metadata (#6348) Yingwen 2025-06-23 15:11:20 +08:00
  • c0f40ce8ed feat: add table reconciliation utilities (#6519) Weny Xu 2025-07-17 16:05:38 +08:00
  • c9501053e5 fix: fix state transition in create table procedure (#6523) Weny Xu 2025-07-15 14:06:27 +08:00
  • c7c8495a6b feat: add metrics for reconciliation procedures (#6652) Weny Xu 2025-08-06 19:24:03 +08:00
  • e3ee08d300 refactor(meta): separate validation and execution logic in alter logical tables procedure (#6478) Weny Xu 2025-07-09 14:48:27 +08:00
  • 76657e9c89 refactor(meta): extract AlterTableExecutor from AlterTableProcedure (#6470) Weny Xu 2025-07-09 13:13:19 +08:00
  • 9629225f56 feat: add column metadata to response extensions (#6451) Weny Xu 2025-07-07 11:38:13 +08:00
  • 165f156e69 feat: persist column ids in table metadata (#6457) Weny Xu 2025-07-04 16:12:29 +08:00
  • 83f566ad20 perf: Reduce fulltext bloom load time (#6651) v0.16.0 Yingwen 2025-08-06 16:25:31 +08:00
  • ed2dff6d27 feat: count underscore in English tokenizer and improve performance (#6660) Ruihang Xia 2025-08-06 00:23:18 -07:00
  • bbab35f285 perf: Reduce fulltext bloom load time (#6651) Yingwen 2025-08-06 16:25:31 +08:00
  • 6c6487ab30 chore: bump version to 0.17.0 (#6663) Zhenchi 2025-08-06 15:45:39 +08:00
  • af483335b2 feat: EncodedBulkPartIter iters flat format and returns RecordBatch (#6655) Yingwen 2025-08-06 14:50:01 +08:00
  • 70852a01a3 chore: add methods to catalog manager (#6656) Lei, HUANG 2025-08-06 14:25:32 +08:00
  • 8f3c6f72f5 feat(log-query): support binary op, scalar fn & is_true/is_false (#6659) Ruihang Xia 2025-08-05 21:38:25 -07:00
  • d3f15e72bf feat: support TQL CTE in planner (#6645) Ruihang Xia 2025-08-05 21:07:38 -07:00
  • b25a6527ed fix: unable to record slow query (#6590) zyy17 2025-08-05 20:35:12 -07:00
  • 7b48e53261 feat: record the migration events in metasrv (#6579) zyy17 2025-08-05 20:30:33 -07:00
  • ebe78f668e fix: box Explain node in Statement to reduce stack size (#6661) Ruihang Xia 2025-08-05 19:24:45 -07:00
  • 8456949749 feat: use column expr with filters in LogQuery (#6646) Ruihang Xia 2025-08-05 11:35:09 -07:00
  • f21bedd141 fix: not mark all deleted when partial trunc (#6654) discord9 2025-08-05 19:45:47 +08:00
  • 469c3140fe feat: register all aggregate function to auto step aggr fn (#6596) discord9 2025-08-05 19:37:45 +08:00
  • 569d93c599 fix: sequence peek with remote value (#6648) jeremyhi 2025-08-05 16:28:09 +08:00
  • b91b520f54 feat: Implements an iterator to read the RecordBatch in BulkPart (#6647) Yingwen 2025-08-05 16:11:28 +08:00
  • 7a12585af9 feat: use real data to truncate manipulate range (#6649) Ruihang Xia 2025-08-04 21:55:24 -07:00
  • 89b661c98a feat: implements FlatReadFormat to project parquets with flat schema (#6638) Yingwen 2025-08-04 20:43:50 +08:00
  • e0b1ebdfb6 feat: schema/database support for label_values (#6631) Ning Sun 2025-08-04 19:56:10 +08:00
  • eaaf9448c7 fix: fix sequence peek method to return correct values when sequence is not initialized (#6643) Weny Xu 2025-08-04 19:31:06 +08:00
  • dc37382946 feat: add partial truncate (#6602) discord9 2025-08-04 18:50:27 +08:00
  • b31d307eb6 feat: introduce reconciliation interface (#6614) Weny Xu 2025-08-04 17:12:48 +08:00
  • d9f177ba9f feat: Add option to limit the files reading simultaneously (#6635) Yingwen 2025-08-04 15:18:58 +08:00
  • b940906d86 feat: absent function in PromQL (#6618) Ruihang Xia 2025-08-03 23:59:58 -07:00
  • 9ccc8da231 fix: show create flow's expire after (#6641) discord9 2025-08-04 13:03:14 +08:00
  • 0d603bfc96 fix: bump greptime-sqlparser to avoid convert statement overflow (#6634) Keming 2025-08-04 10:15:34 +08:00
  • 62eedbb6cd feat: support tls for pg backend (#6611) Ruihang Xia 2025-08-03 17:41:08 -07:00
  • dec6da0e8a chore: add limit in resources panel and Cache Miss panel (#6636) zyy17 2025-08-03 12:09:32 -07:00
  • a84cf5ec67 chore: update jieba tantivy-jieba and tantivy version (#6637) yihong 2025-08-04 03:08:36 +08:00
  • 3b7652039f feat: support __schema__ and __database__ in Prom Remote Read (#6610) Ruihang Xia 2025-08-03 00:09:44 -07:00
  • 9164e8f50d chore: refine metrics tracking the flush/compaction cost time (#6630) Lei, HUANG 2025-08-02 20:13:42 +08:00
  • 3854e2edb4 fix: only return the __name__ label when there is one (#6629) Ruihang Xia 2025-08-02 01:42:28 -07:00
  • f3dd7cccd3 feat: update dashboard to v0.10.6 (#6632) ZonaHe 2025-08-02 01:55:58 +08:00
  • b2112c3f5c feat: panic logger (#6633) discord9 2025-08-01 19:31:15 +08:00
  • e98f2facd4 feat: introduce reconcile catalog procedure (#6613) Weny Xu 2025-08-01 19:03:00 +08:00
  • 98ef92bb0a refactor: remove procedure executor from DDL manager (#6625) Weny Xu 2025-08-01 17:33:47 +08:00
  • 1352a5b637 chore(otlp_metric): update metric and label naming (#6624) shuiyisong 2025-08-01 16:17:12 +08:00
  • 42ed5042b4 feat: Implement a converter to converts KeyValues into BulkPart (#6620) Yingwen 2025-08-01 15:59:11 +08:00
  • 20af73ec44 docs(rfc): compatibility test framework (#6460) Ruihang Xia 2025-07-31 21:32:53 -07:00
  • f3221a3b18 feat: HTTP API to activate/deactive heap prof (activate by default) (#6593) Yingwen 2025-08-01 11:24:56 +08:00
  • 757694ae38 feat: count underscore in English tokenizer and improve performance (#6660) Ruihang Xia 2025-08-06 00:23:18 -07:00
  • 39e2f122eb feat: EncodedBulkPartIter iters flat format and returns RecordBatch (#6655) Yingwen 2025-08-06 14:50:01 +08:00
  • 877ce6e893 chore: add methods to catalog manager (#6656) Lei, HUANG 2025-08-06 14:25:32 +08:00
  • c8da35c7e5 feat(log-query): support binary op, scalar fn & is_true/is_false (#6659) Ruihang Xia 2025-08-05 21:38:25 -07:00
  • 309e9d978c feat: support TQL CTE in planner (#6645) Ruihang Xia 2025-08-05 21:07:38 -07:00
  • 3a9f0220b5 fix: unable to record slow query (#6590) zyy17 2025-08-05 20:35:12 -07:00
  • cc35bab5e4 feat: record the migration events in metasrv (#6579) zyy17 2025-08-05 20:30:33 -07:00
  • 414db41219 fix: box Explain node in Statement to reduce stack size (#6661) Ruihang Xia 2025-08-05 19:24:45 -07:00
  • ea024874e7 feat: use column expr with filters in LogQuery (#6646) Ruihang Xia 2025-08-05 11:35:09 -07:00
  • e64469bbc4 fix: not mark all deleted when partial trunc (#6654) discord9 2025-08-05 19:45:47 +08:00
  • 875207d26c feat: register all aggregate function to auto step aggr fn (#6596) discord9 2025-08-05 19:37:45 +08:00
  • 9871c22740 fix: sequence peek with remote value (#6648) jeremyhi 2025-08-05 16:28:09 +08:00
  • 50f7f61fdc feat: Implements an iterator to read the RecordBatch in BulkPart (#6647) Yingwen 2025-08-05 16:11:28 +08:00
  • 9c3b83e84d feat: use real data to truncate manipulate range (#6649) Ruihang Xia 2025-08-04 21:55:24 -07:00
  • 5fc0c5706c chore: bump version to v0.15.4 v0.15.4 evenyag 2025-08-04 21:38:09 +08:00
  • 4d768b2c31 feat: schema/database support for label_values (#6631) Ning Sun 2025-08-04 19:56:10 +08:00
  • b62f219810 feat: Add option to limit the files reading simultaneously (#6635) Yingwen 2025-08-04 15:18:58 +08:00
  • 5d330fad17 feat: absent function in PromQL (#6618) Ruihang Xia 2025-08-03 23:59:58 -07:00
  • dfdfae1a7b feat: support __schema__ and __database__ in Prom Remote Read (#6610) Ruihang Xia 2025-08-03 00:09:44 -07:00
  • 822f0caf4b fix: only return the __name__ label when there is one (#6629) Ruihang Xia 2025-08-02 01:42:28 -07:00
  • e81d0f5861 feat: implements FlatReadFormat to project parquets with flat schema (#6638) Yingwen 2025-08-04 20:43:50 +08:00
  • 29e0092468 feat: schema/database support for label_values (#6631) Ning Sun 2025-08-04 19:56:10 +08:00
  • 67a93a07a2 fix: fix sequence peek method to return correct values when sequence is not initialized (#6643) Weny Xu 2025-08-04 19:31:06 +08:00
  • 1afa0afc67 feat: add partial truncate (#6602) discord9 2025-08-04 18:50:27 +08:00
  • 414101fafa feat: introduce reconciliation interface (#6614) Weny Xu 2025-08-04 17:12:48 +08:00
  • 280024d7f8 feat: Add option to limit the files reading simultaneously (#6635) Yingwen 2025-08-04 15:18:58 +08:00
  • 865ca44dbd feat: absent function in PromQL (#6618) Ruihang Xia 2025-08-03 23:59:58 -07:00
  • a3e55565dc fix: show create flow's expire after (#6641) discord9 2025-08-04 13:03:14 +08:00