Ivan Blinkov
e7cb814508
fix build
2019-03-11 16:47:32 +03:00
Ivan Blinkov
571abfffd4
fix build
2019-03-11 16:43:08 +03:00
Ivan Blinkov
f945c784c5
toc fix
2019-03-11 16:38:54 +03:00
Ivan Blinkov
21fbaa81ee
Merge branch 'master' of github.com:yandex/ClickHouse
2019-03-11 16:36:08 +03:00
alexey-milovidov
0f33986c1f
Update configuration_files.md
2019-03-11 16:35:00 +03:00
alexey-milovidov
fb2620aeae
Update configuration_files.md
2019-03-11 16:34:28 +03:00
alexey-milovidov
c8ce2cf23e
Update cli.md
2019-03-11 16:33:49 +03:00
alexey-milovidov
b0c6d21346
Update cli.md
2019-03-11 16:33:17 +03:00
proller
b5efce5b8a
Freebsd build fix ( #4650 )
...
* Update contrib/cppkafka
* Fix
* Freebsd build fix
2019-03-11 16:10:47 +03:00
alexey-milovidov
491271271b
Merge pull request #4644 from yandex/column-string-remove-obsolete-code
...
Removed obsolete code after #3920
2019-03-11 03:42:10 +03:00
alexey-milovidov
edacebac21
Merge pull request #4634 from kirillDanshin/feature/topK-loadFactor
...
topK and topKWeighted now supports custom loadFactor
2019-03-11 03:41:55 +03:00
alexey-milovidov
9082f5e234
Merge pull request #4643 from yandex/topk-fix-ub
...
Fixed UB in topKWeighted aggregate function #4634
2019-03-11 03:41:30 +03:00
alexey-milovidov
09cdbfd7df
Merge pull request #4102 from yandex/fix-glibc-compatibility-2
...
Fix glibc compatibility 2
2019-03-11 03:41:18 +03:00
Alexey Milovidov
c3938b2977
Addition to prev. revision
2019-03-11 01:28:32 +03:00
Alexey Milovidov
d95cd4a362
Removed obsolete code after #3920
2019-03-11 01:01:12 +03:00
alexey-milovidov
86e7889622
Update AggregateFunctionTopK.h
2019-03-11 00:33:57 +03:00
alexey-milovidov
a16c16152d
Update AggregateFunctionTopK.cpp
2019-03-11 00:32:42 +03:00
Alexey Milovidov
ac4045c55d
Fixed UB in topKWeighted aggregate function #4634
2019-03-11 00:31:10 +03:00
alexey-milovidov
edb72e09ae
Merge pull request #4640 from nikvas0/nikvas0/set_opt
...
Improved data skipping indices calculation
2019-03-11 00:26:48 +03:00
Alexey Milovidov
d9138ef8ba
Removed obsolete targets
2019-03-11 00:24:27 +03:00
Alexey Milovidov
b10b30ab0e
Fixed debug build
2019-03-10 23:04:36 +03:00
Alexey Milovidov
c9b83feae9
Fixed debug build
2019-03-10 22:01:30 +03:00
alexey-milovidov
030a4eb3c6
Merge branch 'master' into fix-glibc-compatibility-2
2019-03-10 19:31:18 +03:00
alexey-milovidov
617a0a8938
Merge pull request #4592 from yandex/fix-concurrent-alters2
...
Fix a race condition during concurrent ALTER COLUMN queries
2019-03-10 19:11:49 +03:00
alexey-milovidov
c7c58785b5
Merge pull request #4637 from digitalist/use_sampling-fix-for-parallel-replicas
...
fix use_sampling for parallel replicas (mpetrov/madmike)
2019-03-10 19:02:40 +03:00
Alexey Milovidov
4af321728a
Removed useless line
2019-03-10 18:55:22 +03:00
Nikita Vasilev
8615834804
fix
2019-03-10 11:23:59 +03:00
Nikita Vasilev
d7892e9ec7
Merge remote-tracking branch 'upstream/master' into nikvas0/set_opt
2019-03-10 11:23:01 +03:00
alexey-milovidov
6db73152d2
Hardening debug build (experimental) ( #4632 )
...
* Hardening debug build: more granular memory mappings and ASLR; add memory protection for mark cache and index
* Addition to prev. revision
* Addition to prev. revision
* Addition to prev. revision
2019-03-10 06:16:51 +03:00
Alexey Milovidov
b81f73bb13
Added a test [#CLICKHOUSE-1704]
2019-03-10 06:13:19 +03:00
alexey-milovidov
24bec290b5
Merge pull request #4584 from Felixoid/system.graphite_retentions
...
Rework system.graphite_retentions
2019-03-10 04:30:53 +03:00
alexey-milovidov
128fd20adf
Update registerStorageMergeTree.cpp
2019-03-10 04:30:42 +03:00
proller
446caea46e
Update contrib/cppkafka ( #4620 )
...
* Update contrib/cppkafka
* Fix
2019-03-10 04:28:13 +03:00
alexey-milovidov
7696cc18fa
Merge pull request #4636 from simPod/upgrade-librdkafka
...
Upgrade librdkafka to RC7
2019-03-10 04:21:34 +03:00
proller
0061df234a
Build fix (split) ( #4641 )
2019-03-09 21:52:46 +03:00
alexey-milovidov
357e17959e
Merge pull request #4602 from danlark1/master
...
Rename trigramDistance to ngramDistance, add more functions with CaseInsensitive and UTF, update docs, more job done in perf, added some perf tests for string search that I would like to see
2019-03-09 21:19:59 +03:00
Nikita Vasilev
d969b64237
set(0)
2019-03-09 21:17:29 +03:00
Danila Kutenin
2905159c85
Better docs to the distance functions
2019-03-09 20:26:32 +03:00
Danila Kutenin
86df0960d9
Better docs to the distance functions
2019-03-09 20:07:45 +03:00
Danila Kutenin
b8538c49c9
Better docs to the distance functions
2019-03-09 20:01:01 +03:00
Danila Kutenin
56872ef0e3
Better docs to the distance functions
2019-03-09 19:59:43 +03:00
Danila Kutenin
4e67678b64
Better docs to the distance functions
2019-03-09 19:57:52 +03:00
Nikita Vasilev
7f281327d9
fix
2019-03-09 18:26:52 +03:00
Alexey Elymanov
9bb64bd6d2
remove excessive check/exception
2019-03-09 17:51:10 +03:00
Alexey Elymanov
b1052cb72e
fix use_sampling for parallel replicas (mpetrov/madmike)
2019-03-09 17:30:55 +03:00
Nikita Vasilev
b9d258dc99
new set
2019-03-09 17:03:41 +03:00
Simon Podlipsky
1e71559b2d
Upgrade librdkafka to RC7
2019-03-09 14:58:08 +01:00
Nikita Vasilev
8e65c9a094
Merge remote-tracking branch 'upstream/master' into nikvas0/set_opt
2019-03-09 14:28:31 +03:00
robot-clickhouse
72324ae09e
Auto version update to [19.5.1.1] [54417]
2019-03-09 10:45:08 +03:00
Kirill Danshin
698c022a52
topK and topKWeighted now supports custom loadFactor
...
Signed-off-by: Kirill Danshin <kirill@danshin.pro>
2019-03-09 08:27:40 +03:00