Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / src / core / store_expr.c
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 Harlstore: Fix execution of more complex iterators.
2015-09-02 Sebastian HarlRemove unused sdb_store_expr_iterable().
2015-09-02 Sebastian HarlAllow and implement iterating arbitrary (non-constant...
2015-05-20 Sebastian Harlstore: Add the timeseries field to metrics.
2015-03-15 Sebastian Harlstore: Added field type VALUE for attribute values.
2015-03-11 Sebastian Harlstore_expr: iterator: Support constant arrays without...
2015-03-11 Sebastian Harlstore_expr: Fix iter_has_next if the first elements...
2015-03-08 Sebastian Harlstore: When advancing an iterator don't loop endlessly...
2015-03-08 Sebastian Harlstore: Apply iterator expressions to the iterated objects.
2015-03-08 Sebastian Harlstore: Advance expression iterators even if array acces...
2015-03-08 Sebastian Harlstore: Fixed a memory leak in sdb_store_expr_iter_destr...
2015-03-05 Sebastian Harlstore: Add support for iterable expressions.
2014-12-01 Sebastian Harlstore: Added sdb_store_expr_typed.
2014-10-24 Sebastian Harlstore: Record the data-type of an expression.
2014-10-19 Sebastian Harlstore: Return NULL if an attribute was not found.
2014-10-15 Sebastian Harlstore: Added support for regex matchers.
2014-10-14 Sebastian Harlstore: Apply filters when evaluating attribute values...
2014-10-14 Sebastian Harlstore: Added sdb_store_expr_attrvalue().
2014-08-02 Sebastian Harlstore_expr: Fixed a memory leak in an error condition.
2014-08-02 Sebastian Harlstore_expr: Evaluate constant expressions early.
2014-07-31 Sebastian Harlstore_expr: Added support to include field values in...
2014-07-27 Sebastian Harlstore_expr: Added framework for arithmetic expressions.