FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · KipData/KiteSQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
KipData
/
KiteSQL
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
54
Star
744
Code
Issues
29
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 9, 2026
feat: support common table expressions (#379)
Show description for 8028dc6
KKould
authored
8028dc6
View commit details
Copy full SHA for 8028dc6
Browse repository at this point
Commits on Jul 22, 2026
refactor(window): consume explicitly sorted input
KKould
committed
bccf67f
View commit details
Copy full SHA for bccf67f
Browse repository at this point
Commits on Jul 21, 2026
chore: add Ko-fi funding link
KKould
committed
49ff8fd
View commit details
Copy full SHA for 49ff8fd
Browse repository at this point
Commits on Jul 20, 2026
feat: add spill-backed sorting and aggregation (#377)
Show description for b0dbc30
KKould
authored
b0dbc30
View commit details
Copy full SHA for b0dbc30
Browse repository at this point
Commits on Jul 13, 2026
perf: sort window rows in place (#376)
KKould
authored
3f0df6f
View commit details
Copy full SHA for 3f0df6f
Browse repository at this point
Commits on Jul 12, 2026
feat: add window function support (#375)
Show description for c19209e
KKould
authored
c19209e
View commit details
Copy full SHA for c19209e
Browse repository at this point
Commits on Jul 11, 2026
docs: update TPCC benchmark results (#373)
KKould
authored
362157d
View commit details
Copy full SHA for 362157d
Browse repository at this point
refactor: unify expression and operator traversal with visitors (#372)
Show description for dec3643
KKould
authored
dec3643
View commit details
Copy full SHA for dec3643
Browse repository at this point
Commits on Jul 9, 2026
test: improve serde optimizer binder coverage (#371)
Show description for a28b4ab
KKould
authored
a28b4ab
View commit details
Copy full SHA for a28b4ab
Browse repository at this point
Commits on Jul 8, 2026
test: improve planner orm and error coverage (#370)
Show description for 60c5d5a
KKould
authored
60c5d5a
View commit details
Copy full SHA for 60c5d5a
Browse repository at this point
Commits on Jul 7, 2026
test: improve types coverage (#369)
Show description for 7cbf9fe
KKould
authored
7cbf9fe
View commit details
Copy full SHA for 7cbf9fe
Browse repository at this point
Commits on Jun 30, 2026
fix(optimizer): preserve residual index predicates (#368)
KKould
authored
449bbc0
View commit details
Copy full SHA for 449bbc0
Browse repository at this point
Commits on Jun 23, 2026
Improve CM sketch fallback for heavy hitters (#367)
KKould
authored
8b20e11
View commit details
Copy full SHA for 8b20e11
Browse repository at this point
Commits on Jun 22, 2026
docs: update top-level tpcc results
KKould
committed
971b6ad
View commit details
Copy full SHA for 971b6ad
Browse repository at this point
refactor: use closure-based result iteration (#363)
Show description for 136ec3a
KKould
authored
136ec3a
View commit details
Copy full SHA for 136ec3a
Browse repository at this point
Commits on Jun 21, 2026
chore: bump KiteSQL versions (#362)
KKould
authored
c7d3e3f
View commit details
Copy full SHA for c7d3e3f
Browse repository at this point
feat: make orm row decoding fallible (#361)
KKould
authored
b6d8a8c
View commit details
Copy full SHA for b6d8a8c
Browse repository at this point
perf: reuse sqlite prepared statements in tpcc (#360)
KKould
authored
a679485
View commit details
Copy full SHA for a679485
Browse repository at this point
docs: add Discord badge (#359)
KKould
authored
7df7e06
View commit details
Copy full SHA for 7df7e06
Browse repository at this point
Commits on Jun 20, 2026
docs: update tpcc benchmark results (#358)
KKould
authored
25a3426
View commit details
Copy full SHA for 25a3426
Browse repository at this point
feat: improve statistics cardinality estimates (#357)
KKould
authored
6e32ffa
View commit details
Copy full SHA for 6e32ffa
Browse repository at this point
Commits on Jun 14, 2026
Add DeepWiki configuration (#355)
KKould
authored
eec0060
View commit details
Copy full SHA for eec0060
Browse repository at this point
perf: stream analyze statistics with KLL sketch (#354)
KKould
authored
420b7fa
View commit details
Copy full SHA for 420b7fa
Browse repository at this point
refactor: reduce runtime dependencies (#351)
Show description for b5965dc
KKould
authored
b5965dc
View commit details
Copy full SHA for b5965dc
Browse repository at this point
ci: reduce self-hosted rebuilds (#352)
KKould
authored
561007d
View commit details
Copy full SHA for 561007d
Browse repository at this point
ci: use self-hosted runners (#350)
Show description for ce5a6fa
KKould
authored
ce5a6fa
View commit details
Copy full SHA for ce5a6fa
Browse repository at this point
fix: bump serde macro crate for publishing
KKould
committed
9f086f2
View commit details
Copy full SHA for 9f086f2
Browse repository at this point
refactor: De-generic executor and refactor ORM stack (#349)
Show description for 96d8f74
KKould
authored
96d8f74
View commit details
Copy full SHA for 96d8f74
Browse repository at this point
Commits on Jun 6, 2026
Reduce runtime allocation churn (#348)
Show description for c0e63a0
KKould
authored
c0e63a0
View commit details
Copy full SHA for c0e63a0
Browse repository at this point
Commits on Jun 4, 2026
Reduce runtime dependency footprint (#346)
KKould
authored
ef9a534
View commit details
Copy full SHA for ef9a534
Browse repository at this point
Fix USING column binding for right joins (#345)
Show description for 6b4d7d7
KKould
authored
6b4d7d7
View commit details
Copy full SHA for 6b4d7d7
Browse repository at this point
Support alter table change column options (#344)
KKould
authored
bbc1533
View commit details
Copy full SHA for bbc1533
Browse repository at this point
Commits on Jun 2, 2026
Support COPY query source to file (#343)
KKould
authored
10314d0
View commit details
Copy full SHA for 10314d0
Browse repository at this point
Reduce wasm size by trimming parser and serialization deps (#342)
Show description for 70336ab
KKould
authored
70336ab
View commit details
Copy full SHA for 70336ab
Browse repository at this point
Commits on May 4, 2026
feat: support intersect set operations (#340)
KKould
authored
fa23627
View commit details
Copy full SHA for fa23627
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL