Skip to content

Tags: GreptimeTeam/greptimedb

Tags

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was signed with the committer’s verified signature.
waynexia Ruihang Xia
chore: use `Bytes` instead of string in bulk ingestion (#5717)

chore: use bytes instead of string in bulk log ingestion

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: support in list in simple filter (#5709)

* feat: support in list in simple filter

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* fix clippy

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

v0.13.0-nightly-20250315

Toggle v0.13.0-nightly-20250315's commit message
Revert "chore: update flate2 version (#5706)"

This reverts commit a5df395.

v0.13.0-nightly-20250314

Toggle v0.13.0-nightly-20250314's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: support in list in simple filter (#5709)

* feat: support in list in simple filter

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* fix clippy

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

v0.13.0-nightly-20250313

Toggle v0.13.0-nightly-20250313's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add simple extract processor (#5688)

* feat: add simple extract processor

* chore: add test

* chore: add license header

* chore: minor update

v0.13.0-nightly-20250310

Toggle v0.13.0-nightly-20250310's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support exact filter on time index column (#5671)

* feat: add predicate group

* feat: pass predicate group

* feat: memtable prune by time filters

* test: test PruneTimeIterator with time filters

* feat: push down returns exact for timestamp simple filters

---------

Co-authored-by: Ruihang Xia <waynestxia@gmail.com>

v0.13.0-nightly-20250303

Toggle v0.13.0-nightly-20250303's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update typos rules to fix ci (#5621)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(promql-planner): introduce vector matching binary operation (#5578)

* feat(promql-planner): support vector matching for binary operation

* test: add sqlness tests

v0.12.0-nightly-20250224

Toggle v0.12.0-nightly-20250224's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct `inverted_indexed_column_ids` behavior (#5586)

* fix: correct `inverted_indexed_column_ids`

* fix: fix unit tests

v0.12.0-nightly-20250217

Toggle v0.12.0-nightly-20250217's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: drop noneffective regex filter (#5544)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>