Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| chore(core): fix POSTING-indexed queries returning wrong rows after a failed commit | kafka1991 | XL | No | 9.6h | 8.4h | May 14, 2026 |
SummaryBug FixFix POSTING-indexed query row mismatch Ensures accurate query results for WAL tables, preventing data inconsistencies that could affect downstream analytics and reporting. Health Assessment
X-Large
Medium
Medium
AI DetailsTech Stack
Languages:
Java
|
||||||
| chore(core): fix RENAME COLUMN silently dropping POSTING value file under transient read error | bluestreak01 | XL | AI | 15.1h | 7.1h | May 14, 2026 |
SummaryBug FixFix silent drop of POSTING value on rename Prevents silent data corruption during column rename, ensuring data integrity and reducing runtime errors. Health Assessment
Large
High
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(core): fix race between WAL writer open and table drop purge | kafka1991 | S | AI | 40.8h | 0.8h | May 14, 2026 |
SummaryBug FixFix race between WAL writer open and table drop purge Resolves a race condition that caused critical errors during concurrent table drops, improving reliability and preventing false critical failures. This fix ensures consistent error handling and reduces error spikes during table drop operations. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| chore(build): fix AWS AMI build issues | sklarsa | S | No | 28.3h | 19.7h | May 14, 2026 |
SummaryChoreFix AWS AMI build issues This PR fixes build issues for AWS AMI by correcting configuration, updating systemd service, and bumping Java runtime to 17, ensuring reliable deployment. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Shell
|
||||||
| fix(core): fix POSTING-indexed queries dropping rows after partition squash | bluestreak01 | L | AI | 28.1h | - | May 13, 2026 |
SummaryBug FixFix POSTING-indexed query row drops after partition squash Ensures indexed queries return all rows after partition squash, preventing data loss and maintaining query accuracy for users. This fixes a bug that caused indexed WHERE clauses to silently drop rows, improving data integrity. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| chore(core): trim POSTING index seal/encode cost on O3 | kafka1991 | XL | No | 35.0h | 4.8h | May 12, 2026 |
SummaryChoreTrim POSTING index seal/encode cost on O3 Optimizes O3 commit performance for tables with POSTING indexes, reducing write latency and resource usage, which improves overall database throughput and responsiveness. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| chore(core): remove garbled PARQUET clauses in SHOW CREATE TABLE on pre-9.3.4 tables | RaphDal | M | No | 17.8h | 17.8h | May 12, 2026 |
SummaryBug FixRemove garbled PARQUET clauses in SHOW CREATE TABLE Fixes invalid SHOW CREATE TABLE output for legacy tables, preventing schema copy failures and ensuring reliable database migrations. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Java
|
||||||
| fix(core): fix rare WAL apply live lock when transactions are committed at a very high rate | ideoma | M | No | 125.2h | 125.2h | May 11, 2026 |
SummaryBug FixFix rare WAL apply live lock This patch prevents a rare live lock in the WAL apply thread that could stall database writes under high transaction rates, ensuring data consistency and system reliability. Health Assessment
Medium
High
High
AI DetailsTech Stack
Languages:
Java
|
||||||
| docs(core): refresh README with updated links, images, and AI agents section | javier | XL | No | 7.4h | 2.2h | May 11, 2026 |
SummaryDocsRefresh README with updated links and AI agents Updated documentation to improve user onboarding and showcase new AI agents feature, reducing confusion and highlighting new capabilities. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack |
||||||
| chore(build): update GOSU_VERSION to 1.19-go1.25.10 | sklarsa | XS | No | 2.8h | 2.8h | May 11, 2026 |
SummaryChoreUpdate GOSU_VERSION in Dockerfile Updates the GOSU_VERSION in the Dockerfile to ensure compatibility with the latest Go runtime, improving build stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Frameworks:
Docker
|
||||||
| chore(core): restore posting index count() fast path on clean partitions | bluestreak01 | XL | No | 4.5h | 2.4h | May 11, 2026 |
SummaryChoreRestore posting index count fast path Re‑enables a fast path for count queries on clean partitions, cutting row‑iteration overhead and boosting query performance by up to 14%. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Java
|
||||||
| fix(core): prevent OOM during ALTER ADD INDEX on large partitions | nwoolmer | XL | AI | 48.6h | 46.5h | May 11, 2026 |
SummaryBug FixPrevent OOM during ALTER ADD INDEX on large partitions This change eliminates out‑of‑memory crashes when adding posting indexes to very large partitions, ensuring database stability and reliable performance for users. Health Assessment
X-Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(core): stop posting index from returning rows past sealed coverage | bluestreak01 | L | AI | 93.8h | - | May 11, 2026 |
SummaryBug FixFix posting index to clamp rows past sealed coverage This fix stops the posting index from returning rows beyond the sealed coverage, ensuring query results reflect only indexed data. It improves data accuracy and prevents potential data leakage in reporting. Health Assessment
Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(sql): return correct precision from arg_max/arg_min on TIMESTAMP_NS columns | bluestreak01 | L | AI | 38.2h | 7.9h | May 10, 2026 |
SummaryBug FixFix precision for arg_max/min on TIMESTAMP_NS Ensures accurate timestamp results for arg_max/arg_min functions, preventing incorrect future dates and improving data integrity for users. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(core): fix incorrect indexed query results after O3 row-id reuse | mtopolnik | XL | AI | 36.3h | 33.2h | May 10, 2026 |
SummaryBug FixFix incorrect indexed query results after O3 reuse Corrects phantom matches in indexed queries caused by O3 row‑id reuse, ensuring accurate query results and preventing incorrect data visibility. Health Assessment
X-Large
High
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| chore(core): switch posting index fast-lag from seal to commit | kafka1991 | XL | No | 40.0h | 10.2h | May 09, 2026 |
SummaryRefactorSwitch posting index fast-lag from seal to commit Switches WAL fast-lag commits from seal to commit, cutting per-commit overhead and boosting ingestion speed. The change also tightens durability by syncing .pk after chain publish. Health Assessment
Large
Medium
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Java
|
||||||
| chore(sql): off-heap and flyweight histogram | mcadariu | XL | No | - | 161.1h | May 08, 2026 |
SummaryChoreAdd off-heap flyweight histogram implementation Provides efficient off-heap histogram for group‑by operations, reducing memory usage and improving performance. Health Assessment
Large
High
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Java
|
||||||
| chore(core): fix NPE on ORDER BY against an unknown indexed symbol | bluestreak01 | L | AI | 29.5h | 10.5h | May 08, 2026 |
SummaryBug FixFix NPE on ORDER BY for unknown indexed symbol Prevents crashes when querying unknown symbols, improving stability for view creation and query execution. Health Assessment
Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(pgwire): fix partial query result when re-binding a suspended portal | RaphDal | M | AI | 29.8h | 28.3h | May 08, 2026 |
SummaryBug FixFix partial query result on suspended portal re-bind Ensures correct query results when reusing prepared statements after a suspended portal, preventing data loss and improving reliability for PostgreSQL clients. Health Assessment
Medium
Medium
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| test(core): fix fuzz tests infrastructure for rename table and change parquet encoding steps | ideoma | S | No | 199.1h | 195.6h | May 07, 2026 |
SummaryTestFix fuzz test infrastructure for table rename This PR corrects the fuzz test infrastructure to properly handle table renames and parquet encoding changes, preventing test failures and ensuring accurate core functionality validation. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Java
|
||||||
| chore(ui): upgrade web console to 1.2.2 | emrberk | XS | No | 4.0h | 4.0h | May 07, 2026 |
SummaryChoreUpgrade web console to 1.2.2 Bumps the web console to version 1.2.2, adding new UI actions and improving AI assistant and query execution. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Java
|
||||||
| chore(sql): allow disabling covering index for refresh queries | nwoolmer | L | AI | 30.6h | 22.9h | May 07, 2026 |
SummaryFeatureAdd option to disable covering index for mat view refresh Provides operators the ability to opt out of the covering index path for materialized view refresh queries, preventing potential performance regressions until the covering index implementation improves. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(wal): correct write amplification and dedup counts in tables() | nwoolmer | L | No | 170.4h | 0.6h | May 07, 2026 |
SummaryBug FixFix WAL write amplification and dedup counts Corrects over‑counting in WAL metrics, ensuring accurate telemetry and reliable performance monitoring for users. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix(core): fix RENAME COLUMN failure on posting-indexed columns | bluestreak01 | M | AI | 12.6h | 10.9h | May 07, 2026 |
SummaryBug FixFix rename column hard link failure This fix resolves a race condition that caused ALTER TABLE RENAME COLUMN operations on posting-indexed columns to fail, preventing data integrity issues and ensuring reliable schema changes. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| chore(parquet): store stats in parquet sidecar in their original format | RaphDal | XL | No | 17.3h | 10.9h | May 07, 2026 |
SummaryBug FixStore Parquet stats verbatim in sidecar Ensures accurate query pruning and correct handling of Parquet statistics, improving query correctness and performance for downstream analytics. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Rust, Java
|
||||||
| chore(qwp): advertise role on /write/v4 upgrade for primary failover | kafka1991 | XL | No | 35.5h | 35.5h | May 07, 2026 |
SummaryFeatureAdvertise replication role on /write/v4 upgrade Adds a server role header to upgrade responses, enabling clients to fail over to primary nodes automatically. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Java
|
||||||
| chore(core): fix yet another posting index bug found by fuzz | bluestreak01 | M | No | 11.4h | - | May 06, 2026 |
SummaryBug FixFix posting index bug discovered by fuzz Corrects a critical data consistency issue that could cause runtime failures, improving system reliability for all users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Java
|
||||||
| chore(core): fix another posting index bug leading to corrupt results | bluestreak01 | M | No | 1.5h | - | May 06, 2026 |
SummaryBug FixFix posting index bug causing corrupt results Corrects a bug in the posting index that was producing corrupt results, improving data integrity. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Java
|
||||||
| fix(sql): fix EMA, VWEMA and KSUM failures in combined window queries | jerrinot | XL | No | 203.6h | 0.8h | May 05, 2026 |
SummaryBug FixFix EMA, VWEMA, KSUM failures in combined window queries Corrects execution failures for EMA, VWEMA, and KSUM window functions when cached execution is used, ensuring valid SQL queries run reliably. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Java
|
||||||
| docs(core): change Java version requirement to 25 | javier | XS | No | 172.2h | - | May 05, 2026 |
SummaryDocsChange Java version requirement to 25 Updates the Java version requirement for the core component, ensuring compatibility with newer Java releases. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack |
||||||
| chore(core): add level switch to review-pr skill | bluestreak01 | S | AI | 10.5h | 5.1h | May 05, 2026 |
SummaryDocsAdd level switch to review-pr skill This change introduces a level switch to the review-pr skill, enabling users to select the depth of analysis. It reduces token costs for casual reviews while still allowing full coverage when needed. Health Assessment
Small
Low
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| chore(build): move aux-job to hetzner from azure | sklarsa | S | No | 19.8h | 0.1h | May 05, 2026 |
SummaryCI/CDMove aux-job to Hetzner from Azure Migrated CI job to Hetzner to avoid Azure runner disk space limits, improving build reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| fix(sql): fix wrong results from JIT filter with UUID bind variables | nwoolmer | M | No | 85.9h | 69.2h | May 05, 2026 |
SummaryBug FixFix JIT filter UUID bind variable stride Corrects incorrect query results when using UUID bind variables, ensuring accurate data retrieval and preventing potential data loss or incorrect analytics. Health Assessment
Small
Medium
High
AI DetailsTech Stack
Languages:
C, Java
|
||||||