Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
APIJSON
/
databend
Public
forked from
databendlabs/databend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
databend
src
query
sql
src
planner
on
main
User selector
All users
All time
Commit history
Commits on Jul 10, 2026
chore(planner): add debug trace for optimizer statistics collection (#20010)
Show description for ac833c2
forsaken628
authored
ac833c2
View commit details
Copy full SHA for ac833c2
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
fix(sql): fix udaf alias handling and show function params in plans (#20061)
Show description for 5572181
forsaken628
authored
5572181
View commit details
Copy full SHA for 5572181
View code at this point
Browse repository at this point
chore: Enable Virtual column features for Community Edition (#20116)
Show description for 6a5ce20
b41sh
authored
6a5ce20
View commit details
Copy full SHA for 6a5ce20
View code at this point
Browse repository at this point
feat(query): support PostgreSQL aggregate syntax (#20108)
Show description for 4513194
KKould
and
claude
authored
4513194
View commit details
Copy full SHA for 4513194
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
chore(query): add spatial join test to correctness regressions (#20101)
TCeason
authored
3f7f3bb
View commit details
Copy full SHA for 3f7f3bb
View code at this point
Browse repository at this point
feat(query): support ilike operators (#20106)
sundy-li
authored
91912c9
View commit details
Copy full SHA for 91912c9
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
feat(query): add count-min sketch frequency stats (#20049)
KKould
authored
f5e2e69
View commit details
Copy full SHA for f5e2e69
View code at this point
Browse repository at this point
feat(query): support broadcast spatial join in distributed clusters (#20088)
Show description for fa4b3b3
TCeason
authored
fa4b3b3
View commit details
Copy full SHA for fa4b3b3
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
feat(query): Vector type support recluster using the `K-Means` algorithm (#20004)
Show description for fcf7671
b41sh
authored
fcf7671
View commit details
Copy full SHA for fcf7671
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
chore(query): Remove spatial runtime filters from join planning (#20081)
b41sh
authored
d2d5215
View commit details
Copy full SHA for d2d5215
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
refactor: meta: decouple database create option (#20070)
Show description for d58453e
drmingdrmer
authored
d58453e
View commit details
Copy full SHA for d58453e
View code at this point
Browse repository at this point
chore: add aggressive_recluster gate for recluster (#20052)
Show description for cae6830
zhyass
authored
cae6830
View commit details
Copy full SHA for cae6830
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
fix(query): rewrite residual aggregates in having (#20056)
sundy-li
authored
36f2fe6
View commit details
Copy full SHA for 36f2fe6
View code at this point
Browse repository at this point
feat(query): add single-node spatial index join with R-tree (#20025)
Show description for 2077a71
TCeason
authored
2077a71
View commit details
Copy full SHA for 2077a71
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
refactor: meta: make proto encoding infallible (#20051)
Show description for dd6ca7a
drmingdrmer
authored
dd6ca7a
View commit details
Copy full SHA for dd6ca7a
View code at this point
Browse repository at this point
feat(query): use top-n stats for equality selectivity (#20019)
Show description for 70c0407
KKould
and
zhang2014
authored
70c0407
View commit details
Copy full SHA for 70c0407
View code at this point
Browse repository at this point
fix(storage): move stage_path_traversal_policy from settings to config (#20046)
Show description for daee8bb
youngsofun
authored
daee8bb
View commit details
Copy full SHA for daee8bb
View code at this point
Browse repository at this point
feat(stage): support metadata$file_path, file_basename, file_content_key, file_last_modified (#20036)
Show description for 40900bc
youngsofun
authored
40900bc
View commit details
Copy full SHA for 40900bc
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
refactor: udf: store UDF metadata as table types (#20034)
Show description for f6464bc
drmingdrmer
authored
f6464bc
View commit details
Copy full SHA for f6464bc
View code at this point
Browse repository at this point
fix(query): update nested materialized CTE ref counts (#20026)
SkyFan2002
authored
bb875e8
View commit details
Copy full SHA for bb875e8
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
feat(query): support KLL analyze histograms (#20014)
Show description for 1cfb13e
KKould
authored
1cfb13e
View commit details
Copy full SHA for 1cfb13e
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
fix(query): make metadata$filename stage-relative for csv/text/ndjson/avro (#20012)
Show description for a24200b
youngsofun
authored
a24200b
View commit details
Copy full SHA for a24200b
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
fix: avoid invalid semi join rewrite for partial group keys (#20006)
KKould
authored
aa66f14
View commit details
Copy full SHA for aa66f14
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
fix(query): preserve union coercion in filter pushdown (#19997)
Show description for 7ec6c88
KKould
authored
7ec6c88
View commit details
Copy full SHA for 7ec6c88
View code at this point
Browse repository at this point
fix(query): preserve TopN sort semantics (#19998)
KKould
authored
86e89ef
View commit details
Copy full SHA for 86e89ef
View code at this point
Browse repository at this point
fix(query): preserve single join null filtering (#19999)
KKould
authored
9f22898
View commit details
Copy full SHA for 9f22898
View code at this point
Browse repository at this point
fix(query): preserve null-safe join keys in null filter rule (#20000)
KKould
authored
24700ce
View commit details
Copy full SHA for 24700ce
View code at this point
Browse repository at this point
feat(storage): add endpoint egress policy (#19980)
youngsofun
authored
9dc2c31
View commit details
Copy full SHA for 9dc2c31
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
fix(query): handle malformed UDF script metadata (#19983)
KKould
authored
95b434c
View commit details
Copy full SHA for 95b434c
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
refactor(storage): remove native storage format (#19982)
Show description for 9431970
zhang2014
authored
9431970
View commit details
Copy full SHA for 9431970
View code at this point
Browse repository at this point
fix(query): preserve offset above outer join limit pushdown (#19988)
KKould
authored
03190a9
View commit details
Copy full SHA for 03190a9
View code at this point
Browse repository at this point
fix(query): avoid eliminating aggregate union branch (#19987)
KKould
authored
cbe3fb2
View commit details
Copy full SHA for cbe3fb2
View code at this point
Browse repository at this point
fix(query): reject duplicate named windows (#19978)
KKould
authored
1d3095e
View commit details
Copy full SHA for 1d3095e
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
fix(query): add stage path traversal policy (#19973)
youngsofun
authored
ceecec4
View commit details
Copy full SHA for ceecec4
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
fix(query): quote binder rewrite identifiers (#19969)
sundy-li
authored
85bf0dd
View commit details
Copy full SHA for 85bf0dd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.