Commit Graph

40503 Commits

Author SHA1 Message Date
alexey-milovidov
7efd2a825f
Merge pull request #10463 from ClickHouse/parallel-final
Parallel final
2020-05-18 05:20:18 +03:00
alexey-milovidov
327a48bcf9
Update AddingSelectorTransform.h 2020-05-18 05:19:08 +03:00
alexey-milovidov
24ea1a1656
Update CHANGELOG.md 2020-05-18 05:11:23 +03:00
alexey-milovidov
0692908cbf
Update CHANGELOG.md 2020-05-18 05:09:10 +03:00
alexey-milovidov
65039118e4
Update CHANGELOG.md 2020-05-18 05:03:18 +03:00
alexey-milovidov
8cb53c39df
Update CHANGELOG.md 2020-05-18 05:01:44 +03:00
alexey-milovidov
325cc6be36
Update CHANGELOG.md 2020-05-18 05:00:48 +03:00
alexey-milovidov
cd190c0f0d
Update CHANGELOG.md 2020-05-18 04:59:34 +03:00
alexey-milovidov
63be230caa
Update CHANGELOG.md 2020-05-18 04:59:01 +03:00
alexey-milovidov
48ff08c057
Update CHANGELOG.md 2020-05-18 04:58:18 +03:00
alexey-milovidov
b3ec8c5652
Update CHANGELOG.md 2020-05-18 04:54:53 +03:00
alexey-milovidov
3b83ea3e38
Update CHANGELOG.md 2020-05-18 04:54:17 +03:00
alexey-milovidov
be274ca14c
Update CHANGELOG.md 2020-05-18 04:53:42 +03:00
alexey-milovidov
3d62eb17c4
Update CHANGELOG.md 2020-05-18 04:51:48 +03:00
alexey-milovidov
95af865161
Update CHANGELOG.md 2020-05-18 04:50:27 +03:00
alexey-milovidov
24dee5b2a2
Update CHANGELOG.md 2020-05-18 04:48:59 +03:00
alexey-milovidov
bf62c67075
Update CHANGELOG.md 2020-05-18 04:47:48 +03:00
alexey-milovidov
7834fccff8
Merge pull request #10988 from abyss7/changelog-20.4
Changelog 20.4
2020-05-18 04:45:38 +03:00
Alexey Milovidov
6f05897e62 Merge branch 'xolm-random_string_utf8_function' 2020-05-18 04:42:57 +03:00
Alexey Milovidov
c2b6ed5e21 Whitespaces 2020-05-18 04:42:46 +03:00
Alexey Milovidov
4d1dddeee9 Merge branch 'random_string_utf8_function' of https://github.com/xolm/ClickHouse into xolm-random_string_utf8_function 2020-05-18 04:22:16 +03:00
alexey-milovidov
073dc2e1e3
Merge pull request #10986 from ClickHouse/try-fix-use-after-free-mergetree
Try to fix use-after-free error in MergeTree
2020-05-18 03:41:53 +03:00
Andrei Nekrashevich
770b720620 no reinterpret_cast 2020-05-18 02:58:19 +03:00
alexey-milovidov
6f1d522b6a
Merge pull request #10980 from azat/database-atomic-fixes
Database atomic fixes
2020-05-17 23:25:56 +03:00
alexey-milovidov
3820075813
Merge pull request #10983 from azat/configure-librdkafka
Configure librdkafka (logging and thread names)
2020-05-17 23:25:18 +03:00
Ivan Lezhankin
361b71efa8 Update changelog 2020-05-17 23:19:03 +03:00
Andrei Nekrashevich
6deea35fc9 submodules 2020-05-17 22:54:30 +03:00
Andrei Nekrashevich
eba043aaf8 Merge branch 'master' into random_string_utf8_function 2020-05-17 22:53:42 +03:00
Alexey Milovidov
70c31cbdc4 Fix error 2020-05-17 22:44:31 +03:00
Alexey Milovidov
81a7930c3e Merge branch 'master' of github.com:yandex/ClickHouse into try-fix-use-after-free-mergetree 2020-05-17 22:42:34 +03:00
Alexey Milovidov
20dbd6c3ef Fix error 2020-05-17 22:41:49 +03:00
Alexey Milovidov
21209b1a45 Merge branch 'master' into try-fix-use-after-free-mergetree 2020-05-17 22:38:54 +03:00
alexey-milovidov
0ef5d460ad
Merge pull request #10985 from ClickHouse/revert-10970-try-fix-use-after-free-mergetree
Revert "Try to fix use-after-free error in MergeTree"
2020-05-17 22:36:38 +03:00
alexey-milovidov
ca1a9b890d
Revert "Try to fix use-after-free error in MergeTree" 2020-05-17 22:36:27 +03:00
alexey-milovidov
f7b1263d41
Merge pull request #10268 from ClickHouse/max-rows-to-sort
Added failing tests about "max_rows_to_sort" setting.
2020-05-17 22:21:30 +03:00
alexey-milovidov
8d3c37992a
Merge pull request #10533 from ClickHouse/alter-key-column-better-exception-message
Better exception message and error code for ALTER of key column #9078
2020-05-17 22:21:14 +03:00
alexey-milovidov
92686fea27
Merge pull request #10974 from ClickHouse/xolm-random_fixed_string_function
Merging  #10866
2020-05-17 22:20:53 +03:00
alexey-milovidov
76dfc37bbf
Merge pull request #10975 from ClickHouse/Potya-master
Merging #10856
2020-05-17 22:20:36 +03:00
Azat Khuzhin
e3d69eea88 Configure thread names for librdkafka
First of all it is nice to have part of the table name in it.

And secondly, librdkafka uses pthread_setname_np(), but due to
glibc-compatibility it is a noop in clickhouse sources:

  # librdkafka uses rdk: prefix for thread names by default
  $ grep rdk /proc/$(pgrep clickhouse-serv)/task/*/comm
  # just in case:
  $ grep rdk /proc/*/task/*/comm
  $ grep rdk /proc/*/comm

  (gdb) disas pthread_setname_np
  Dump of assembler code for function pthread_setname_np:
     0x000000000c603250 <+0>:     xor    %eax,%eax
     0x000000000c603252 <+2>:     retq
  End of assembler dump.
2020-05-17 20:40:18 +03:00
Azat Khuzhin
dbe781451a Redirect librdkafka logs from stderr to clickhouse logger 2020-05-17 20:27:36 +03:00
Azat Khuzhin
fb6b19d57a Fix symlinking data directory for Atomic database 2020-05-17 17:14:51 +03:00
Azat Khuzhin
31035a3cd1 Allow relative path for renameat2 by using AT_FDCWD
Otherwise this will trigger logical error on CREATE TABLE with default
config.d overrides (path=./).
2020-05-17 17:02:03 +03:00
Andrei Nekrashevich
db07c9f5e9 fix 2020-05-17 16:22:52 +03:00
Andrei Nekrashevich
9d2801e0d8 fix 2020-05-17 16:07:37 +03:00
alexey-milovidov
7cf3538840
Merge pull request #10270 from ClickHouse/quota-key-in-client
Support quota_key for Native client
2020-05-17 14:09:40 +03:00
alexey-milovidov
d3c9f5cb65
Update RowRef.h 2020-05-17 13:31:06 +03:00
Alexey Milovidov
90cd5d8a3c Remove unused header file 2020-05-17 13:27:13 +03:00
alexey-milovidov
6c49967395
Merge pull request #10802 from PerformanceVision/offset_without_limit
Add the ability to set an OFFSET clause without a LIMIT
2020-05-17 12:06:22 +03:00
alexey-milovidov
fcfd3d34fd
Merge pull request #10850 from kekekekule/complex_key_direct
Add complex key direct layout to dictionaries
2020-05-17 11:55:10 +03:00
alexey-milovidov
6d34f24605
Merge branch 'master' into complex_key_direct 2020-05-17 11:55:01 +03:00