59 Commits (181abacc55f42c32150d04da171b9ff73166efff)

Author SHA1 Message Date
Bill 181abacc55 Merge branch 'master' of https://git.billsun.dev/bill/AQuery
2 years ago
Bill d6e3e4878e Optimized hashtable performance; Stored procedures
2 years ago
Bill eb0fe8857a fixed create as union/except, distinct
2 years ago
Bill 7f8c57735d create table ... as ... union all/except ...
2 years ago
Bill 1673726a2d fixed limit doesn't work for queries w/o postproc.
2 years ago
Bill 8e482a1228 bug fixes on flattening
2 years ago
Bill 4f7f544983 bug fix on sqlblock and documentations
2 years ago
Bill Sun 8d739f8f3e Merge branch 'master' of https://git.billsun.dev/bill/AQuery
2 years ago
Bill Sun 4792bfa08f fixed parser bug in create table as
2 years ago
Bill 65be0e207d Bugs: incorrectly handling decimal literals
2 years ago
Bill b58503b83d fixed regression
2 years ago
Bill f0940ae442 added initial support for union_all and except
2 years ago
Bill cec2420ddd Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2
2 years ago
Bill b6022a7e0f Transferred AQuery grammar from private repo
2 years ago
Bill 1832de1241 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2
2 years ago
Bill 4ff1b2d3a8 bug fixes on select into file
2 years ago
Bill 5dad6e5270 monetdb passthru, WIP: threadedGC
2 years ago
Bill 50740fe6ac Added var(s), stddev(s). New ITC, stats. bugfix on aggregations.
2 years ago
Bill ba21da23a3 bug fixes, more documentations
2 years ago
Bill 31d823ac89 fixed bugs wrt sp groupbys, insert multiple values
2 years ago
Bill 5549706443 fixed issue for user module
2 years ago
Bill d5382c36e9 bug fixes
2 years ago
Bill 6478deb7da read complex data from csv
2 years ago
Bill 818ab3b2e5 Added prev/next aggregation functions
2 years ago
Bill a9b0c185e1 pack(*), truncate, bug fixes
2 years ago
Bill 826c156d9f bug fixes
2 years ago
Bill 7945b5e65a bug fixes
2 years ago
Bill f434afbee6 fixed regression
2 years ago
Bill dda68bd9e1 bug fixes and clarification
2 years ago
Bill 136b3b6c6c fixed join using, join on
2 years ago
Bill b666d6d9b2 fixed regression on join condition awareness
2 years ago
Bill 98890884da updated documentations.
2 years ago
Bill d10a476a34 Updated instructions, bulid drivers, bug fixes
2 years ago
Bill eac25ddbb3 Added drop table, 'if (not) exists' support. Bug fixes
2 years ago
Bill fb870c9977 fixed wildcard compound cols, ratios, etc.
2 years ago
Bill c39ec80e1d more on join awareness and decoupled expr
2 years ago
Bill 522e9e267b WIP: new decoupled expr implementation
2 years ago
Bill 34a9fe105c bug fix on select into
2 years ago
Bill ff63be720c Bug fixes for alias&join. Add test in presentation.
2 years ago
Bill 2614d010da imporved build driver, basic support for count()
2 years ago
Bill 613941ce06 bug fixes
2 years ago
Bill d3742dfa9c More Date/Time, Complex expr on groupby, bug fixes
2 years ago
Bill 41f51bacc5 Optimized: C++ Compilation, ~10x speedup
2 years ago
Bill 9caee2819f libaquery: optimizations that reduces vector copy.
2 years ago
Bill bea97a909a fixed table/column name problem
2 years ago
Bill a464029d14 Added select into
2 years ago
Bill 4321422b4f added user module
2 years ago
Bill 44ccc0b835 regression: nested aggregation support
2 years ago
Bill 3a56c19e2e bug fix
2 years ago
Bill 780a60fa5d restructure
2 years ago