Commit Graph

70640 Commits

Author SHA1 Message Date
Vasily Nemkov
51ffc33457 Introduce sessions.
This is required to add system.session_log table.
2021-08-18 14:24:52 +03:00
Kruglov Pavel
9532e2f962
Merge branch 'master' into nullable-decimal 2021-08-18 14:03:20 +03:00
robot-clickhouse
53d7842877 Update version_date.tsv after release 21.8.4.51 2021-08-18 13:54:06 +03:00
tavplubix
cf29ee6780
Merge pull request #26800 from pdv-ru/pdv-ru-DOCSUP-10607-edit-translate
DOCSUP-10607: [CLICKHOUSEDOCS] Edit and translate to Russian (SYSTEM RESTORE REPLICA and h3ToGeo function)
2021-08-18 13:31:27 +03:00
Nikolai Kochetov
a46fe11e2c Try fix test_mutations_with_merge_background_task 2021-08-18 13:30:02 +03:00
Raúl Marín
d9e3adf3d5 01766: Use a date without timezone changes 2021-08-18 12:14:00 +02:00
tavplubix
a2ffc2f896
Merge pull request #27759 from olgarev/revolg-DOCSUP-12413-macros_support_in_functions_cluster
DOCSUP-12413: macros support in functions cluster and clusterAllReplicas
2021-08-18 13:00:49 +03:00
Alexander Tokmakov
09ff66da0e fix a couple of bugs that may cause replicas to diverge 2021-08-18 12:50:46 +03:00
Mikhail Filimonov
05d77d2873
Safer processing of NULL messages in Kafka for some formats 2021-08-18 11:26:57 +02:00
alesapin
5cc98c67a4 Fix 2021-08-18 11:56:18 +03:00
mergify[bot]
498253eb7b
Merge branch 'master' into fix_create_znode 2021-08-18 08:41:10 +00:00
Nikolay Degterinsky
0c2582d2b4
Merge pull request #27773 from sunwenli/patch-3
Update backup.md
2021-08-18 11:03:45 +03:00
Alexander Kuzmenkov
59e3cb18f4
Update entrypoint.sh 2021-08-18 10:58:21 +03:00
alesapin
8bf0578098
Merge pull request #27802 from azat/fix-test-01822_short_circuit
Update 01822_short_circuit.reference (after merging #27680)
2021-08-18 10:53:37 +03:00
Vitaly Baranov
fd33f2a2fe
Merge pull request #27426 from aiven/kmichel-replicated-access-storage
ZooKeeper replication for users, roles, row policies, quotas and profiles.
2021-08-18 10:37:25 +03:00
Maksim Kita
419cecdeaf
Merge pull request #27795 from kitaisreal/dictionaries-key-types-refactoring
Dictionaries key types refactoring
2021-08-18 10:30:21 +03:00
Amos Bird
523de98e2d
Proper shutdown global context 2021-08-18 15:23:32 +08:00
Azat Khuzhin
6c566a46b6 Update 01822_short_circuit.reference (after merging #27680) 2021-08-18 10:21:41 +03:00
igomac
e921cdbdbe
Update backup.md
add toc
2021-08-18 15:12:32 +08:00
Nikolay Degterinsky
3736d6de35
Merge pull request #27772 from sunwenli/patch-4
Update data_type_families.md
2021-08-18 09:56:54 +03:00
Azat Khuzhin
6a600e5f6f jemalloc: fix under osx (zone_register() had been optimized out again)
v2: use ld -u
v3: move -u to executable
2021-08-18 09:47:59 +03:00
Azat Khuzhin
342c3fae3a Revert "Disable jemalloc under OSX" (only jemalloc hunk)
This reverts commit f062aa8574.
2021-08-18 09:47:59 +03:00
Azat Khuzhin
788384be12 Drop MALLOC_LIBARIRIES usage
a) MALLOC_LIBARIRIES had been removed in
   528e42bc4c ("Improve jemalloc contrib")
b) after JEMALLOC_LIBRARIES left, that had been removed in
   c160b251ba ("Drop support for unbundled jemalloc") in #15828
2021-08-18 09:47:58 +03:00
Nikita Mikhalev
fbc054f588
Improved phrasing of attention about ALTER on Buffer table
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-18 10:24:54 +05:00
Nikita Mikhalev
62abef73f1
Improved phrasing of attention about ALTER on Buffer table
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-18 10:24:42 +05:00
Nikita Mikhalev
3eb4b2ab77
Improved phrasing of attention about ALTER on Buffer table
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-18 10:23:41 +05:00
Alexander Kuzmenkov
8199399159
Update entrypoint.sh 2021-08-18 07:00:51 +03:00
小路
5d3237c680
Update test.py 2021-08-18 10:56:05 +08:00
zhangxiao871
861776b8fe check genuine_throw and fake_throw are True. 2021-08-18 10:40:04 +08:00
zhangxiao871
f34787838a Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into fix_create_znode 2021-08-18 10:37:49 +08:00
alexey-milovidov
eb3bbdfab5
Merge pull request #27680 from ClickHouse/decimal-no-trailing-zeros
Remove trailing zeros from Decimal serialization #15794
2021-08-18 05:24:13 +03:00
olgarev
f35b142e21
Apply suggestions from code review 2021-08-18 02:03:46 +03:00
olgarev
21ddac09c6
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-18 02:01:49 +03:00
Kevin Michel
e33a2bf7bc
Add ReplicatedAccessStorage
This stores Access Entities in ZooKeeper and replicates them across an entire cluster.

This can be enabled by using the following configuration :

    <user_directories>
        <replicated>
            <zookeeper_path>/clickhouse/access/</zookeeper_path>
        </replicated>
    </user_directories>
2021-08-18 00:00:18 +02:00
Maksim Kita
6c82ac2024 Fixed tests 2021-08-17 23:59:08 +03:00
Sergei Semin
da3f5612ae rename _Bits -> _bits 2021-08-17 23:08:17 +03:00
Dmitriy
693b8271dc Fix typo
Выделил watch и sequental как ключевые слова.
2021-08-17 23:05:21 +03:00
Sergei Semin
495c359889 Revert "add -Wno-reserved-identifier in necessary places"
This reverts commit 84660f36de.
2021-08-17 22:58:29 +03:00
Dmitriy
7b8c723f15
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:54:29 +03:00
Dmitriy
c1860b2342
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:54:20 +03:00
Dmitriy
3ef0e600ce
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:54:06 +03:00
Dmitriy
496fdb2a97
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:52:47 +03:00
Dmitriy
63ee49ee7d
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:51:47 +03:00
Dmitriy
e4229e0eeb
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:51:23 +03:00
Dmitriy
afbce1b90a
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:51:05 +03:00
Dmitriy
5f20c2b1f5
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:50:44 +03:00
Dmitriy
28fd94d016
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:50:15 +03:00
Dmitriy
0821338f14
Update docs/ru/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-17 22:50:01 +03:00
Kseniia Sumarokova
78105ecba7
Merge pull request #27757 from kssenii/fix-intersect-cast
Fix intersect/except with limit
2021-08-17 21:37:37 +03:00
Kseniia Sumarokova
f04cdf58c0
Merge pull request #27762 from evillique/tests
Add HTTP string parsing test
2021-08-17 21:36:45 +03:00