Commit Graph

66665 Commits

Author SHA1 Message Date
Alexey Milovidov
ebc2fbfd63 Performance test: be more generous 2021-06-27 03:14:42 +03:00
Alexey Milovidov
686bf75f78 This performance test does not run in CI - remove 2021-06-27 03:11:59 +03:00
alexey-milovidov
13e6da9bb8
Merge pull request #25738 from nikitamikhaylov/fix-arcadia-9
Fix arcadia
2021-06-27 03:08:43 +03:00
alexey-milovidov
6119061cf4
Merge branch 'master' into fix-arcadia-9 2021-06-27 03:07:49 +03:00
Alexey Milovidov
ba67097c0f Fix test in database Ordinary 2021-06-27 02:54:22 +03:00
Alexey Milovidov
930a67da13 Fix the annoying Arcadia 2021-06-27 02:49:25 +03:00
Alexey Milovidov
1e55b9376a Silent ANTLR parser test (non production) 2021-06-27 02:48:11 +03:00
Nikita Mikhaylov
e04ca6e041
Merge branch 'master' into fix-arcadia-9 2021-06-27 01:24:10 +03:00
Nikita Mikhaylov
e9e941f6ef fix 2021-06-26 22:23:14 +00:00
Maksim Kita
bf85b09a16
Merge pull request #25444 from kitaisreal/replace-dictionary
Support REPLACE DICTIONARY, CREATE OR REPLACE DICTIONARY queries
2021-06-26 16:19:58 +03:00
Maksim Kita
99689484aa Fixed ANTRL tests 2021-06-26 14:28:33 +03:00
Maksim Kita
44122118de Fixed ASTRenameQuery for EXCHANGE DICTIONARIES 2021-06-26 14:28:13 +03:00
Maksim Kita
3c9ae7b5ba Added more tests 2021-06-26 14:28:13 +03:00
Maksim Kita
7b03150b90 Fixed tests 2021-06-26 14:28:13 +03:00
Maksim Kita
008adabec2 Support REPLACE DICTIONARY, CREATE OR REPLACE DICTIONARY queries 2021-06-26 14:28:13 +03:00
alexey-milovidov
6662e7ab0f
Merge pull request #25732 from matwey/missed_include_optional_2
Fix some more missed includes
2021-06-26 14:04:06 +03:00
Matwey V. Kornilov
a29bd2c4b3 Add missed #include <limits>
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
2021-06-26 11:25:54 +03:00
Matwey V. Kornilov
9306b598cf Merge branch 'missed_include_optional' into missed_include_optional_2 2021-06-26 11:07:59 +03:00
Matwey V. Kornilov
2f73469629 Merge branch 'missed_include_condition_variable' into missed_include_optional_2 2021-06-26 11:07:50 +03:00
alexey-milovidov
fdc965c579
Update recipes.md 2021-06-26 04:07:25 +03:00
alexey-milovidov
420839a4c0
Merge pull request #25697 from sundy-li/mysql-fix
[mysql] fix mysql select user() return empty
2021-06-26 03:31:46 +03:00
alexey-milovidov
1c5987ce71
Merge pull request #25720 from ClickHouse/add_test_for_working_code
Add working test
2021-06-26 03:29:36 +03:00
alexey-milovidov
5145f8df0c
Merge pull request #25726 from ClickHouse/alexey-milovidov-patch-4
Ditch syntax highlighting in docs (it was harmful), continuation of #25682
2021-06-26 02:10:18 +03:00
Maksim Kita
f7df2cd03a
Merge pull request #25725 from kitaisreal/compile-expressions-updated-documentation
Compile expressions updated documentation
2021-06-26 01:02:51 +03:00
alexey-milovidov
67a6721c25
Ruin syntax highlighting (it was harmful), continuation of #25682 2021-06-26 00:14:49 +03:00
Maksim Kita
db1c70975e Compile expressions updated documentation 2021-06-25 23:27:18 +03:00
Maksim Kita
c633d133e5
Merge pull request #25275 from michon470/kuriatnikovm-DOCSUP-9285-compile-expressions-setting
DOCSUP-9285: Documented compile_expressions setting
2021-06-25 22:50:14 +03:00
alesapin
cec2399015 Add working test 2021-06-25 18:30:49 +03:00
Ivan
14e43cfafa
Add CI check for darwin-aarch64 (#25560)
* Add support for darwin-aarch64

* Fix PVS warnings

* Add build configuration

* Fix packager args
2021-06-25 18:21:56 +03:00
Nikita Mikhaylov
20d20a5389
Merge pull request #25666 from georgthegreat/murmurhash
Enable MurmurHash in ArcadiaBuild
2021-06-25 17:05:02 +03:00
Nikita Mikhaylov
930a2aa0b7
Merge pull request #24095 from vdimir/view-join-settings
Use global settings for query to VIEW
2021-06-25 16:44:28 +03:00
Anton Popov
4a250dc14e
Merge pull request #25371 from CurtizJ/add-compatibility-setting
Add compatibility setting for name of tuple literals
2021-06-25 15:08:13 +03:00
alesapin
f6afc381be
Merge pull request #25665 from ClickHouse/fix_24869
Fix REPLACE_RANGE entry removal
2021-06-25 11:11:25 +03:00
alesapin
d138ba79c7
Merge pull request #25549 from ClickHouse/add_test_for_concurrent_merges
Fix bug in TTL merges assignment
2021-06-25 11:02:29 +03:00
sundy-li
d423d07a87 [mysql] fix mysql select user() return empty 2021-06-25 10:20:22 +08:00
tavplubix
a14724ca7b
Merge pull request #25667 from ClickHouse/fix_rename_distributed2
Fix rename Distributed table
2021-06-25 00:05:06 +03:00
tavplubix
b9437fa6f6
Update arcadia_skip_list.txt 2021-06-25 00:04:31 +03:00
Kseniia Sumarokova
a04605fee3
Merge pull request #25579 from azat/client-param-parse
clickhouse-client: fix NULL dereference for --param w/o value
2021-06-24 23:26:21 +03:00
alexey-milovidov
89007a8b6a
Merge pull request #25654 from azat/altstack-fix-osx
Fix alternative stack (MINSIGSTKSZ) and stack size check under osx
2021-06-24 19:22:14 +03:00
alexey-milovidov
4140dbf870
Merge pull request #25682 from myrrc/bugfix/docs-code-hl
Changed css theme for code highlighting
2021-06-24 19:19:57 +03:00
Mike Kot
3c21b042ee Using light theme as default one 2021-06-24 18:16:39 +03:00
Mike Kot
00d268ff71 Light theme support 2021-06-24 17:46:09 +03:00
alesapin
d6fc2dcd99 Ban test 2021-06-24 17:13:16 +03:00
Mike Kot
521ec3aa0c Changed CH css theme for code highlighting 2021-06-24 16:52:08 +03:00
alesapin
230286776d Merge branch 'master' into add_test_for_concurrent_merges 2021-06-24 16:37:25 +03:00
Ivan
e9e49a9085
Fix ANTLR parser and enable it back in CI (#25638)
* Fix

* Skip more tests
2021-06-24 14:45:29 +03:00
Alexander Tokmakov
3a25b05765 fix rename Distributed table 2021-06-24 13:00:33 +03:00
Yuriy Chernyshov
9dcd37b94d Enable MurmurHash in ArcadiaBuild 2021-06-24 12:04:40 +03:00
Alexander Tokmakov
7e6963bb39 fix REPLACE_RANGE entry removal 2021-06-24 11:16:54 +03:00
alesapin
5c5b888ded Lightweight test 2021-06-24 11:11:46 +03:00