Commit Graph

67114 Commits

Author SHA1 Message Date
alexey-milovidov
24759a9b67
Update ReplxxLineReader.cpp 2021-07-02 04:26:49 +03:00
alexey-milovidov
a41a1b7c74
Update ReplxxLineReader.cpp 2021-07-02 04:25:07 +03:00
alexey-milovidov
23912c6066
Update adopters.md 2021-07-02 04:05:28 +03:00
Alexey Milovidov
b8a0b4caf4 One more test 2021-07-02 03:57:46 +03:00
Alexey Milovidov
0e621788c7 Allow constexpr parameters for aggregate functions 2021-07-02 03:53:08 +03:00
Alexey Milovidov
b33d91412d Correctly throw exception on invalid dates 2021-07-02 03:07:23 +03:00
Alexey Milovidov
7a993404b4 Whitespace 2021-07-02 02:30:18 +03:00
Ilya Golshtein
63c71a7b4b kerberized HDFS test fix if run in parallel 2021-07-02 02:12:31 +03:00
Alexey Milovidov
e6f0997924 Remove Arcadia 2021-07-02 02:01:52 +03:00
Alexey Milovidov
2866d45681 Add support for queries with null quoted identifier and ON CLUSTER 2021-07-02 02:01:13 +03:00
alexey-milovidov
919cc10a3c
Merge pull request #25823 from azat/integration-tests-fixes
tests/integration: use iptables --wait
2021-07-02 00:58:33 +03:00
mergify[bot]
892c67891a
Merge branch 'master' into fix-receive-time-metric 2021-07-01 21:40:09 +00:00
alexey-milovidov
531e48afa3
Update 01923_network_receive_time_metric_insert.sh 2021-07-02 00:39:41 +03:00
kssenii
012f67e6f8 Update libpq 2021-07-02 00:07:23 +03:00
Maksim Kita
aa8d4aea54
Merge pull request #25903 from ClickHouse/blinkov-patch-22
Update the Slack link to the one that's supposed to never expire
2021-07-01 22:30:02 +03:00
Aleksei Semiglazov
9a5365fc41
CLICKHOUSE-784: reset merge tree setting
Add an ability to reset custom setting to default and remove it from table's metadata.
This will allow to rollback the change without knowing the system/config's default.

Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 20:09:54 +01:00
Aleksei Semiglazov
f47e1ff102
CLICKHOUSE-1194: add skipping index to the beginning of the list
add the FIRST keyword to the ADD INDEX command to be able to add index in the beginning of the list.

Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 19:37:48 +01:00
Ivan Blinkov
3525f93a64
Update community.html 2021-07-01 21:20:19 +03:00
Ivan Blinkov
d1a63a5506
Update the Slack link 2021-07-01 21:18:28 +03:00
Kruglov Pavel
e23cf79338
Merge pull request #25596 from ildus/map_add_for_maps
Support Map type in mapAdd and mapSubtract
2021-07-01 21:08:07 +03:00
Maksim Kita
6bbec92614
Merge pull request #25837 from azat/perf-query_log-map-fix
Fix performance tests after converting ProfileEvents to Map type
2021-07-01 16:24:42 +03:00
alesapin
7792b09911 Reset counter if background pool is full 2021-07-01 16:10:07 +03:00
Ildus Kurbangaliev
c86739794f Change error code in mapAdd 2021-07-01 13:41:12 +02:00
Ildus Kurbangaliev
f56ae8f9cd
Apply suggestions from code review
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-07-01 13:38:13 +02:00
Kruglov Pavel
0b032e852d
Merge pull request #25874 from Avogar/fix-arrow-test
Fix typo in the test 00900_orc_arrow_parquet_maps
2021-07-01 12:25:31 +03:00
Vladimir
d0b28a7d6e
Merge pull request #25793 from Slach/improve_alter_partition_docs
add DELETE IN PARTITION and UPDATE IN PARTITION into ALTER syntax TOC
2021-07-01 10:55:44 +03:00
alexey-milovidov
cae19ca36e
Merge pull request #25559 from MyroTk/tfs_bigdatatypes_fix
Testflows - Extended Precision Data Type Tests - Minor syntax update.
2021-07-01 02:59:19 +03:00
tavplubix
afbc6bf17d
Merge pull request #25684 from ClickHouse/cancel_merges_on_drop_partition
Cancel merges on DROP PARTITION
2021-06-30 23:41:04 +03:00
Maksim Kita
227913579d
Merge pull request #25872 from ClickHouse/add-arm-link
Add Linux ARM build to the front page
2021-06-30 23:11:57 +03:00
Azat Khuzhin
626f47e044 Convert history file from readline format to replxx format
replxx requires each history line to prepended with time line:

    ### YYYY-MM-DD HH:MM:SS.SSS
    select 1

And w/o those service lines it will load all lines from history file as
one history line for suggestion. And if there are lots of lines in file it
will take lots of time (getline() + tons of reallocations).
2021-06-30 22:06:16 +03:00
Azat Khuzhin
a471ebdabe Fix performance tests after converting ProfileEvents to Map type 2021-06-30 21:00:36 +03:00
Kseniia Sumarokova
360f772762
Merge pull request #25795 from sand6255/MySQL-column-comments-support
MySQL Engine column comments support
2021-06-30 20:18:47 +03:00
Pavel Kruglov
e7888bd707 Fix test 00900_orc_arrow_parquet_maps 2021-06-30 17:18:39 +03:00
Alexey Milovidov
77c1115f3e Add ARM build to the front page 2021-06-30 16:35:18 +03:00
Maksim Kita
011ed015fa
Merge pull request #25854 from kitaisreal/arm-fix-startup-crash
ARM fix startup crash
2021-06-30 16:18:59 +03:00
tavplubix
c958f876b8
Update MergeList.h 2021-06-30 15:55:26 +03:00
Alexey Milovidov
956b1f588d Fix typo, applied changes from @brijrajparmar27 2021-06-30 15:49:01 +03:00
alexey-milovidov
8c72e88bea
Update http.md 2021-06-30 15:45:43 +03:00
alexey-milovidov
2713499d9f
Update http.md 2021-06-30 15:45:21 +03:00
alexey-milovidov
6d321e1f74
Update http.md 2021-06-30 15:44:58 +03:00
alexey-milovidov
7366557bdf
Update http.md 2021-06-30 15:44:30 +03:00
alexey-milovidov
a83e4f7b3e
Merge pull request #25863 from Karneades/patch-1
Fix small typo in security changelog
2021-06-30 15:42:56 +03:00
Vitaly Baranov
27bc0caf53
Merge pull request #25861 from vitlibar/correct-messages-in-integration-tests
Correct messages in integration tests.
2021-06-30 14:45:02 +03:00
Andreas Hunkeler
4501f4d86d
Fix small typo in security changelog 2021-06-30 13:31:08 +02:00
Anton Popov
2034d31b3e
Merge pull request #25607 from gyuton/gyuton-DOCSUP-10293-Document-the-optimize_functions_to_subcolumns-setting
DOCSUP-10293: Documented the optimize_functions_to_subcolumns setting
2021-06-30 14:26:48 +03:00
Anton Popov
b6f161df75
Update count.md 2021-06-30 14:26:04 +03:00
Anton Popov
d9fcd53f0c
Update count.md 2021-06-30 14:25:14 +03:00
Vitaly Baranov
92ace627d2 Correct messages in integration tests. 2021-06-30 14:16:37 +03:00
Maksim Kita
b47bb086e7
Merge pull request #25817 from ianton-ru/fix_start_client_in_wrong_dir
Fix start clickhouse-client with unreadable working directory
2021-06-30 14:14:33 +03:00
tavplubix
56da480497
Merge pull request #25302 from otrazhenia/evgsudarikova-DOCSUP-10299
DOCSUP-10299: Edit and translate to Russian
2021-06-30 14:02:43 +03:00