summaryrefslogtreecommitdiffstats
path: root/include/query/rangequery.h
Commit message (Collapse)AuthorAgeFilesLines
* Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-191-2/+5
|
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-251-1/+1
| | | | | | | | | Necessary updates to get the codebase building under OpenBSD 7.5 with clang. This is a minimal set of changes to get building to work, which includes disabling several things that aren't directly compatable. More work will be necessary to get full functionality. In particular, Triespline, PGM, and the reference M-tree do not currently build on OpenBSD with clang due to GNU dependencies or other gcc specific features.
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-071-1/+1
|
* Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-071-4/+2
|
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-051-7/+7
|
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-171-2/+3
| | | | | | | | A poorly organized commit with fixes for a variety of bugs that were causing missing records. The core problems all appear to be fixed, though there is an outstanding problem with tombstones not being completely canceled. A very small number are appearing in the wrong order during the static structure test.
* Initial integration of new buffering scheme into frameworkDouglas Rumbaugh2024-01-121-14/+20
| | | | | It isn't working right now (lotsa test failures), but we're to the debugging phase now.
* Comment and License updatesDouglas Rumbaugh2023-11-071-2/+4
|
* Refactoring progressDouglas Rumbaugh2023-11-061-4/+10
|
* started refactoring queries interfaceDouglas B. Rumbaugh2023-11-021-0/+161