Nikita Vasilev
|
514987e9f9
|
test
|
2019-01-29 20:46:16 +03:00 |
|
Nikita Vasilev
|
9311c01ef7
|
spaces
|
2019-01-29 20:28:13 +03:00 |
|
Nikita Vasilev
|
4ec0923fc9
|
key set
|
2019-01-29 20:26:45 +03:00 |
|
Nikita Vasilev
|
68ea3f0ae0
|
fix
|
2019-01-29 20:09:17 +03:00 |
|
Nikita Vasilev
|
67af98670e
|
is always true
|
2019-01-29 19:53:44 +03:00 |
|
Nikita Vasilev
|
149b0d84f9
|
fixed bug with double column
|
2019-01-29 16:13:18 +03:00 |
|
Nikita Vasilev
|
7c036e9b43
|
fix
|
2019-01-28 13:35:19 +03:00 |
|
Nikita Vasilev
|
b4d1bf869b
|
uniqueCondition::mayBeTrueOnGranule
|
2019-01-28 11:15:13 +03:00 |
|
Nikita Vasilev
|
a74ed80f99
|
fixed not
|
2019-01-28 10:24:32 +03:00 |
|
Nikita Vasilev
|
00ec4cc6ca
|
unique
|
2019-01-28 10:05:24 +03:00 |
|
Nikita Vasilev
|
aa37d95036
|
added termForAST
|
2019-01-28 00:08:14 +03:00 |
|
Nikita Vasilev
|
902c9a9e5c
|
unique_condition
|
2019-01-27 23:24:33 +03:00 |
|
Nikita Vasilev
|
c701cb7e00
|
added getBlock
|
2019-01-27 21:23:08 +03:00 |
|
Nikita Vasilev
|
537b23ef15
|
upd
|
2019-01-27 21:02:15 +03:00 |
|
Nikita Vasilev
|
0ea031d188
|
Merge branch 'nikvas0/index' into nikvas0/unique_index
|
2019-01-26 22:43:30 +03:00 |
|
Nikita Vasilev
|
b94915b7da
|
better minmax calculation
|
2019-01-26 22:31:12 +03:00 |
|
Nikita Vasilev
|
077212f6f8
|
fix
|
2019-01-26 20:54:40 +03:00 |
|
Nikita Vasilev
|
387ed1b7c3
|
unique
|
2019-01-26 18:45:38 +03:00 |
|
Nikita Vasilev
|
6b6b0aa79a
|
unique idx
|
2019-01-26 16:12:13 +03:00 |
|
Nikita Vasilev
|
b2915bc844
|
Merge remote-tracking branch 'upstream/master' into nikvas0/index
|
2019-01-26 09:27:32 +03:00 |
|
Nikita Vasilev
|
0ea0b171f4
|
fixed style
|
2019-01-26 09:26:49 +03:00 |
|
KochetovNicolai
|
d29b661c0d
|
Update CHANGELOG.md
|
2019-01-26 00:19:37 +03:00 |
|
KochetovNicolai
|
cda77cf1b1
|
Update CHANGELOG.md
|
2019-01-26 00:03:54 +03:00 |
|
proller
|
5328251ff1
|
Fix build without protobuf, gtest, cppkafka (#4152)
|
2019-01-25 23:02:03 +03:00 |
|
alexey-milovidov
|
8124ee50e8
|
Merge pull request #4153 from amosbird/joingetfix
Better joinGet.
|
2019-01-25 20:47:53 +03:00 |
|
alexey-milovidov
|
c07dbee50d
|
Merge pull request #4148 from vitlibar/master
Use more IO/WriteHelpers.h functions in the class ProtobufSimpleWriter, rename variant=>varint.
|
2019-01-25 19:22:31 +03:00 |
|
Amos Bird
|
d8eba7e71b
|
Better joinGet.
|
2019-01-25 23:38:13 +08:00 |
|
Vitaly Baranov
|
ed1136e49e
|
Use more IO/WriteHelpers.h functions in the class ProtobufSimpleWriter,
rename variant=>varint.
|
2019-01-25 17:15:44 +03:00 |
|
chertus
|
02f236e457
|
one more test
|
2019-01-25 16:15:29 +03:00 |
|
Alexey Milovidov
|
5a916860ef
|
Merge branch 'Miniwoffer-kafka_zstd'
|
2019-01-25 15:45:58 +03:00 |
|
Alexey Milovidov
|
4bb487763a
|
Make it work #4126
|
2019-01-25 15:45:35 +03:00 |
|
Alexey Milovidov
|
8294e653c3
|
Merge branch 'kafka_zstd' of https://github.com/Miniwoffer/ClickHouse into Miniwoffer-kafka_zstd
|
2019-01-25 15:25:56 +03:00 |
|
chertus
|
a0fafefc96
|
minor change - add Aliases.h
|
2019-01-25 14:43:19 +03:00 |
|
alexey-milovidov
|
20970154d8
|
Merge pull request #4141 from 4ertus2/ast
JOIN with USING: do not duplicate columns
|
2019-01-25 03:22:43 +03:00 |
|
alexey-milovidov
|
2626a2614c
|
Merge pull request #4145 from yandex/fix-fuzz-test-in-ubsan-quantile-weighted
Fix fuzz test in ubsan: added parameter type check for quantile*Weighted.
|
2019-01-25 02:45:07 +03:00 |
|
Alexey Milovidov
|
ef50601b5c
|
Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g'
|
2019-01-25 02:01:56 +03:00 |
|
Alexey Milovidov
|
5ccc42fd96
|
Revert "Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /'"
This reverts commit a28f0acf09 .
|
2019-01-25 01:59:45 +03:00 |
|
Alexey Milovidov
|
304c7b0386
|
Style #4005
|
2019-01-24 22:50:16 +03:00 |
|
Alexey Milovidov
|
a28f0acf09
|
Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /'
|
2019-01-24 22:49:36 +03:00 |
|
Alexey Milovidov
|
854817c232
|
Fixed -Wshadow-field #4005
|
2019-01-24 22:37:32 +03:00 |
|
Alexey Milovidov
|
04fa827e4b
|
Style
|
2019-01-24 22:21:47 +03:00 |
|
alexey-milovidov
|
f96b8e4ed6
|
Merge pull request #4005 from vitlibar/add-protobuf-output-format
Add protobuf output format
|
2019-01-24 22:05:23 +03:00 |
|
chertus
|
1e04ef16a0
|
one more test fix
|
2019-01-24 21:55:18 +03:00 |
|
Alexey Milovidov
|
2d490acc3e
|
Added test
|
2019-01-24 21:36:45 +03:00 |
|
chertus
|
8a11f753be
|
fix test results
|
2019-01-24 21:34:31 +03:00 |
|
Alexey Milovidov
|
ffd18163de
|
Fixed fuzz test in UBSan: added parameter check for quantile*Weighted function
|
2019-01-24 21:33:57 +03:00 |
|
alexey-milovidov
|
fbefc99fb1
|
Merge pull request #4129 from ercolanelli-leo/sumMapFiltered
implement sumMapFiltered
|
2019-01-24 21:27:03 +03:00 |
|
alexey-milovidov
|
18f1266dab
|
Merge pull request #4099 from yandex/mutations-fix-in
Get rid of IAST::range
|
2019-01-24 20:29:13 +03:00 |
|
Alexey Milovidov
|
0e59fe0b46
|
Renamed setting and variables #3973
|
2019-01-24 20:12:05 +03:00 |
|
alexey-milovidov
|
d79ed9fde6
|
Update 00502_sum_map.reference
|
2019-01-24 19:34:27 +03:00 |
|