Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / t / unit / parser / parser_test.c
2016-09-05 Sebastian HarlLet the network protocol and SysQL support last_update...
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-10-07 Sebastian HarlSplit the memstore module from the store module.
2015-10-07 Sebastian HarlRenamed in-memory store types and functions to sdb_mems...
2015-09-02 Sebastian HarlAllow and implement iterating arbitrary (non-constant...
2015-08-31 Sebastian Harlanalyzer: Support more flexible iterator expressions.
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-05-20 Sebastian Harlparser: Add support for metric timeseries fields.
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
2015-05-18 Sebastian Harlstore: Use a separate type for prepared querys.
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlstore: Add sdb_store_query_prepare().
2015-05-08 Sebastian Harlparser/analyzer: Fixed iterator type checks.
2015-05-06 Sebastian Harlparser/analyzer: Migrate value expression checks.
2015-05-06 Sebastian Harlparser/analyzer: Migrate type and iterator checks.
2015-05-05 Sebastian Harlparser: Add support for analyzing conditional and arith...
2015-04-15 Sebastian Harlparser_test: Make sure that TIMESERIES end times are...
2015-04-12 Sebastian HarlMigrate parser from frontend/ to parser/ and to use...