Commit Graph

52705 Commits

Author SHA1 Message Date
Azat Khuzhin
77a1d00dee Add new remote context as interpreter context to the Pipe 2020-12-12 17:43:10 +03:00
Azat Khuzhin
5b3ab48861 More forward declaration for generic headers
The following headers are pretty generic, so use forward declaration as
much as possible:
- Context.h
- Settings.h
- ConnectionTimeouts.h
(Also this shows that some missing some includes -- this has been fixed)

And split ConnectionTimeouts.h into ConnectionTimeoutsContext.h (since
module part cannot be added for it, due to recursive build dependencies
that will be introduced)

Also remove Settings from the RemoteBlockInputStream/RemoteQueryExecutor
and just pass the context, since settings was passed only in speicifc
places, that can allow making a copy of Context (i.e. Copier).

Approx results (How much units will be recompiled after changing file X?):

- ConnectionTimeouts.h
  - mainline: 100

- Context.h:
  - mainline: ~800
  - patched:  415

- Settings.h:
  - mainline: 900-1K
  - patched:  440 (most of them because of the Context.h)
2020-12-12 17:43:10 +03:00
Nikolai Kochetov
ca20058cdc Update libunwind. 2020-12-12 14:10:27 +03:00
alexey-milovidov
0d6fe7121d
Merge pull request #17887 from sundy-li/trivial_count-fix
disable optimize_trivial_count in query with array join
2020-12-12 02:44:07 +03:00
alexey-milovidov
adbe8e1ebb
Merge pull request #17903 from ClickHouse/attach_table_from_path
Implement ATTACH TABLE name FROM 'path/to/data/'
2020-12-12 02:42:53 +03:00
alexey-milovidov
932493f12e
Merge pull request #17982 from azat/build
Tiny build changes
2020-12-12 02:37:14 +03:00
alexey-milovidov
35d9bd2a50
Merge pull request #17992 from staticor/patch-1
Update Index.md
2020-12-12 02:36:10 +03:00
alexey-milovidov
fb9d05e93b
Merge pull request #17988 from ClickHouse/aku/remove-includes
Remove some redundant includes to speed up build
2020-12-12 02:32:27 +03:00
alexey-milovidov
656a9222ac
Merge pull request #18000 from ClickHouse/filimonov-kafka-flaky-test
kafka test_premature_flush_on_eof flap
2020-12-12 02:29:26 +03:00
alexey-milovidov
ee477cde8f
Merge pull request #17998 from staticor/patch-2
Update index.md
2020-12-12 02:28:14 +03:00
alexey-milovidov
47e3419530
Update client-libraries.md 2020-12-12 02:26:44 +03:00
alexey-milovidov
5a7e7f9bf6
Merge pull request #18004 from glushkovds/patch-1
Update client-libraries.md
2020-12-12 02:25:35 +03:00
alexey-milovidov
8d8496a653
Merge pull request #18005 from ClickHouse/filimonov-log-verbosity-client-go-away
Decrease log verbosity of disconnecting clients
2020-12-12 02:25:13 +03:00
alexey-milovidov
6bc3c8cc14
Merge pull request #18009 from amosbird/clientfix
client SIGWINCH fix
2020-12-12 02:22:23 +03:00
alexey-milovidov
cd480e6a37
Update adopters.md 2020-12-11 21:54:35 +03:00
Alexander Kuzmenkov
dcc4b5609f fixup 2020-12-11 21:16:26 +03:00
Amos Bird
88341fec82
client SIGWINCH fix 2020-12-12 00:34:40 +08:00
Alexander Kuzmenkov
a2886cdfa5 Merge remote-tracking branch 'origin/master' into HEAD 2020-12-11 18:57:47 +03:00
Alexander Kuzmenkov
d54d96701a fixup 2020-12-11 18:57:26 +03:00
Nikita Mikhaylov
f1a145a2b2
Merge pull request #17984 from nikitamikhaylov/fix-arcadia-second
Fix arcadia
2020-12-11 17:56:19 +03:00
alexey-milovidov
e57944567a
Merge pull request #18008 from evgenymarkov/patch-1
Fix typo in related links
2020-12-11 17:49:37 +03:00
Evgeny Markov
401f502468
Fix typo in related links 2020-12-11 17:30:15 +03:00
Kruglov Pavel
a8c1d17f83
Merge pull request #16935 from ucasFL/agg-func-setting-null-for-empty
`aggregate_functions_null_for_empty` move OrNull ahead
2020-12-11 17:11:39 +03:00
Kruglov Pavel
6300cd285f
Merge pull request #17909 from Jokser/disk-s3-send-metadata
Ability to set metadata when put S3 object
2020-12-11 17:01:14 +03:00
Alexander Tokmakov
f9f7da5f97 fix 2020-12-11 15:06:19 +03:00
filimonov
8d9ad60afa
Decrease verbosity of disconnecting clients
Right now they go to error log.
2020-12-11 11:51:48 +01:00
glushkovds
d700a83331
Update client-libraries.md
Add php Laravel library
2020-12-11 15:25:34 +05:00
Alexander Kuzmenkov
fb1221148d
Merge pull request #17748 from azat/custom-TLD
Add ability to use custom TLD list
2020-12-11 12:42:19 +03:00
filimonov
8e2ca9518b
Update test.py
adjusting timeouts a bit, in the good hope that it will prevent flakiness of the test.
2020-12-11 10:13:03 +01:00
Steve-金勇
af02de4b11
Update index.md
Fix original translation ( wrong encoded), improve translation
2020-12-11 14:35:57 +08:00
Steve-金勇
28bc33ac19
Update Index.md
Make Clickhouse Docs Translation more human-readable. 

Improve original machine-translation.
2020-12-11 11:29:43 +08:00
feng lv
3ee6b6382b fix
fix
2020-12-11 02:00:18 +00:00
Alexander Kuzmenkov
d757f32300 Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
alexey-milovidov
e11790f61a
Merge pull request #17880 from MrGeneral/master
update and fix over-translation on date-time-functions
2020-12-11 02:26:31 +03:00
nikitamikhaylov
b6d69eb63b done 2020-12-11 02:16:21 +03:00
alexey-milovidov
a31663a75d
Merge pull request #16111 from annvsh/anna-shakhova-DOCSUP-3201-add_raw_blob_format
DOCSUP-3201: Added RawBLOB format description
2020-12-11 02:02:17 +03:00
alexey-milovidov
27ba035aa1
Update formats.md 2020-12-11 02:01:39 +03:00
alexey-milovidov
3874d62db8
Update formats.md 2020-12-11 02:00:43 +03:00
alexey-milovidov
56a873c789
Update formats.md 2020-12-11 01:58:27 +03:00
alexey-milovidov
14e0b8dd34
Update formats.md 2020-12-11 01:57:18 +03:00
alexey-milovidov
d716d97583
Merge pull request #15878 from kevinchiang/master
Documentation Cleanup.  Formatting on Creating secondary indexes.  Update documentation to remove section saying that there are no secondary indexes.
2020-12-11 01:55:30 +03:00
alexey-milovidov
75347ab5f5
Merge pull request #17702 from den-crane/patch-7
Doc. Russian translation for some missing date-time-functions
2020-12-11 01:54:20 +03:00
alexey-milovidov
822eb0c805
Update date-time-functions.md 2020-12-11 01:53:53 +03:00
alexey-milovidov
4ab123f6c7
Update date-time-functions.md 2020-12-11 01:52:50 +03:00
alexey-milovidov
91224948a2
Update date-time-functions.md 2020-12-11 01:51:55 +03:00
alexey-milovidov
85a8cc35b3
Update date-time-functions.md 2020-12-11 01:51:07 +03:00
alexey-milovidov
a8a37b4249
Merge pull request #17703 from den-crane/patch-8
Doc. Some formatting fixed in date-time-functions
2020-12-11 01:50:12 +03:00
alexey-milovidov
cd65389835
Merge pull request #17879 from den-crane/patch-1
Doc. SYSTEM DROP REPLICA Russian doc
2020-12-11 01:43:26 +03:00
alexey-milovidov
cbf7e947c8
Update system.md 2020-12-11 01:43:07 +03:00
Azat Khuzhin
5cc35d4d38 build: switch llvm to -std=gnu++17 2020-12-11 01:32:38 +03:00