alesapin
|
95db9b4d76
|
Merge master
|
2019-01-29 23:17:52 +03:00 |
|
alesapin
|
4f97c291e6
|
Always run clickhouse-odbc-bridge; Integration tests now able to run odbc-bridge from separate binary; add symlink to clickhouse-odbc-bridge in dbms/programs folder;
|
2019-01-29 20:17:31 +03:00 |
|
proller
|
343b31af66
|
More link with Threads::Threads
|
2019-01-28 21:21:20 +03:00 |
|
Alexey Milovidov
|
9b2a5c3dec
|
Merge branch 'master' into split-odbc-bridge
|
2019-01-28 18:15:18 +03:00 |
|
proller
|
2ab3138eb6
|
Merge remote-tracking branch 'upstream/master' into fix10
|
2019-01-28 17:01:06 +03:00 |
|
proller
|
403d36a7f4
|
Fix
|
2019-01-28 16:24:55 +03:00 |
|
proller
|
a874945e0e
|
Use cpuinfo if cpuid not available
|
2019-01-28 16:16:08 +03:00 |
|
Alexey Milovidov
|
4e3d9a0f15
|
Merge branch 'master' of github.com:yandex/ClickHouse into global-thread-pool
|
2019-01-28 14:20:24 +03:00 |
|
alexey-milovidov
|
4b8cf83de7
|
Merge pull request #4151 from ercolanelli-leo/fix/sumMap-overflow
Fix/sum map overflow
|
2019-01-27 21:11:51 +03:00 |
|
proller
|
5328251ff1
|
Fix build without protobuf, gtest, cppkafka (#4152)
|
2019-01-25 23:02:03 +03:00 |
|
Alexey Milovidov
|
253ac93459
|
Addition to prev. revision #4150
|
2019-01-25 21:44:30 +03:00 |
|
Léo Ercolanelli
|
57104f81da
|
rename widen to promote for IDataType
|
2019-01-25 15:16:23 +01:00 |
|
Alexey Milovidov
|
65f8e4d4a8
|
Merge branch 'master' into global-thread-pool
|
2019-01-25 16:33:50 +03:00 |
|
Léo Ercolanelli
|
d9195cda99
|
implement getWidenType() on IDataType
This is essentially to help implementing the `getReturnType` of
aggregation function susceptible to provoque overflow (such as
`sumMap`).
|
2019-01-25 14:25:25 +01: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
|
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
|
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 |
|
Vitaly Baranov
|
1e7a231c56
|
Implemented main class for writing protobufs.
|
2019-01-24 17:54:52 +03:00 |
|
Vitaly Baranov
|
42d9d4e81d
|
Implemented storage for parsed protobuf schemas.
|
2019-01-24 17:32:10 +03:00 |
|
maiha
|
6c83beafdd
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
|
Alexey Milovidov
|
a7c468da8e
|
Merge remote-tracking branch 'origin/master' into global-thread-pool
|
2019-01-17 21:57:01 +03:00 |
|
alexey-milovidov
|
0ec1fdef04
|
Merge pull request #3960 from yandex/zk-columns-compact-storage
Compact storage of the part header in ZooKeeper
|
2019-01-17 17:05:01 +03:00 |
|
Danila Kutenin
|
12bcff48ee
|
Miscellaneous and some optimizations
|
2019-01-16 20:41:08 +03:00 |
|
Alexey Zatelepin
|
be6a8d6118
|
fix clang build
|
2019-01-16 19:42:02 +03:00 |
|
Alexey Milovidov
|
7d03804d06
|
Miscellaneous #4053
|
2019-01-16 16:57:11 +03:00 |
|
Danila Kutenin
|
ce90ad32d1
|
some style
|
2019-01-15 19:26:14 +03:00 |
|
Alexey Milovidov
|
f6b9b06307
|
Attempt to implemnt global thread pool #4018
|
2019-01-14 22:22:09 +03:00 |
|
Danila Kutenin
|
a5669b6b7a
|
MultiVolnitsky added with tests and some benchmark, many multiFunctions are added to support multistring search
|
2019-01-14 18:54:47 +03:00 |
|
Alexey Milovidov
|
35c35f1c77
|
Merge branch 'global-thread-pool' of github.com:yandex/ClickHouse into global-thread-pool
|
2019-01-14 14:01:52 +03:00 |
|
Alexey Milovidov
|
aec5570b6e
|
Attempt to implemnt global thread pool #4018
|
2019-01-14 13:59:58 +03:00 |
|
Alexey Milovidov
|
00a4b2cf8a
|
Removing garbage, part 1
|
2019-01-13 21:51:57 +03:00 |
|
Alexey Milovidov
|
a6bf5a7e28
|
Addition to prev. revision
|
2019-01-13 20:49:21 +03:00 |
|
Alexey Milovidov
|
0afee1df23
|
Attempt to implemnt global thread pool #4018
|
2019-01-11 22:27:24 +03:00 |
|
Alexey Milovidov
|
abcd5a2a49
|
Attempt to implemnt global thread pool #4018
|
2019-01-11 22:12:36 +03:00 |
|
proller
|
7cefef6983
|
Fix linking in all modes (unbundled, split, ...) (#4037)
|
2019-01-11 19:52:46 +03:00 |
|
alesapin
|
6401628dc8
|
Fix clang-7 werrors
|
2019-01-10 14:25:59 +03:00 |
|
alexey-milovidov
|
6fabb5eb03
|
Merge pull request #4017 from yandex/netlink-sockets-pool
Don't use a pool for TaskStatsInfoGetters
|
2019-01-09 22:56:27 +03:00 |
|
alexey-milovidov
|
a739edc239
|
Merge pull request #4013 from yandex/pvs-studio-fixes-2
Fixed bugs found by PVS-Studio
|
2019-01-09 22:55:11 +03:00 |
|
proller
|
64c2c3650c
|
cmake: Dont cache version; macos: fix build; /release_lib.sh move to utils (#4016)
|
2019-01-09 21:32:43 +03:00 |
|
Alexey Zatelepin
|
006a764df9
|
don't use pool for TaskStatsInfoGetter [#CLICKHOUSE-4209]
Pool is not needed because creation of a TaskStatsInfoGetter takes
an order of 10us. Also pool is harmful because created sockets are
never closed.
|
2019-01-09 20:52:25 +03:00 |
|
Alexey Milovidov
|
19f4652959
|
Fixed bugs found by PVS-Studio
|
2019-01-09 18:44:20 +03:00 |
|
Alexey Milovidov
|
da449ff9d1
|
Little better #3920
|
2019-01-08 17:56:50 +03:00 |
|
Alexey Milovidov
|
0dfa553fca
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
|
Alexey Milovidov
|
06a8c3f02d
|
Added some warnings from clang's -Weverything
|
2019-01-05 06:33:22 +03:00 |
|
Alexey Milovidov
|
445fc2bb43
|
Added some warnings from clang's -Weverything
|
2019-01-04 17:10:36 +03:00 |
|
Alexey Milovidov
|
cf1cacc366
|
Added some warnings from clang's -Weverything
|
2019-01-04 16:54:39 +03:00 |
|
Alexey Milovidov
|
4622f5dc7c
|
Added some warnings from clang's -Weverything
|
2019-01-04 16:32:08 +03:00 |
|
Alexey Milovidov
|
1d4701b0bc
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
|