Alexey Milovidov
|
0cce86db3f
|
Merge remote-tracking branch 'origin/master' into merge-profiler
|
2019-07-26 00:41:24 +03:00 |
|
Alexey Milovidov
|
eb2533f898
|
Merge branch 'master' into merge-profiler
|
2019-07-26 00:40:27 +03:00 |
|
alexey-milovidov
|
6cc3027a84
|
Merge pull request #6162 from yandex/TCeason-fix_ISSUE5695
Merging "support push down predicate to final subquery"
|
2019-07-26 00:34:33 +03:00 |
|
Alexey Milovidov
|
ae161d7514
|
Fixed test
|
2019-07-26 00:33:30 +03:00 |
|
alexey-milovidov
|
fe3831b6ef
|
Update build_macos.sh
|
2019-07-25 23:32:13 +03:00 |
|
alesapin
|
1c615d263c
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-07-25 23:25:20 +03:00 |
|
alesapin
|
fdac4f2962
|
More fixes in integration tests configs
|
2019-07-25 23:24:58 +03:00 |
|
alexey-milovidov
|
6cf80466d4
|
Merge pull request #6152 from yandex/aku/oom-adj
In debug version on Linux, increase OOM score.
|
2019-07-25 23:17:44 +03:00 |
|
alexey-milovidov
|
a7cbbd4e4a
|
Update BaseDaemon.cpp
|
2019-07-25 23:17:17 +03:00 |
|
alexey-milovidov
|
0d11cbcae6
|
Merge pull request #6163 from yandex/fix-protobuf-ubsan-report
Fixed UBSan report in ProtobufWriter
|
2019-07-25 23:13:02 +03:00 |
|
alesapin
|
858a8a083e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-07-25 23:11:39 +03:00 |
|
alesapin
|
21ef261702
|
Fix some integration tests and make kafka tests endless
|
2019-07-25 23:11:26 +03:00 |
|
Alexey Milovidov
|
bc74013f98
|
Fixed UBSan report in ProtobufWriter
|
2019-07-25 23:10:33 +03:00 |
|
alexey-milovidov
|
71cef7beac
|
Merge pull request #6156 from dimarub2000/master
ISSUE-6136: Fix DB::Exception throwed by bitmapContains
|
2019-07-25 23:00:42 +03:00 |
|
Alexey Milovidov
|
9b8375a6ef
|
More strict memory order just in case
|
2019-07-25 22:57:49 +03:00 |
|
Alexey Milovidov
|
472a61c1fa
|
Updating PHDRCache after dlopen
|
2019-07-25 22:56:51 +03:00 |
|
Alexey Milovidov
|
f5c1dfc5ac
|
Updated comment
|
2019-07-25 22:54:43 +03:00 |
|
Alexey Milovidov
|
050db07e3d
|
Merge branch 'master' into merge-profiler
|
2019-07-25 22:54:22 +03:00 |
|
Alexey Milovidov
|
1d499bcdc0
|
Allow to update PHDRCache
|
2019-07-25 22:54:16 +03:00 |
|
alexey-milovidov
|
9c8a3971a0
|
Merge pull request #6147 from theruziev/regression_for_full_join_column_name
Add regression test for #5192 fix
|
2019-07-25 22:16:49 +03:00 |
|
alexey-milovidov
|
16fcc6bec4
|
Merge pull request #6150 from avasiliev/patch-1
Safer interface of mysqlxx::Pool
|
2019-07-25 22:13:15 +03:00 |
|
Alexey Milovidov
|
d5b537224e
|
Fixed test
|
2019-07-25 22:08:40 +03:00 |
|
Alexey Milovidov
|
522aed7168
|
Fixed build
|
2019-07-25 22:02:44 +03:00 |
|
Dmitry Rubashkin
|
1c8842af4b
|
Merge branch 'master' of github.com:dimarub2000/ClickHouse
|
2019-07-25 19:28:09 +03:00 |
|
Dmitry Rubashkin
|
46e4b45f96
|
test added`
|
2019-07-25 19:26:48 +03:00 |
|
Alexander Kuzmenkov
|
399799d838
|
In debug version on Linux, increase OOM score.
This way, clickhouse is killed first, and not some important service.
|
2019-07-25 19:09:19 +03:00 |
|
Alexey Milovidov
|
93c7f6aedf
|
Merge branch 'fix_ISSUE5695' of https://github.com/TCeason/ClickHouse into TCeason-fix_ISSUE5695
|
2019-07-25 19:09:18 +03:00 |
|
Alexey Milovidov
|
f3580647a4
|
Trigger CI
|
2019-07-25 19:07:55 +03:00 |
|
dimarub2000
|
f53f22fd17
|
ISSUE-6136: Fix DB::Exception throwed by bitmapContains
|
2019-07-25 18:56:20 +03:00 |
|
alesapin
|
c3f82f0b8c
|
Fix indent and add init file
|
2019-07-25 16:41:39 +03:00 |
|
avasiliev
|
734da9c839
|
Safer interface of mysqlxx::Pool
|
2019-07-25 15:10:29 +03:00 |
|
chertus
|
50e3839157
|
NOT_UNBUNDLED -> UNBUNDLED
|
2019-07-25 13:35:57 +03:00 |
|
BayoNet
|
6d9e6e0b9d
|
DOCAPI-3933: EN review and RU translation of hash functions doc (#5980)
EN review for hash functions docs.
RU translation of hash functions doc.
|
2019-07-25 13:14:04 +03:00 |
|
alexey-milovidov
|
7219e167d2
|
Merge pull request #6026 from bopohaa/fix-kafka-unclean-stream
Clear Kafka's buffer if an invalid message is found.
|
2019-07-25 04:30:37 +03:00 |
|
alexey-milovidov
|
f1f5cdc802
|
Merge pull request #6144 from yandex/fix-msan
Fixed MSan report
|
2019-07-25 04:29:11 +03:00 |
|
alexey-milovidov
|
56131a7fe7
|
Merge pull request #6080 from abyss7/issue-6071
Check background_task_handle before use
|
2019-07-25 04:16:47 +03:00 |
|
alexey-milovidov
|
c1e910ad32
|
Merge pull request #6101 from abyss7/fix-kafka-build
Fix shared build with rdkafka library
|
2019-07-25 04:15:10 +03:00 |
|
alexey-milovidov
|
8064fb3b94
|
Merge pull request #6108 from 4ertus2/ast
Refactoring: move prefer_alias_to_column_name logic out of parser
|
2019-07-25 04:14:34 +03:00 |
|
alexey-milovidov
|
20a8914858
|
Merge pull request #6132 from vitlibar/allow-protobuf-message-with-all-fields-by-default
Allow protobuf message with all fields by default
|
2019-07-25 04:12:23 +03:00 |
|
alexey-milovidov
|
6c782b91d5
|
Merge pull request #6113 from yurriy/mysqlnd-workaround
A workaround for PHP mysqlnd extension bugs
|
2019-07-25 04:12:00 +03:00 |
|
alexey-milovidov
|
d4f3bdb946
|
Merge pull request #6114 from vitlibar/add-test-for-reload-dictionary-after-fail-by-timer
Add test for reloading a dictionary after fail by timer.
|
2019-07-25 04:10:34 +03:00 |
|
alexey-milovidov
|
65600efbfa
|
Update 00974_final_predicate_push_down.reference
|
2019-07-25 04:09:26 +03:00 |
|
Alexey Milovidov
|
e52653aa06
|
Miscellaneous
|
2019-07-25 04:08:33 +03:00 |
|
Alexey Milovidov
|
290322b39d
|
Updated instruction
|
2019-07-25 04:07:58 +03:00 |
|
alexey-milovidov
|
26580844f5
|
Update 00974_final_predicate_push_down.sql
|
2019-07-25 04:07:06 +03:00 |
|
alexey-milovidov
|
a985897a07
|
Update PredicateExpressionsOptimizer.h
|
2019-07-25 04:05:16 +03:00 |
|
alexey-milovidov
|
3022c4a759
|
Update PredicateExpressionsOptimizer.cpp
|
2019-07-25 04:04:03 +03:00 |
|
alexey-milovidov
|
8f3c097c1b
|
Update Settings.h
|
2019-07-25 04:03:16 +03:00 |
|
alexey-milovidov
|
c9a3f84b16
|
Merge pull request #6122 from yandex/docs-enable_optimize_predicate_expression
Docs enable optimize predicate expression
|
2019-07-25 04:01:10 +03:00 |
|
alexey-milovidov
|
bb74727065
|
Merge pull request #6123 from dimarub2000/config_exception
Throw an exception if config.d file doesn't have the corresponding root element as the config file
|
2019-07-25 04:00:33 +03:00 |
|