sevirov
b9500f2c15
Update docs/en/operations/settings/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:11 +03:00
sevirov
624ef4bcf3
Update docs/en/operations/settings/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:06 +03:00
Denis Glazachev
b591cf49a3
Set permissions on config files under config.d/
...
Do not create config files under config.d/ if already exist
2021-11-26 19:21:29 +03:00
Raúl Marín
ac6ccf7d9a
Reduce IParser.h dependencies and dependents
...
533 -> 500 objects on change
Less direct dependencies
2021-11-26 17:19:47 +01:00
Raúl Marín
0b6ae2e508
Reduce dependencies on IParser.h
...
533 -> 500 files rebuilt on change
2021-11-26 17:04:21 +01:00
Raúl Marín
051dddd8df
Reduce dependencies on ASTIdentifier.h
...
Goes from rebuilding 483 objects to 165 when it's modified
2021-11-26 16:49:40 +01:00
Anton Popov
982163c54b
Merge pull request #31886 from CurtizJ/fix-typos
...
Fix typos
2021-11-26 18:18:11 +03:00
Nikolai Kochetov
e6515c2a4a
Try to fix flacky test.
2021-11-26 18:03:14 +03:00
Anton Popov
923159d408
fix typos
2021-11-26 17:47:40 +03:00
Anton Popov
7237343fd6
fix function 'empty' with uuid type
2021-11-26 17:39:29 +03:00
alesapin
c2d7731544
Update ci_config.py
2021-11-26 16:37:46 +03:00
alexey-milovidov
d7939a3b61
Merge pull request #31838 from ClickHouse/reproducible-build-3
...
Reproducible builds (3)
2021-11-26 15:48:48 +03:00
Nikolai Kochetov
185c20cf88
Support toUInt8/toInt8 for if constant condition optimization.
2021-11-26 15:38:32 +03:00
Kruglov Pavel
af998af710
Merge pull request #31489 from Avogar/parallel-formatting
...
Support parallel formatting almost for all text formats
2021-11-26 15:21:22 +03:00
kssenii
56bcfc2877
Fix some tests
2021-11-26 14:11:27 +03:00
tavplubix
b68f0df8b4
Merge pull request #31849 from ClickHouse/tavplubix-patch-5
...
Update 01155_rename_move_materialized_view.sql
2021-11-26 14:09:56 +03:00
alesapin
d5fb056b18
Remove accident change:
2021-11-26 14:00:54 +03:00
alesapin
464b943b38
fix comment
2021-11-26 13:59:38 +03:00
alesapin
081bfdfe82
Get rid of build numbers and simplify builds paths in S3
2021-11-26 13:57:36 +03:00
Vasily Nemkov
e9466e505b
Minor improvements to DUMP macro
...
- output enum values names with help of magic_enum
- output string literals as is, without type info
2021-11-26 12:20:08 +02:00
JackyWoo
4c6ad94109
fix ch keeper session timeout doesn't work
2021-11-26 18:17:49 +08:00
Mikhail f. Shiryaev
5408d6232f
Make archive.ubuntu.com mirror configurable for build
2021-11-26 10:55:41 +01:00
alesapin
6c5746a067
Merge pull request #31850 from ClickHouse/fix-style
...
Fix style.
2021-11-26 12:54:46 +03:00
Kruglov Pavel
efe26ddefa
Merge pull request #31804 from Avogar/fix-tskv
...
Fix possible Assertion '!hasPendingData()' failed in TSKV format
2021-11-26 12:30:45 +03:00
Vladimir C
41c9067f48
Merge pull request #31706 from yandd/master
2021-11-26 12:29:09 +03:00
Nikolai Kochetov
573e3b3888
Fix style.
2021-11-26 12:05:36 +03:00
tavplubix
87c7786011
Update 01155_rename_move_materialized_view.sql
2021-11-26 11:55:45 +03:00
Nikita Mikhaylov
696c871e47
Add ubsan suppression for protobuf ( #31835 )
2021-11-26 11:36:36 +03:00
Vladimir Chebotarev
fae71279e7
Windowed time decay functions ( #29799 )
2021-11-26 11:29:26 +03:00
Nikolai Kochetov
260928cb95
Merge pull request #31724 from ClickHouse/add-another-ci-database
...
Try to push data into another ci database.
2021-11-26 11:22:56 +03:00
Raúl Marín
c346708f31
Make count performance tests longer
2021-11-26 09:06:37 +01:00
Kseniia Sumarokova
c786c0a52a
Merge pull request #31749 from kssenii/clickhouse-dictionary-conf
...
ClickHouse dictionary source support named collections
2021-11-26 10:55:03 +03:00
Nikolai Kochetov
bda8cb6b7e
Merge pull request #31805 from ClickHouse/fix-31349
...
Check time limit sending data for global in.
2021-11-26 10:41:13 +03:00
alesapin
3562264404
Merge pull request #31803 from ClickHouse/faster_tests
...
Shorter stress and fuzzer tests
2021-11-26 10:17:26 +03:00
Tatiana Kirillova
2adeb353d2
Update docs/en/operations/utilities/clickhouse-format.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-26 10:12:56 +03:00
Azat Khuzhin
5fafeea763
Recreate system.*_log tables in case of different engine/partition_by.
...
- Mark getCreateTableQuery() non virtual to call it from ctor
- Make check for CREATE TABLE simpler (by caching result)
- Extend error message.
v2: at SystemLog tables has not been initialized yet, so SHOW CREATE
cannot be obtained for the existing table, move the check to the
prepareTable() call.
v3: reset UUID and SETTINGS of MergeTree in CREATE TABLE query
v4: fix re-creating table with the same UUID
2021-11-26 10:05:20 +03:00
Azat Khuzhin
89d2270e1d
Add ability to reset any type of AST
2021-11-26 10:05:20 +03:00
Alexey Milovidov
3ecd672007
Even more reproducible builds
2021-11-26 05:58:43 +03:00
Alexey Milovidov
b72c490efd
Even more reproducible builds
2021-11-26 05:56:08 +03:00
Alexey Milovidov
a9c2f38281
Even more reproducible builds
2021-11-26 05:49:51 +03:00
Alexey Milovidov
79f6f5a202
More reproducible builds
2021-11-26 05:44:08 +03:00
Alexey Milovidov
06c760409b
Addition
2021-11-26 05:26:00 +03:00
Alexey Milovidov
b80f849b93
Reproducible builds
2021-11-26 04:55:17 +03:00
alexey-milovidov
26f72033f2
Update build.md
2021-11-26 03:59:13 +03:00
alexey-milovidov
16ff5c0b3e
Merge pull request #31834 from ClickHouse/check-bad-file-names
...
Forbid files that differ only by character case
2021-11-26 03:10:06 +03:00
Denis Glazachev
a36f7abc56
Do not update FOLDER property on aliased targets
2021-11-26 02:04:11 +03:00
Denis Glazachev
a0f2c69cf1
Allow AppleClang conditionally
2021-11-26 02:03:31 +03:00
Denis Glazachev
e41ed7cc6e
Fix GCC compilation in macOS
2021-11-26 02:03:04 +03:00
Alexey Milovidov
ba74a268a4
Forbid files that differ only by character case
2021-11-26 01:27:56 +03:00
Nikita Mikhaylov
619ad46340
Fix oss-fuzz build ( #31818 )
2021-11-26 01:14:34 +03:00