influxdb/parser
John Shahid 4a3a286f2e Check for valgrind and mercurial
If valgrind isn't found, `make valgrind` will be disabled. Otherwise it
will run valgrind to make sure the parser doesn't leak any memory. If
mercurial isn't found an error will be displayed and configure will
abort.

Close #978
2014-11-05 18:49:49 -05:00
..
Makefile.in Check for valgrind and mercurial 2014-11-05 18:49:49 -05:00
build_parser.sh Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
frees.c Modify merge to work with regex 2014-10-21 17:57:13 -04:00
from_clause.go Support joining multiple series using regex or list 2014-10-31 14:49:48 -04:00
group_by.go Some refactoring 2014-10-20 15:24:39 -04:00
parser.go Don't emit the time condition for single point queries 2014-11-05 18:35:44 -05:00
parser_test.go Don't emit the time condition for single point queries 2014-11-05 18:35:44 -05:00
query.lex Add option to include space to series mappings in list series query. 2014-09-11 11:28:18 -04:00
query.yacc Support joining multiple series using regex or list 2014-10-31 14:49:48 -04:00
query_api.go Some refactoring 2014-10-20 15:24:39 -04:00
query_api_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
query_error.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
query_spec.go Aggregating by time should respect the natural boundaries of the argument. 2014-10-20 15:24:39 -04:00
query_type.go Some cleanup 2014-09-03 15:10:42 -04:00
query_types.h Support joining multiple series using regex or list 2014-10-31 14:49:48 -04:00
rewrite.go Support joining multiple series using regex or list 2014-10-31 14:49:48 -04:00
test_memory_leaks.c Check for valgrind and mercurial 2014-11-05 18:49:49 -05:00
value.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
values.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
where_condition.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00