Alexey Milovidov
|
1c9d06638e
|
Removed function that was in a wrong place [#METR-2944].
|
2016-12-30 09:48:11 +03:00 |
|
Alexey Milovidov
|
baf29f5c48
|
NULLs support: fixed totally wrong code [#METR-19266].
|
2016-12-30 08:13:14 +03:00 |
|
Alexey Milovidov
|
cefec8be5a
|
Great simplification [#METR-2944].
|
2016-12-30 04:53:21 +03:00 |
|
Alexey Milovidov
|
025bfd414f
|
Allowed to create tuples with NULLs [#METR-19266].
|
2016-12-30 03:55:59 +03:00 |
|
Alexey Milovidov
|
c1a635a3d2
|
NULLs: fixed error and added TODO [#METR-19266].
|
2016-12-30 03:28:49 +03:00 |
|
Alexey Milovidov
|
b4e18e2222
|
Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944].
|
2016-12-30 03:15:50 +03:00 |
|
Alexey Milovidov
|
0eb5d53133
|
Translated comment [#METR-20000].
|
2016-12-30 02:17:51 +03:00 |
|
Alexey Milovidov
|
94c64a758f
|
Miscellaneous [#METR-2944].
|
2016-12-30 02:17:05 +03:00 |
|
Alexey Milovidov
|
ddc8fcf623
|
Addition to prev. revision [#METR-23999].
|
2016-12-29 23:22:27 +03:00 |
|
Alexey Milovidov
|
1a64417044
|
Added setting "output_format_pretty_max_rows" [#METR-23999].
|
2016-12-29 23:15:18 +03:00 |
|
Alexey Milovidov
|
3f678a3042
|
Functions: little better [#METR-2944].
|
2016-12-29 22:38:10 +03:00 |
|
Alexey Milovidov
|
cbaf9d79eb
|
Added function 'toStartOfDay'; fixed tiny error [#METR-23983].
|
2016-12-28 15:10:29 +03:00 |
|
Alexey Milovidov
|
9c39a324f2
|
Fixed extremes calculation in presense of NaNs [#METR-22882].
|
2016-12-28 12:20:42 +03:00 |
|
Alexey Milovidov
|
ad6507f9df
|
Preparation [#METR-23490].
|
2016-12-27 09:36:53 +03:00 |
|
Alexey Milovidov
|
7771a3aa13
|
Miscellaneous [#METR-2944].
|
2016-12-27 09:34:01 +03:00 |
|
Alexey Milovidov
|
72888b48ef
|
Printing user name in exception messages about exceeded quota [#METR-19622].
|
2016-12-25 07:00:33 +03:00 |
|
proller
|
4bc003c4c1
|
Porting to freebsd: initial, compile ok, most tests ok.
|
2016-12-24 01:03:10 +00:00 |
|
alexey-milovidov
|
d1383c5f62
|
Merge pull request #288 from yandex/issue-199
Issue #199: speedup DISTINCT
|
2016-12-23 19:02:48 +04:00 |
|
artpaul
|
2467a010c9
|
translate comments
|
2016-12-23 13:01:35 +05:00 |
|
artpaul
|
964afabf6a
|
check limit hint only at beginning of block processing [#METR-23882]
|
2016-12-23 01:50:12 +05:00 |
|
artpaul
|
c5eb898416
|
organize code [#METR-23882]
|
2016-12-22 22:00:23 +05:00 |
|
Vitaliy Lyudvichenko
|
ba2b32b0ad
|
Added vertical_merge_algorithm_min_columns_to_activate option. [#METR-23783]
|
2016-12-22 16:19:03 +03:00 |
|
Vitaliy Lyudvichenko
|
e2bd364844
|
Added whole block optimization. [#METR-23783]
|
2016-12-22 16:19:02 +03:00 |
|
artpaul
|
fe9c28ad49
|
distinct filtration was rewrited with SetVariants [#METR-23882]
|
2016-12-22 13:51:34 +05:00 |
|
artpaul
|
b160e2a1cf
|
SetVariants was extracted into separated file [#METR-23882]
|
2016-12-21 17:42:54 +05:00 |
|
Alexey Milovidov
|
02af261c07
|
Cleanups [#METR-2944].
|
2016-12-21 03:18:11 +03:00 |
|
Alexander Makarov
|
15118dec81
|
Added new diff for block structures.
|
2016-12-21 01:22:23 +03:00 |
|
artpaul
|
2ebe00ffab
|
move constructor was implemented for Field [#METR-2944]
|
2016-12-20 17:04:22 +05:00 |
|
Alexey Milovidov
|
a3e22e10d9
|
MongoDBDictionarySource: fixed error [#METR-2944].
|
2016-12-20 05:31:25 +03:00 |
|
Alexey Milovidov
|
54587fec1b
|
Tracking memory used in merges [#METR-23888].
|
2016-12-20 05:29:35 +03:00 |
|
Vitaliy Lyudvichenko
|
5aa1822fb2
|
Consecutive optimization for vertical merge. [#METR-23783]
|
2016-12-18 22:12:25 +03:00 |
|
Vitaliy Lyudvichenko
|
8835275713
|
More detail log for merges. [#METR-23770] [#METR-23769] [#METR-23783]
|
2016-12-18 22:12:25 +03:00 |
|
artpaul
|
4025dbe7af
|
style
|
2016-12-15 23:59:07 +05:00 |
|
alexey-milovidov
|
fea00eb595
|
Merge pull request #239 from yandex/issue-219
Issue 219
|
2016-12-15 17:21:35 +04:00 |
|
artpaul
|
92a7dc6908
|
style
|
2016-12-15 17:33:50 +05:00 |
|
artpaul
|
785a98e624
|
move all url's functions to FunctionsURL
|
2016-12-15 17:05:05 +05:00 |
|
kmeaw
|
8667a0e044
|
Minor fix: update <graphite_rollup/> conf example
Update the example usage of <graphite_rollup /> given in comments to
contain somewhat meaningful values.
|
2016-12-14 18:54:06 +03:00 |
|
proller
|
357d995e75
|
Dictonary: executable: rename 'path' to 'command' [#METR-23466]
|
2016-12-14 00:28:31 +03:00 |
|
artpaul
|
6694c14338
|
try resolve conflicts
|
2016-12-13 16:51:40 +05:00 |
|
Vitaliy Lyudvichenko
|
876ad28dd8
|
Merge remote-tracking branch 'origin/master' into metrics_refinement
|
2016-12-12 19:17:23 +03:00 |
|
Alexey Milovidov
|
54af522de1
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
|
artpaul
|
fb900881da
|
resolve conflicts
|
2016-12-12 11:15:01 +05:00 |
|
artpaul
|
529f75c8b4
|
- use std::experimental::string_view
- rename unquoteUrl to decodeURLComponent
- fix code-style
|
2016-12-12 11:09:00 +05:00 |
|
Alexey Milovidov
|
3d643fc786
|
Fixed build on clang [#METR-2944].
|
2016-12-12 09:02:35 +03:00 |
|
Alexey Milovidov
|
8a69df19c4
|
Fixed error after merge [#METR-19266].
|
2016-12-12 09:00:37 +03:00 |
|
Alexey Milovidov
|
de82683197
|
Fixed build on clang [#METR-2944].[C
|
2016-12-12 08:56:34 +03:00 |
|
Alexey Milovidov
|
e2ed20999c
|
Fixed build on clang [#METR-2944].
|
2016-12-12 08:53:37 +03:00 |
|
Alexey Milovidov
|
70b01f0a53
|
Do not include ClickHouseRevision.h in header files [#METR-2944].
|
2016-12-12 08:14:46 +03:00 |
|
Alexey Milovidov
|
d605bfdc9d
|
Using internal boost library [#METR-2944].
|
2016-12-12 07:57:09 +03:00 |
|
Alexey Milovidov
|
fc43827a6c
|
Preparation [#METR-2944].
|
2016-12-12 06:33:34 +03:00 |
|