Hercules Mango Churchill
5414d37e3d
Update changelog
2018-06-15 13:30:42 +00:00
Hercules Mango Churchill
968a390621
Update changelog
2018-06-14 00:50:14 +00:00
Jonathan A. Sternberg
87d2469877
Merge pull request #9964 from influxdata/js-enable-storage-service
...
Enable the storage service by default
2018-06-13 16:28:27 -05:00
Hercules Mango Churchill
2be1620c32
Update changelog
2018-06-13 20:06:27 +00:00
Hercules Mango Churchill
81e32387f0
Update changelog
2018-06-13 17:21:00 +00:00
Jonathan A. Sternberg
17ca220f33
Enable the storage service by default
2018-06-13 10:56:50 -05:00
Hercules Mango Churchill
1a16a4ec61
Update changelog
2018-06-01 15:32:21 +00:00
Hercules Mango Churchill
3ccc076b0f
Update changelog
2018-05-31 20:49:41 +00:00
Hercules Mango Churchill
8efed00569
Update changelog
2018-05-30 19:44:28 +00:00
Hercules Mango Churchill
590d4d4fee
Update changelog
2018-05-17 18:25:19 +00:00
Hercules Mango Churchill
86b90960a0
Update changelog
2018-05-17 17:35:51 +00:00
Hercules Mango Churchill
e9605f8077
Update changelog
2018-05-15 17:51:35 +00:00
Hercules Mango Churchill
61bd9d386b
Update changelog
2018-05-10 19:40:18 +00:00
Jacob Marble
5ac5fe2f9c
Add missing entry to changelog
2018-05-03 09:34:44 -07:00
Hercules Mango Churchill
0f90374627
Update changelog
2018-05-02 13:29:24 +00:00
Hercules Mango Churchill
3a9a046b59
Update changelog
2018-05-01 20:08:52 +00:00
Hercules Mango Churchill
ef505542ad
Update changelog
2018-04-30 21:38:26 +00:00
Hercules Mango Churchill
c3138fa926
Update changelog
2018-04-26 09:56:08 +00:00
Hercules Mango Churchill
de942aca52
Update changelog
2018-04-26 09:42:32 +00:00
Hercules Mango Churchill
bac46fd1bb
Update changelog
2018-04-24 16:06:02 +00:00
Hercules Mango Churchill
c3af5bb845
Update changelog
2018-04-23 21:26:02 +00:00
Hercules Mango Churchill
fbb3486352
Update changelog
2018-04-23 18:10:13 +00:00
Hercules Mango Churchill
1bf0d16dbf
Update changelog
2018-04-20 14:14:40 +00:00
Hercules Mango Churchill
12b1ecc40e
Update changelog
2018-04-17 19:49:05 +00:00
Hercules Mango Churchill
4337f5a547
Update changelog
2018-04-05 20:03:07 +00:00
Hercules Mango Churchill
38d2d29f79
Update changelog
2018-04-04 21:16:18 +00:00
Hercules Mango Churchill
7576bed1ec
Update changelog
2018-03-31 16:16:51 +00:00
Hercules Mango Churchill
8682fa9c3e
Update changelog
2018-03-29 21:17:54 +00:00
Hercules Mango Churchill
d4690eab2e
Update changelog
2018-03-29 19:55:19 +00:00
Hercules Mango Churchill
50ef2907c6
Update changelog
2018-03-29 17:59:47 +00:00
Hercules Mango Churchill
3a85586618
Update changelog
2018-03-28 18:09:15 +00:00
Hercules Mango Churchill
fd3c9c7de2
Update changelog
2018-03-27 16:19:59 +00:00
Hercules Mango Churchill
50ea3f8506
Update changelog
2018-03-21 20:36:45 +00:00
Hercules Mango Churchill
307aac873a
Update changelog
2018-03-21 00:02:49 +00:00
Jonathan A. Sternberg
f8d60a881d
Refactor the math engine to compile the query and use eval
...
This change makes it so that we simplify the math engine so it doesn't
use a complicated set of nested iterators. That way, we have to change
math in one fewer place.
It also greatly simplifies the query engine as now we can create the
necessary iterators, join them by time, name, and tags, and then use the
cursor interface to read them and use eval to compute the result. It
makes it so the auxiliary iterators and all of their complexity can be
removed.
This also makes use of the new eval functionality that was recently
added to the influxql package.
No math functions have been added, but the scaffolding has been included
so things like trigonometry functions are just a single commit away.
This also introduces a small breaking change. Because of the call
optimization, it is now possible to use the same selector multiple times
as a selector. So if you do this:
SELECT max(value) * 2, max(value) / 2 FROM cpu
This will now return the timestamp of the max value rather than zero
since this query is considered to have only a single selector rather
than multiple separate selectors. If any aspect of the selector is
different, such as different selector functions or different arguments,
it will consider the selectors to be aggregates like the old behavior.
2018-03-19 15:01:15 -05:00
Hercules Mango Churchill
aeb4060cf7
Update changelog
2018-03-15 20:36:04 +00:00
Hercules Mango Churchill
7b1c0e75d3
Update changelog
2018-03-15 18:00:18 +00:00
Hercules Mango Churchill
9213546bb2
Update changelog
2018-03-14 17:12:00 +00:00
Hercules Mango Churchill
2b2e578c07
Update changelog
2018-03-12 17:38:29 +00:00
Hercules Mango Churchill
ad3e5becfa
Update changelog
2018-03-12 16:52:39 +00:00
Pangaj J G
7ab9e05c92
updated date
2018-03-08 17:36:50 +05:30
Gershon Shif
6ac835404e
Merge pull request #9520 from influxdata/gs-change-log-update
...
Updated CHANGELOG.md to the GA released date - 2017-03-06
2018-03-06 11:31:00 -08:00
Gershon Shif
356e9523d2
Updated CHANGELOG.md to the GA released date - 2017-03-06
2018-03-06 11:24:48 -08:00
Hercules Mango Churchill
48d1cc5839
Update changelog
2018-03-06 18:42:54 +00:00
Hercules Mango Churchill
f627a2d48d
Update changelog
2018-03-05 22:27:25 +00:00
Hercules Mango Churchill
af1c35b4a2
Update changelog
2018-02-28 15:49:18 +00:00
Hercules Mango Churchill
3fa3af4e1b
Update changelog
2018-02-28 15:22:12 +00:00
Hercules Mango Churchill
6a83bf4e39
Update changelog
2018-02-28 14:06:33 +00:00
Hercules Mango Churchill
8fa9f0f681
Update changelog
2018-02-27 16:26:59 +00:00
Hercules Mango Churchill
bf88bbc232
Update changelog
2018-02-27 15:48:57 +00:00