Commit Graph

35572 Commits

Author SHA1 Message Date
Ivan Blinkov
fcc1c74e5f More old link on adopters page 2020-02-14 22:06:41 +03:00
proller
cf39e9d64a Merge remote-tracking branch 'upstream/master' into fix27 2020-02-14 21:28:09 +03:00
Alexander Tokmakov
6889951396 better syntax for temporary LIVE VIEW 2020-02-14 21:20:20 +03:00
Ivan Blinkov
bb67e12690
Merge pull request #9130 from blinkov/master
Introduce adopters page + fix a bunch of lost symlinks
2020-02-14 20:31:41 +03:00
Ivan Blinkov
df3879d07a Introduce adopters page + fix a bunch of lost symlinks 2020-02-14 19:48:08 +03:00
Pavel Kovalenko
7c585291b5 Added disks section for stateless functional testing. 2020-02-14 18:37:51 +03:00
Anton Popov
1162c22063
Merge pull request #9106 from CurtizJ/fix-range-reader
Fix segfault in MergeTreeRangeReader
2020-02-14 17:59:43 +03:00
Ivan Lezhankin
2d44fa59b5 libs/ → base/ 2020-02-14 17:48:30 +03:00
Yatsishin Ilya
bd3000881c update roadmap 2020-02-14 17:31:29 +03:00
nagorny
15d3176d40 Ticket #5104. Return 503 status from /replicas_status if not ok 2020-02-14 17:20:27 +03:00
alesapin
42d0e27bfa Fix tests and bugs 2020-02-14 16:17:50 +03:00
Ivan
e43fe35a69
noop (#9122) 2020-02-14 16:15:50 +03:00
Alexander Kuzmenkov
6b09956277 review fixes 2020-02-14 16:09:51 +03:00
Alexander Kuzmenkov
3c754113f1 performance comparison 2020-02-14 15:55:47 +03:00
Yatsishin Ilya
253f928ccb update roadmap 2020-02-14 15:48:34 +03:00
Yatsishin Ilya
c761086651 update roadmap 2020-02-14 15:29:02 +03:00
Alexander Kuzmenkov
551cd4776b Move the documentation draft out of public docs. 2020-02-14 15:14:33 +03:00
alesapin
39e79bb1a2 Remove header 2020-02-14 14:16:45 +03:00
Alexander Kuzmenkov
191759ba17
Update set_hits.xml 2020-02-14 14:15:26 +03:00
alesapin
11f30dcc61 Remove more comments 2020-02-14 14:15:05 +03:00
Alexander Kuzmenkov
76e2065162
Update codecs_int_insert.xml 2020-02-14 14:12:44 +03:00
Ivan Blinkov
d1d28cda34
Update README.md 2020-02-14 14:03:50 +03:00
Alexander Kuzmenkov
e0b7755fa7
Update general_purpose_hashes_on_UUID.xml 2020-02-14 14:03:44 +03:00
Ivan Blinkov
eee33f5380
Merge pull request #9116 from blinkov/master
Experimental website/docs tuning
2020-02-14 13:47:51 +03:00
Ivan Blinkov
8265b2e467 fix ¶ color 2020-02-14 13:44:24 +03:00
alesapin
027744df66 Less seconds in test 2020-02-14 13:43:10 +03:00
Ivan Blinkov
c2f92c1c54 blue to orange 2020-02-14 13:38:31 +03:00
alesapin
389292f579 Removed alter thread 2020-02-14 13:35:39 +03:00
alesapin
958e217499 Additional metadata 2020-02-14 13:34:54 +03:00
Ivan Blinkov
bcb1ff68bb Less docker/qloud in release.sh 2020-02-14 13:28:19 +03:00
Ivan Blinkov
5dc6483807 website font tuning 2020-02-14 13:20:22 +03:00
alesapin
527325ef46 Correct startup logic 2020-02-14 13:17:04 +03:00
Ivan Blinkov
0244e1b5ed [docs] minify by default is not needed anymore 2020-02-14 12:34:57 +03:00
Ivan Blinkov
242a1a85d4 adjust .gitignore 2020-02-14 12:34:18 +03:00
alesapin
d9ebec472b More simple 2020-02-14 12:24:00 +03:00
Guillaume Tassery
0a02eca9b7 update tests 2020-02-14 10:23:55 +01:00
Guillaume Tassery
264b59de44 add bitNot performance tests 2020-02-14 10:09:46 +01:00
alexey-milovidov
1ca4b7b8da
Merge pull request #9107 from den-crane/groupby-orderby-add-perf-test
Added performance test for min_group_by / order_by_limit1
2020-02-14 11:25:18 +03:00
Guillaume Tassery
59ed5f65b5 Add bitNot function 2020-02-14 09:17:32 +01:00
Guillaume Tassery
ecbeba0f9e Set allow_fixed_string on operation instead of function generation 2020-02-14 08:11:37 +01:00
Guillaume Tassery
2c1dfab240 add tests for bitOr and bitXor 2020-02-14 05:41:25 +01:00
Guillaume Tassery
d05026ec75 add performance test 2020-02-14 04:57:03 +01:00
Guillaume Tassery
bad9848f2a use maybe_unused instead 2020-02-14 04:49:02 +01:00
Denis Zhuravlev
4857d43b6a
Update mingroupby-orderbylimit1.xml
fix for table name
2020-02-13 23:00:18 -04:00
Denis Zhuravlev
ab2fa5d20f
Update other_functions.md
identity -- translated to Russian
2020-02-13 21:03:43 -04:00
Denis Zhuravlev
264a38b115
Update alter.md
Rename the chapter {alter_move-partition} to {alter_move_to_table-partition} because we suddenly have 2 chapters with the same name
2020-02-13 20:44:45 -04:00
Denis Zhuravlev
5d04b651e6
Update alter.md
translation to Russian MOVE PARTITION TO TABLE
2020-02-13 20:40:14 -04:00
Alexander Kuzmenkov
37b2932291
Update codecs_int_insert.xml 2020-02-14 02:11:43 +03:00
Anton Popov
7042bafda4
Update 01079_new_range_reader_segfault.sql 2020-02-14 01:58:30 +03:00
Alexander Kuzmenkov
810fe655ea
Update general_purpose_hashes_on_UUID.xml 2020-02-14 01:23:54 +03:00