Alexander Gololobov
|
ef6ff51b9a
|
Merge pull request #40147 from azat/fix-keeper-bench
Fix keeper-bench in case of error during scheduling a thread
|
2022-08-12 21:10:36 +02:00 |
|
Kseniia Sumarokova
|
a6cfc7bc3b
|
Merge pull request #34651 from alexX512/master
New caching strategies
|
2022-08-12 17:23:37 +02:00 |
|
Azat Khuzhin
|
d3e8ad9e7e
|
Fix keeper-bench in case of error during scheduling a thread
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-08-12 10:56:11 +02:00 |
|
Mikhail f. Shiryaev
|
5934c6519f
|
Regenerate changelogs and update versions
|
2022-08-11 00:06:01 +02:00 |
|
Alexey Milovidov
|
ffde0d9530
|
Fix broken image in test-visualizer
|
2022-08-10 04:46:43 +02:00 |
|
robot-clickhouse
|
94fd85d586
|
Update version_date.tsv and changelogs after v22.6.5.22-stable
|
2022-08-09 18:32:28 +00:00 |
|
Kruglov Pavel
|
99b9e85a8f
|
Merge pull request #39646 from Avogar/more-formats
Add more Pretty formats
|
2022-08-09 13:59:47 +02:00 |
|
Yakov Olkhovskiy
|
2c3732ed3a
|
extract real path of executable instead of argv[0]
|
2022-08-08 17:56:16 -04:00 |
|
alexX512
|
8adf9f2448
|
fix compile error
|
2022-08-07 19:59:39 +00:00 |
|
alexX512
|
77def20394
|
Fix typos in some js code and ignore some typos
|
2022-08-07 19:59:39 +00:00 |
|
Yakov Olkhovskiy
|
9dfd650a7c
|
Merge pull request #39763 from ClickHouse/util-self-extracting-exec
Self-extracting - run resulting executable with execvp
|
2022-08-05 08:13:15 -04:00 |
|
Alexey Milovidov
|
f474eb957d
|
Merge pull request #39758 from ClickHouse/tsan_clang_15
Try clang-15 for build with tsan
|
2022-08-04 01:56:52 +03:00 |
|
Yakov Olkhovskiy
|
ba86959b72
|
Merge branch 'util-self-extracting-exec' of https://github.com/ClickHouse/ClickHouse into util-self-extracting-exec
|
2022-08-03 13:15:06 -04:00 |
|
Yakov Olkhovskiy
|
53530a5fa4
|
deadcode/clang-tidy fight solution
|
2022-08-03 13:11:11 -04:00 |
|
robot-clickhouse
|
58fc49df66
|
Update version_date.tsv after v22.3.10.22-lts
|
2022-08-03 14:53:22 +00:00 |
|
Mikhail f. Shiryaev
|
c05526beef
|
Merge remote-tracking branch 'origin/master' into auto/v22.7.2.15-stable
|
2022-08-03 12:04:34 +02:00 |
|
Mikhail f. Shiryaev
|
2ca9df9b22
|
Merge pull request #39421 from ClickHouse/github-helper
GitHub helper
|
2022-08-03 12:04:03 +02:00 |
|
robot-clickhouse
|
da655fbfcf
|
Update version_date.tsv and changelogs after v22.7.2.15-stable
|
2022-08-03 09:57:02 +00:00 |
|
Yakov Olkhovskiy
|
5a5d028154
|
remove global variables
|
2022-08-03 03:34:51 -04:00 |
|
Alexey Milovidov
|
80d2685ab7
|
Merge pull request #39814 from qianmoQ/fix-cte
Support cte statement for antlr4 syntax file #39810
|
2022-08-03 09:10:08 +03:00 |
|
Yakov Olkhovskiy
|
504180d7d6
|
stat is different for macos
|
2022-08-02 15:39:11 -04:00 |
|
Alexander Tokmakov
|
82b50e79cf
|
Merge branch 'master' into tsan_clang_15
|
2022-08-02 13:00:55 +03:00 |
|
qianmoQ
|
094b28b869
|
Support cte statement for antlr4 syntax file #39810
|
2022-08-02 17:17:08 +08:00 |
|
Yakov Olkhovskiy
|
e65cef79ad
|
some refactoring
|
2022-08-01 14:32:32 -04:00 |
|
Yakov Olkhovskiy
|
8820774fe3
|
do not rename original file - just remove
|
2022-08-01 13:39:26 -04:00 |
|
Alexander Tokmakov
|
0d68b1c67f
|
fix build with clang-15
|
2022-08-01 18:00:54 +02:00 |
|
Yakov Olkhovskiy
|
2a074288f0
|
style fix
|
2022-08-01 11:06:54 -04:00 |
|
Yakov Olkhovskiy
|
c79893f4ef
|
remove call to sh, use random names suffix for temporaries
|
2022-08-01 10:58:08 -04:00 |
|
Kruglov Pavel
|
7bbc6c7292
|
Update aspell-dict.txt
|
2022-08-01 13:00:44 +02:00 |
|
Yakov Olkhovskiy
|
3aeb525036
|
style fix
|
2022-08-01 01:45:02 -04:00 |
|
Yakov Olkhovskiy
|
7a2d969850
|
fix clang tidy unused return
|
2022-08-01 01:20:40 -04:00 |
|
Yakov Olkhovskiy
|
c534bdd42f
|
clang tidy treats call to system as security issue - replace with fork/exec
|
2022-08-01 01:13:50 -04:00 |
|
Yakov Olkhovskiy
|
3731a415e6
|
run resulting executable with execvp
|
2022-07-31 20:07:33 -04:00 |
|
Azat Khuzhin
|
498c8b3c52
|
Fix clang-tidy in utils/examples
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-07-29 11:36:51 +03:00 |
|
Azat Khuzhin
|
83dfbe3b9a
|
Fix building keeper-data-dumper
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-07-29 11:36:51 +03:00 |
|
Alexey Milovidov
|
69e8e56072
|
Merge pull request #39578 from ClickHouse/fix-self-executable-leak
free compression and decompression contexts
|
2022-07-26 07:47:32 +03:00 |
|
Mikhail f. Shiryaev
|
c150fe6f0d
|
Fix possible wrong FROM_REF by using merge-base commit
|
2022-07-25 21:56:20 +02:00 |
|
robot-clickhouse
|
f04ad30f0d
|
Update version_date.tsv and changelogs after v22.6.4.35-stable
|
2022-07-25 19:25:27 +00:00 |
|
Yakov Olkhovskiy
|
250f19378d
|
free compression and decompression contexts
|
2022-07-25 15:22:48 -04:00 |
|
Yakov Olkhovskiy
|
d0f5dcad25
|
Merge pull request #38936 from ClickHouse/cmake-self-extracting-executable
Build self-extracting-executable utils
|
2022-07-25 08:13:25 -04:00 |
|
Yakov Olkhovskiy
|
a85818f654
|
some refactoring
|
2022-07-24 21:13:00 -04:00 |
|
Mikhail f. Shiryaev
|
3e0db34ed9
|
Merge pull request #39390 from ClickHouse/paint-it-black
Automatic fixes for black formatting for domestic repo PRs
|
2022-07-22 17:19:00 +02:00 |
|
Robert Schulze
|
99579ab440
|
Merge pull request #39364 from ClickHouse/stringref-to-string_view
Even less usage of StringRef
|
2022-07-22 09:30:49 +02:00 |
|
Alexey Milovidov
|
63d37fd440
|
Merge pull request #39475 from ClickHouse/auto/v22.7.1.2484-stable
Update version_date.tsv and changelogs after v22.7.1.2484-stable
|
2022-07-22 06:40:40 +03:00 |
|
robot-clickhouse
|
e6ff5744e0
|
Update version_date.tsv and changelogs after v22.7.1.2484-stable
|
2022-07-21 17:47:00 +00:00 |
|
Yakov Olkhovskiy
|
5071295a6a
|
mount.h for OS_FREEBSD
|
2022-07-21 11:43:00 -04:00 |
|
Mikhail f. Shiryaev
|
f60dcc30fb
|
Push automatic fix for black format for PRs
|
2022-07-21 17:01:42 +02:00 |
|
Yakov Olkhovskiy
|
c8ea6783dc
|
clang tidy suggestions
|
2022-07-21 10:27:56 -04:00 |
|
Yakov Olkhovskiy
|
15496c63b9
|
__APPLE__->OS_DARWIN, __FreeBSD__->OS_FREEBSD
|
2022-07-21 10:14:53 -04:00 |
|
Mikhail f. Shiryaev
|
dd2a0ed755
|
Improve speed significantly by using cached users and reuse repos
|
2022-07-21 15:46:39 +02:00 |
|