| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrated over to using psudb-common utilities/headers | Douglas Rumbaugh | 2023-08-24 | 1 | -3/+9 |
| | | |||||
| * | Expanded query interface | Douglas Rumbaugh | 2023-07-27 | 1 | -3/+7 |
| | | | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found. | ||||
| * | Adjusted calculation for index size | Douglas Rumbaugh | 2023-07-26 | 1 | -8/+10 |
| | | |||||
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 1 | -1/+1 |
| | | | | | | This is necessary for KNN, but it unused for all currently implemented query types. | ||||
| * | Updated bloom filters to use whole record | Douglas B. Rumbaugh | 2023-06-09 | 1 | -6/+6 |
| | | |||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 1 | -1/+5 |
| | | |||||
| * | General header/file cleanup | Douglas Rumbaugh | 2023-06-07 | 1 | -1/+1 |
| | | |||||
| * | Bugfixes for query state processing function | Douglas Rumbaugh | 2023-06-07 | 1 | -10/+12 |
| | | |||||
| * | Added a pre-query hook for processing states | Douglas Rumbaugh | 2023-06-07 | 1 | -12/+60 |
| | | | | | | This is used for setting up the query alias structure stuff for sampling queries. | ||||
| * | Framework query bugfixes | Douglas Rumbaugh | 2023-05-29 | 1 | -0/+5 |
| | | |||||
| * | Framework-level query testing + fixes | Douglas Rumbaugh | 2023-05-29 | 1 | -4/+4 |
| | | |||||
| * | WIRS Query tests + fixes | Douglas Rumbaugh | 2023-05-29 | 1 | -20/+95 |
| | | |||||
| * | Adjusted the way that Wrapping records works to clean up interfaces | Douglas Rumbaugh | 2023-05-29 | 1 | -39/+51 |
| | | |||||
| * | Tests and bugfixes for framework | Douglas Rumbaugh | 2023-05-29 | 1 | -7/+32 |
| | | |||||
| * | WIRS query interface | Douglas Rumbaugh | 2023-05-29 | 1 | -43/+117 |
| | | |||||
| * | More updates/restructuring | Douglas Rumbaugh | 2023-05-22 | 1 | -93/+20 |
| | | |||||
| * | Progress towards generalization of shard interface | Douglas Rumbaugh | 2023-05-22 | 1 | -46/+29 |
| | | |||||
| * | Started implementing shard interface (not finished yet) | Douglas Rumbaugh | 2023-05-17 | 1 | -33/+20 |
| | | |||||
| * | Removed unncessary tagging paramter from shards and levels | Douglas Rumbaugh | 2023-05-17 | 1 | -14/+13 |
| | | |||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 1 | -50/+58 |
| | | | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working. | ||||
| * | Dynamic Extension unit tests + bugfixes | Douglas Rumbaugh | 2023-05-09 | 1 | -10/+11 |
| | | |||||
| * | WIRS Shard testing and bugfixes | Douglas Rumbaugh | 2023-05-09 | 1 | -11/+5 |
| | | |||||
| * | Initial port of DynamicExtension framework | Douglas Rumbaugh | 2023-05-09 | 1 | -16/+10 |
| | | |||||
| * | Initial port of WIRS structure and mutable buffer | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+440 |