Nikolai Kochetov
|
4a62ab9d5c
|
Merged with master.
|
2018-08-10 16:53:08 +03:00 |
|
Anton Popov
|
c019d732c5
|
ClickHouse 3419 Add setting prefer_localhost_replica (#2832)
* add setting prefer_localhost_replica
* add prefer_localhost_replica setting
* fix bugs
* update setting comment
* Add test for prefer_localhost_replica
* fix bug
|
2018-08-10 04:27:54 +03:00 |
|
Nikolai Kochetov
|
da822f1cf3
|
Merged with master.
|
2018-08-09 14:32:19 +03:00 |
|
Nikolai Kochetov
|
ab10005af5
|
Renamed settings for LowCardinality type.
|
2018-08-09 13:52:46 +03:00 |
|
alesapin
|
402815977f
|
Add new error in fetchPartition op
|
2018-08-08 21:01:25 +03:00 |
|
Nikolai Kochetov
|
f4d9d50168
|
Merged with master.
|
2018-08-08 15:01:18 +03:00 |
|
alexey-milovidov
|
4e7b2927dd
|
Update Settings.h
|
2018-08-08 02:35:32 +03:00 |
|
alexey-milovidov
|
03727012a6
|
Update Settings.h
|
2018-08-08 02:35:32 +03:00 |
|
Alex Bocharov
|
a8818bb8af
|
Add output_format_json_escape_slashes setting - controls escaping slashes for string outputs in JSON output format.
|
2018-08-08 02:35:32 +03:00 |
|
Nikolai Kochetov
|
01209533f7
|
Optimize reverse index for ColumnUnique.
|
2018-08-07 21:10:16 +03:00 |
|
Nikolai Kochetov
|
3a74ec7c0c
|
Mergred with master
|
2018-07-20 14:08:54 +03:00 |
|
Nikolai Kochetov
|
9c763f8090
|
Make DatsTypeWithDictionary independent from index type.
|
2018-07-20 13:16:27 +03:00 |
|
Alexey Milovidov
|
31dbbb05d2
|
Removed useless setting #2677
|
2018-07-19 23:22:49 +03:00 |
|
Alexey Milovidov
|
576885c6b8
|
Little better [#CLICKHOUSE-2]
|
2018-07-06 21:35:37 +03:00 |
|
Alexey Milovidov
|
84fd35da41
|
Adaptations #2574
|
2018-07-05 00:00:50 +03:00 |
|
Alexey Milovidov
|
7bdafa6105
|
Merge branch 'master' of https://github.com/amosbird/ClickHouse into amosbird-master
|
2018-07-04 23:54:54 +03:00 |
|
Alexey Milovidov
|
e6c293ab60
|
Added setting "use_index_for_in_with_subqueries_max_values" #2571
|
2018-07-04 20:28:52 +03:00 |
|
Amos Bird
|
900b046943
|
Add options to enable parsing CSV with single/double quote.
|
2018-06-29 15:34:55 +08:00 |
|
Alexey Milovidov
|
2a30db6b44
|
Whitespace [#CLICKHOUSE-2]
|
2018-06-12 06:26:24 +03:00 |
|
Alexey Milovidov
|
101276e541
|
Allowed to switch between 'basic' and 'best effort' methods of parsing DateTime from text #1710
|
2018-06-08 06:15:33 +03:00 |
|
Alexey Milovidov
|
26d448baad
|
Passing settings to ser/de of data types: development #1710
|
2018-06-08 04:51:55 +03:00 |
|
Alexey Milovidov
|
f5adbceed2
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
|
alexey-milovidov
|
517318334a
|
Merge pull request #1722 from silviucpp/background-schedule-pool-fix
Background schedule pool fixed
|
2018-05-19 19:00:43 +03:00 |
|
sundy-li
|
2511a4784b
|
Support data write to StorageMySQL table
|
2018-05-15 03:02:59 +03:00 |
|
Alexey Milovidov
|
582085bf15
|
Be more conservative about new feature #2277
|
2018-05-11 00:29:44 +03:00 |
|
pyos
|
accbbdb9e3
|
Add a setting that disables jit-compilation
|
2018-05-03 00:48:20 +03:00 |
|
Tsarkova Anastasia
|
9286c98789
|
Fix build.
|
2018-04-29 23:13:01 +02:00 |
|
Tsarkova Anastasia
|
4bce6035b1
|
Merge branch 'master' into master
|
2018-04-29 18:02:34 +02:00 |
|
Tsarkova Anastasia
|
2c96b1c684
|
Add comments. Change projection restoring function.
|
2018-04-29 15:49:58 +02:00 |
|
Tsarkova Anastasia
|
12c8014e5c
|
Conditional computations.
|
2018-04-24 09:16:39 +02:00 |
|
Ivan Zhukov
|
e402ff3f81
|
Unify string checks with a new type
|
2018-04-22 02:42:01 +03:00 |
|
Ivan Zhukov
|
1fc6bb6ffe
|
Add a CSV delimiter setting
|
2018-04-22 01:20:39 +03:00 |
|
Silviu Caragea
|
c547c5a7b0
|
Merge remote-tracking branch 'origin/background-schedule-pool-fix'
# Conflicts:
# dbms/src/Common/ZooKeeper/LeaderElection.h
# dbms/src/Common/ZooKeeper/ZooKeeper.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeAlterThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeCleanupThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeCleanupThread.h
# dbms/src/Storages/MergeTree/ReplicatedMergeTreePartCheckThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeRestartingThread.cpp
# dbms/src/Storages/StorageReplicatedMergeTree.cpp
|
2018-04-10 16:20:14 +03:00 |
|
Vitaliy Lyudvichenko
|
63eee94319
|
Add max_network_bandwidth_for_all_users setting. [#CLICKHOUSE-2] (#2137)
|
2018-03-29 16:24:36 +03:00 |
|
Silviu Caragea
|
b24a4b2111
|
Add back the buggy BackgroundSchedulePool
|
2018-03-22 17:07:12 +02:00 |
|
Alexey Milovidov
|
5ff433b670
|
Merged Limits to Settings [#CLICKHOUSE-2021]
|
2018-03-11 03:15:26 +03:00 |
|
Alexey Milovidov
|
f3b6d35167
|
Removed setting "strict_insert_defaults" [#CLICKHOUSE-2]
|
2018-03-10 03:11:39 +03:00 |
|
Nikolai Kochetov
|
5842c35aeb
|
added odbc_default_field_size setting
|
2018-03-02 15:59:41 +03:00 |
|
Alexey Milovidov
|
ce2fa2c4e7
|
Inline documentation for most of Limits [#CLICKHOUSE-2]
|
2018-03-02 11:12:43 +03:00 |
|
Vitaliy Lyudvichenko
|
9c889af882
|
Add allow_distributed_ddl setting. [#CLICKHOUSE-3611]
Clearer exception message.
Fixed Int64 settings parsing.
|
2018-02-28 16:23:40 +03:00 |
|
Alexey Milovidov
|
8942d7c127
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-20 04:38:42 +03:00 |
|
Alexey Milovidov
|
7415513151
|
Return single row for aggregation without keys on empty set: development [#CLICKHOUSE-1920] #51
|
2018-02-18 08:35:48 +03:00 |
|
Alexey Milovidov
|
5324571adf
|
Removed setting "distributed_ddl_allow_replicated_alter" [#CLICKHOUSE-2].
|
2018-02-06 21:29:35 +03:00 |
|
Alexey Milovidov
|
7a793e1a80
|
Removed duplicate comments for embedded documentation of Settings; cleanup [#CLICKHOUSE-2]
|
2018-02-06 21:28:07 +03:00 |
|
Vlad Arkhipov
|
6738d6a995
|
Add comments. Improve method names.
|
2018-01-23 11:18:12 +03:00 |
|
Vlad Arkhipov
|
be96cf5133
|
Replace subqueries and table expressions on the right side of the IN operator with their results in order to make MergeTree storage engines evaluate the corresponding conditions by using the index.
|
2018-01-21 11:22:52 +03:00 |
|
alexey-milovidov
|
1f9ea8b6b0
|
Merge pull request #1721 from zhang2014/fix/ISSUES-957
ISSUES-957 fix not work when materialized columns with buff table
|
2018-01-19 21:50:26 +03:00 |
|
Vitaliy Lyudvichenko
|
03bca2144d
|
OPTIMIZE doesn't produce intersecting merges now, add optimize_throw_if_noop setting. [#CLICKHOUSE-3432] [#CLICKHOUSE-3420]
Resolves #1753
|
2018-01-15 13:13:18 +03:00 |
|
张健
|
6f28e0a66a
|
Merge branch 'master' into fix/ISSUES-957
|
2018-01-10 14:53:52 +08:00 |
|
zhang2014
|
fc62a3677c
|
ISSUES-957 update setting desc & add condition for insert pipline
|
2018-01-10 13:26:40 +08:00 |
|