alesapin
|
d7a13fb1c4
|
Merge branch 'remove_empty_columns_when_part_written' into alter_on_top_of_mutations_merge_tree
|
2020-03-13 20:32:32 +03:00 |
|
Nikolai Kochetov
|
9e0c257162
|
WeakHash32 [part 1].
|
2020-03-13 20:31:50 +03:00 |
|
alexey-milovidov
|
847ce93366
|
Merge pull request #9649 from abyss7/fix-apple-clang
Don't try to guess linker on non-Linux builds
|
2020-03-13 20:26:20 +03:00 |
|
alesapin
|
18bbe16aae
|
Fix compatibility in replication
|
2020-03-13 20:23:36 +03:00 |
|
Artem Zuikov
|
d7d9078183
|
fix build with dynamic libs
|
2020-03-13 20:19:28 +03:00 |
|
Alexander Tokmakov
|
339c1016c8
|
add test for tmp tables
|
2020-03-13 20:08:06 +03:00 |
|
Nikita Mikhaylov
|
91f57e46e9
|
fix mac build
|
2020-03-13 20:05:05 +03:00 |
|
Nikita Mikhaylov
|
b6d633a09e
|
more comments
|
2020-03-13 19:53:32 +03:00 |
|
Nikita Mikhaylov
|
3e394bee24
|
remove useless prints from test
|
2020-03-13 19:39:16 +03:00 |
|
Nikita Mikhaylov
|
b26a949c37
|
drop helping tables
|
2020-03-13 19:25:07 +03:00 |
|
Alexander Tokmakov
|
00b7190003
|
minor improvements
|
2020-03-13 18:41:36 +03:00 |
|
Ivan Lezhankin
|
0c757decbe
|
Don't try to guess linker on non-Linux builds
|
2020-03-13 18:20:25 +03:00 |
|
alesapin
|
c777191217
|
Get rid of removeEmptyColumnsFromPart method based on alterDataPart.
|
2020-03-13 18:09:55 +03:00 |
|
Nikita Mikhaylov
|
42fae556c1
|
split up copying and moving
|
2020-03-13 17:19:20 +03:00 |
|
Nikolai Kochetov
|
68dc95486b
|
Fix build.
|
2020-03-13 16:50:34 +03:00 |
|
Nikolai Kochetov
|
9caa6b3f1e
|
Try fix tests.
|
2020-03-13 16:44:08 +03:00 |
|
Alexander Kuzmenkov
|
7e6585328f
|
fixup
|
2020-03-13 16:30:54 +03:00 |
|
Ivan
|
23c617cfea
|
Add stubs for ya.make (#9644)
Mirror from arcadia
|
2020-03-13 16:07:23 +03:00 |
|
alexey-milovidov
|
ff91b3f317
|
Merge pull request #9635 from ClickHouse/thread-fuzzer-wrap-pthread
Wrap pthread functions in ThreadFuzzer
|
2020-03-13 14:21:04 +03:00 |
|
alesapin
|
814e4c0f07
|
Return back some log messages
|
2020-03-13 13:41:54 +03:00 |
|
Alexander Tokmakov
|
2208ff67e2
|
fix build
|
2020-03-13 13:30:55 +03:00 |
|
alesapin
|
71e2af386a
|
Some trach code
|
2020-03-13 13:18:37 +03:00 |
|
Nikita Mikhaylov
|
cce69b0744
|
fix mac build
|
2020-03-13 13:14:48 +03:00 |
|
Ivan Blinkov
|
c5244abd4d
|
Create yandex_75d07a6cd96f49df.html
|
2020-03-13 13:12:35 +03:00 |
|
alesapin
|
dbf940d64a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into alter_on_top_of_mutations_merge_tree
|
2020-03-13 12:38:13 +03:00 |
|
Artem Zuikov
|
2f6bdffffc
|
Fix RIGHT and FULL JOIN with LowCardinality (#9610)
fix RIGHT and FULL JOIN with LowCardinality
|
2020-03-13 11:15:43 +03:00 |
|
Slach
|
95ba061cea
|
add description for ReplicaPartialShutdown in system.events
Signed-off-by: Slach <bloodjazman@gmail.com>
|
2020-03-13 12:43:38 +05:00 |
|
BayoNet
|
127bee643c
|
DOCS-549: Updated info about keywords case-sensivity. (#9626)
* Added DateTime64 to TOCs.
* Note about case-sencivity of keywords.
|
2020-03-13 10:29:50 +03:00 |
|
BayoNet
|
dc3d576d31
|
DOCS-57: position, positionCaseInsensitive, positionUTF8, positionCaseInsensitiveUTF8 (#9631)
|
2020-03-13 09:33:02 +03:00 |
|
Alexander Kuzmenkov
|
dfafac73f1
|
fixup
|
2020-03-13 03:59:04 +03:00 |
|
Ivan Blinkov
|
36a62ece5b
|
Update README.md
|
2020-03-13 03:20:36 +03:00 |
|
Ivan
|
b7ef5a699c
|
Move FastMemcpy to contribs (#9219)
* Get rid of non-existent vectorclass
* Move FastMemcpy to contribs
* Restore comments
* Disable FastMemcpy on non-Linux
* Fix cmake file
* Don't build FastMemcpy for ARM64
* Replace FastMemcpy submodule with its contents
* Fix cmake file
* Move widechar_width to contrib/
* Move sumbur to contrib/
* Move consistent-hashing to contrib/
* Fix UBSan tests
|
2020-03-13 01:26:16 +03:00 |
|
Alexey Milovidov
|
c38f99f3ba
|
Wrap pthread functions in ThreadFuzzer
|
2020-03-13 00:49:51 +03:00 |
|
Azat Khuzhin
|
9e999e0fb9
|
Fix various sum*() functions via remote() usage (incorrect function name)
|
2020-03-13 00:05:11 +03:00 |
|
alexey-milovidov
|
dc9725a757
|
Merge pull request #9612 from CurtizJ/fix-range-reader
Fix MergeTreeRangeReader
|
2020-03-12 23:31:50 +03:00 |
|
Nikita Mikhaylov
|
ad7a931490
|
return back fixes in StorageReplicatedMergeTree
|
2020-03-12 23:13:31 +03:00 |
|
Alexander Tokmakov
|
158cde68b5
|
enable UUIDs for temporary tables
|
2020-03-12 23:00:37 +03:00 |
|
Nikita Mikhaylov
|
88fc6f2e91
|
remove unused code
|
2020-03-12 22:54:37 +03:00 |
|
Nikita Mikhaylov
|
65d6cc0aa9
|
codestyle
|
2020-03-12 22:52:36 +03:00 |
|
Nikita Mikhaylov
|
fc599780b6
|
slightly better code
|
2020-03-12 22:46:48 +03:00 |
|
Alexey Milovidov
|
f4f4e96d15
|
Wrap pthread functions in ThreadFuzzer
|
2020-03-12 22:09:20 +03:00 |
|
Alexey Milovidov
|
2a70f5ccd8
|
Wrap pthread functions in ThreadFuzzer
|
2020-03-12 22:08:25 +03:00 |
|
Nikolai Kochetov
|
4ea2361f37
|
Added comment.
|
2020-03-12 22:04:12 +03:00 |
|
Azat Khuzhin
|
5134af51ce
|
Do not restore previous cursor if send_logs_level is used
This will avoid overlapping logs with progress/output rows.
|
2020-03-12 21:56:34 +03:00 |
|
Alexander Kuzmenkov
|
9b4e45748a
|
fixup
|
2020-03-12 21:26:02 +03:00 |
|
Alexander Kuzmenkov
|
148690ca20
|
fixup
|
2020-03-12 20:04:06 +03:00 |
|
Nikolai Kochetov
|
4a98887e27
|
Update LimitTransform.
|
2020-03-12 20:02:12 +03:00 |
|
Nikolai Kochetov
|
77bf8805ee
|
Update LimitTransform.
|
2020-03-12 19:59:49 +03:00 |
|
Nikita Mikhaylov
|
12dd0c92c0
|
better
|
2020-03-12 19:48:28 +03:00 |
|
Alexander Kuzmenkov
|
e8f9e4d5fd
|
performance comparison
|
2020-03-12 19:21:58 +03:00 |
|