-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pull requests: questdb/questdb
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(sql): add uint16/uint32/uint64 types with bitmap-based null support
#6834
opened Mar 1, 2026 by
nicholas-a-guerra
Loading…
feat(sql): add SQL-standard UNNEST for arrays and JSON
New feature
Feature requests
SQL
Issues or changes relating to SQL execution
feat(sql): array_elem_{min,max,avg,sum} functions
#6829
opened Feb 27, 2026 by
amunra
Loading…
5 tasks done
perf(sql): breaking change 💥 - Improve query execution time by folding constant expressions
#6828
opened Feb 27, 2026 by
RaphDal
Loading…
fix(parquet): fix crash when parquet partition statistics are missing
#6827
opened Feb 27, 2026 by
kafka1991
Loading…
docs(core): Adding WINDOW and HORIZON JOIN to main README
#6826
opened Feb 26, 2026 by
javier
Loading…
Fix AssertionError on JOIN with post-join and const WHERE filters
#6824
opened Feb 26, 2026 by
DHRUV6029
Loading…
perf(sql): speed up ASOF and WINDOW JOINs for large right-hand-side tables
Performance
Performance improvements
SQL
Issues or changes relating to SQL execution
#6822
opened Feb 25, 2026 by
puzpuzpuz
Loading…
feat(sql): add array_sort and array_reverse functions for double arrays
New feature
Feature requests
SQL
Issues or changes relating to SQL execution
#6820
opened Feb 25, 2026 by
javier
Loading…
feat(core): control parquet writing file size growth, reduce write amplification, improve write speed
#6819
opened Feb 25, 2026 by
ideoma
Loading…
feat(sql): add array_agg() aggregate function for double arrays
DO NOT MERGE
These changes should not be merged to main branch
New feature
Feature requests
SQL
Issues or changes relating to SQL execution
#6812
opened Feb 24, 2026 by
javier
Loading…
perf(parquet): improve strings decoding performance for parquet files
DO NOT MERGE
These changes should not be merged to main branch
#6809
opened Feb 24, 2026 by
RaphDal
Loading…
feat(sql): use vectorized computation in more non-keyed GROUP BY queries
Performance
Performance improvements
SQL
Issues or changes relating to SQL execution
#6805
opened Feb 23, 2026 by
puzpuzpuz
Loading…
fix(sql): fix silent acceptance of excess FILL values in SAMPLE BY
#6803
opened Feb 23, 2026 by
veeceey
Loading…
chore(core): support sequencer v2 in replication and backup
#6784
opened Feb 16, 2026 by
ideoma
Loading…
chore(core): table and column drop hooks in DDL listener
tandem
#6774
opened Feb 12, 2026 by
glasstiger
Loading…
perf(parquet): improve decoding performance for parquet
#6759
opened Feb 9, 2026 by
RaphDal
Loading…
feat(core): parquet row group pruning with min/max statistics and bloom filters
#6739
opened Feb 3, 2026 by
kafka1991
Loading…
11 tasks done
feat(sql): allow plural 'partitions' keyword in ALTER TABLE CONVERT
#6733
opened Feb 1, 2026 by
gggeon96
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.