Skip to content

Tags: pingcap/tiflash

Tags

v26.3.1

Toggle v26.3.1's commit message
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…

…huangjunshen@pingcap.com","release_id":"30073","change_id":"62085"}}}

v26.3.0

Toggle v26.3.0's commit message
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…

…huangjunshen@pingcap.com","release_id":"30078","change_id":"62042"}}}

v8.5.6-20260522-23dd10b

Toggle v8.5.6-20260522-23dd10b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
contrib: update tici (#10855)

v8.5.6-20260519-317f5f6

Toggle v8.5.6-20260519-317f5f6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
contrib: update tici (#10843)

v8.5.6-fts.dev

Toggle v8.5.6-fts.dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
*: reduce getGCState freq (#10817) (#10836)

v8.5.4-nextgen.202510.14

Toggle v8.5.4-nextgen.202510.14's commit message
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…

…huangjunshen@pingcap.com","release_id":"30069","change_id":"61925"}}}

v8.5.6-20260423-cbe33d1

Toggle v8.5.6-20260423-cbe33d1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
metrics: improve getGCSafePointWithRetry metrics (#10807) (#10812)

close #10808

### What problem does this PR solve?

Issue Number: close #xxx

Problem Summary:

### What is changed and how it works?

```commit-message

```

### Check List

Tests <!-- At least one of them must be included. -->

- [ ] Unit test
- [ ] Integration test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No code

Side effects

- [ ] Performance regression: Consumes more CPU
- [ ] Performance regression: Consumes more Memory
- [ ] Breaking backward compatibility

Documentation

- [ ] Affects user behaviors
- [ ] Contains syntax changes
- [ ] Contains variable changes
- [ ] Contains experimental features
- [ ] Changes MySQL compatibility

### Release note

<!-- bugfix or new feature needs a release note -->

```release-note
None
```

Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>

v8.5.4-nextgen.202510.13

Toggle v8.5.4-nextgen.202510.13's commit message
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…

…huangjunshen@pingcap.com","release_id":"30066","change_id":"61841"}}}

v8.5.4-nextgen.202510.12

Toggle v8.5.4-nextgen.202510.12's commit message
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…

…huangjunshen@pingcap.com","release_id":"30066","change_id":"61833"}}}

v8.5.4-20260409-5d56de0

Toggle v8.5.4-20260409-5d56de0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support null-eq join (#10788)

ref #10787

Support null-eq join in TiFlash by plumbing join metadata from DAG/planner into join execution,
handling nullable null-eq keys correctly in hash join, refining row-filter/null-key handling for
outer/full join paths, disabling incompatible runtime-filter paths, and adding targeted test coverage.
This branch also keeps the existing json_object pushdown changes already present on the branch.

Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>