Commit Graph

27908 Commits

Author SHA1 Message Date
Nikita Mikhaylov
7dba25ff9d const 2019-08-13 19:17:18 +03:00
Nikita Mikhaylov
aab140ceff submodules 2019-08-13 19:13:08 +03:00
Nikita Mikhaylov
c8970ea6d5 nothing 2019-08-13 17:52:35 +03:00
Nikita Mikhaylov
3dbd7c4565 Merge branch 'master' of github.com:yandex/ClickHouse into system_metric_log 2019-08-13 17:51:24 +03:00
Nikita Mikhaylov
a4d43bb0c8
Merge pull request #1 from nikitamikhaylov/system_metric_log2
System metric log2
2019-08-13 17:50:34 +03:00
Nikita Mikhaylov
9fc7166b45
Merge branch 'system_metric_log' into system_metric_log2 2019-08-13 17:50:14 +03:00
Nikita Mikhaylov
e9fcccff59 conflict resolved 2019-08-13 17:47:19 +03:00
Nikita Mikhaylov
c69684e807 better 2019-08-13 17:40:19 +03:00
Nikita Mikhaylov
875d7aef8b better 2019-08-13 17:32:32 +03:00
Nikita Mikhaylov
bbe20b3f9f done 2019-08-13 17:31:46 +03:00
Ivan
8b9284be24
Fix shared build (#6453)
* Fix shared build
* Enable no-undefined check only in CI
2019-08-13 17:08:28 +03:00
Ivan Blinkov
684580e331
Add link to Hong Kong Meetup to website front page (#6465) 2019-08-13 14:04:23 +03:00
Ivan Blinkov
1edc2a2647
Add link to Hong Kong Meetup 2019-08-13 14:02:26 +03:00
Alexey Milovidov
60504bc2c8 Change logger_name column in text_log to LowCardinality #6037 2019-08-13 02:47:15 +03:00
Alexey Milovidov
67a20342cc Merge branch 'master' of github.com:yandex/ClickHouse 2019-08-13 01:53:28 +03:00
Alexey Milovidov
c96fa2c080 Fixed build 2019-08-13 01:53:19 +03:00
alexey-milovidov
39ef3e3a27
Merge pull request #6446 from PerformanceVision/null_if
nullIf return now the correct result when both arguments are constants
2019-08-13 01:20:27 +03:00
Alexey Milovidov
6ebd002926 Fixed build 2019-08-13 01:19:20 +03:00
alexey-milovidov
470c371635
Merge pull request #6444 from Enmk/gorilla_fixes
Fixed Gorilla encoding error on small sequences.
2019-08-12 23:03:13 +03:00
Vasily Nemkov
95a38b9e19 Fixed builds on GCC-9 and Clang-8 2019-08-12 22:43:03 +03:00
alexey-milovidov
f992df8cc2
Merge pull request #6447 from yandex/fix_complex_key_cached_string_dict
Fix bug with memory allocation for string fields in complex key cache dictionary
2019-08-12 22:30:39 +03:00
alexey-milovidov
ed0411a414
Merge pull request #6456 from nikitamikhaylov/current_thread_init
CurrentThread initialization bug
2019-08-12 22:29:23 +03:00
alexey-milovidov
fbcb5f5d31
Merge pull request #6450 from 4ertus2/some
Fix memory tracking under sanitizers
2019-08-12 22:28:34 +03:00
alexey-milovidov
8f36e4efeb
Merge pull request #6452 from yandex/fix_replica_recreation_adaptive_granularity
Fix recreation of replicated table with fixed granularity
2019-08-12 22:23:59 +03:00
Nikolai Kochetov
292758a321
Update CurrentThread.cpp 2019-08-12 19:33:21 +03:00
Ivan Blinkov
7bab9468b5
Skip introduction/info.md in single page docs (#6292) 2019-08-12 19:23:12 +03:00
Nikolai Kochetov
ae18a6e438
Update CurrentThread.h 2019-08-12 19:07:53 +03:00
Nikolai Kochetov
1cab72450b
Update CurrentThread.cpp 2019-08-12 19:06:34 +03:00
Nikita Mikhaylov
845f4482aa better 2019-08-12 18:28:28 +03:00
Nikita Mikhaylov
ad5c7c0b65 done 2019-08-12 18:16:23 +03:00
Nikita Mikhaylov
46a5ec5c16 some changes 2019-08-12 17:56:58 +03:00
alesapin
34b96c19de Better test 2019-08-12 17:06:17 +03:00
Nikita Mikhaylov
3d2e9867cc arrow submodule 2019-08-12 16:38:30 +03:00
Nikita Mikhaylov
3f63d41baa submodules 2019-08-12 16:35:20 +03:00
Nikita Mikhaylov
ed6fbc2c5c wMerge branch 'master' of github.com:yandex/ClickHouse into system_metric_log 2019-08-12 16:32:46 +03:00
alesapin
98d38e041f Fix recreation of replicated table with fixed granularity 2019-08-12 16:30:29 +03:00
chertus
2b47839a98 fix memory tracking under sanitizers 2019-08-12 15:21:07 +03:00
BayoNet
fe8e9124a0 DOCAPI-5765 и 5766: system.tables docs. EN review. RU translation (#6221)
* DOCAPI-5765: system.tables docs EN review.

* DOCAPI-5765. RU translation.
2019-08-12 12:52:53 +03:00
alesapin
2ca6c0b1bf Fix bug with memory allocation for string fields in complex key cache dictionary 2019-08-12 12:37:48 +03:00
Nikita Mikhaylov
22870c5869 few files 2019-08-12 11:47:18 +03:00
Guillaume Tassery
3f572a45b7 Fix nullIf when we have a null constant on the right argument 2019-08-12 10:46:58 +02:00
Vasily Nemkov
923c6889e8 Fixed Gorilla encoding error on small sequences.
Added test cases for small sequences;
Refurbished test cases for codecs;
2019-08-12 07:59:20 +03:00
alexey-milovidov
9da59149be
Merge pull request #6423 from yandex/fix-array-enumerate-uniq-ranked
Fix arrayEnumerateUniqRanked function.
2019-08-12 06:07:36 +03:00
Alexey Milovidov
8cd759565d Updated test (the previous test was a wrong reference) 2019-08-12 06:06:44 +03:00
Alexey Milovidov
3604d8f961 Merge branch 'master' into fix-array-enumerate-uniq-ranked 2019-08-12 05:26:48 +03:00
alexey-milovidov
775cd0e315
Merge pull request #6441 from yandex/better-log-messages
Slightly better information messages
2019-08-12 04:53:20 +03:00
alexey-milovidov
938aa8db02
Merge pull request #6442 from yandex/add-test-for-expansion-of-aliases
Added a test for the limit on expansion of aliases just in case
2019-08-12 04:53:12 +03:00
alexey-milovidov
27c46be554
Merge pull request #6435 from yandex/batch-aggregator
Batch aggregator (experimental)
2019-08-12 04:52:22 +03:00
alexey-milovidov
504e6155f1
Merge pull request #6438 from yandex/speed-up-parts-removal
Speed-up parts loading and removal
2019-08-12 02:35:27 +03:00
Alexey Milovidov
2570907f44 Removed useless parameter 2019-08-12 00:45:18 +03:00