Alexey Milovidov
|
ef50601b5c
|
Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g'
|
2019-01-25 02:01:56 +03:00 |
|
Alexey Milovidov
|
5ccc42fd96
|
Revert "Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /'"
This reverts commit a28f0acf09 .
|
2019-01-25 01:59:45 +03:00 |
|
Alexey Milovidov
|
304c7b0386
|
Style #4005
|
2019-01-24 22:50:16 +03:00 |
|
Alexey Milovidov
|
a28f0acf09
|
Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /'
|
2019-01-24 22:49:36 +03:00 |
|
Alexey Milovidov
|
854817c232
|
Fixed -Wshadow-field #4005
|
2019-01-24 22:37:32 +03:00 |
|
Alexey Milovidov
|
04fa827e4b
|
Style
|
2019-01-24 22:21:47 +03:00 |
|
alexey-milovidov
|
f96b8e4ed6
|
Merge pull request #4005 from vitlibar/add-protobuf-output-format
Add protobuf output format
|
2019-01-24 22:05:23 +03:00 |
|
chertus
|
1e04ef16a0
|
one more test fix
|
2019-01-24 21:55:18 +03:00 |
|
Alexey Milovidov
|
2d490acc3e
|
Added test
|
2019-01-24 21:36:45 +03:00 |
|
chertus
|
8a11f753be
|
fix test results
|
2019-01-24 21:34:31 +03:00 |
|
Alexey Milovidov
|
ffd18163de
|
Fixed fuzz test in UBSan: added parameter check for quantile*Weighted function
|
2019-01-24 21:33:57 +03:00 |
|
alexey-milovidov
|
fbefc99fb1
|
Merge pull request #4129 from ercolanelli-leo/sumMapFiltered
implement sumMapFiltered
|
2019-01-24 21:27:03 +03:00 |
|
alexey-milovidov
|
18f1266dab
|
Merge pull request #4099 from yandex/mutations-fix-in
Get rid of IAST::range
|
2019-01-24 20:29:13 +03:00 |
|
Alexey Milovidov
|
0e59fe0b46
|
Renamed setting and variables #3973
|
2019-01-24 20:12:05 +03:00 |
|
alexey-milovidov
|
d79ed9fde6
|
Update 00502_sum_map.reference
|
2019-01-24 19:34:27 +03:00 |
|
alesapin
|
b8d7922e42
|
CLICKHOUSE-4170: Add docs for datasets downloading (#4144)
* CLICKHOUSE-4170: Add docs for datasets downloading
* CLICKHOUSE-4170: Fix Review remarks
|
2019-01-24 19:10:05 +03:00 |
|
chertus
|
ccd9bd0877
|
fix build
|
2019-01-24 18:06:15 +03:00 |
|
George G
|
af81d3cf0d
|
docs: Fix sudo position in CPU scaling governor command (#4142)
|
2019-01-24 17:55:59 +03:00 |
|
Vitaly Baranov
|
2e383bfdeb
|
Added tests for writing protobufs.
|
2019-01-24 17:54:57 +03:00 |
|
Vitaly Baranov
|
2886f42c0e
|
Implemented a new block output stream using protobuf output format.
|
2019-01-24 17:54:57 +03:00 |
|
Vitaly Baranov
|
c241a4ea6d
|
Added function serializeProtobuf() to each data type.
|
2019-01-24 17:54:57 +03:00 |
|
Vitaly Baranov
|
1e7a231c56
|
Implemented main class for writing protobufs.
|
2019-01-24 17:54:52 +03:00 |
|
Vitaly Baranov
|
42d9d4e81d
|
Implemented storage for parsed protobuf schemas.
|
2019-01-24 17:32:10 +03:00 |
|
Vitaly Baranov
|
28e9837819
|
Implemented utility class for writing protobufs.
|
2019-01-24 17:32:01 +03:00 |
|
Vitaly Baranov
|
b1aba679d0
|
Class WriteBufferFromOwnString now can return StringRef too.
|
2019-01-24 17:32:01 +03:00 |
|
Vitaly Baranov
|
b7ee466cd7
|
Added possibility to set 'format_schema_path' parameter in the client config too.
|
2019-01-24 17:32:01 +03:00 |
|
Vitaly Baranov
|
ec37ef5a89
|
No escaping for the format schema file's name anymore,
added an utility class for parsing and checking the format schema.
|
2019-01-24 17:31:41 +03:00 |
|
chertus
|
cbbf04204b
|
JOIN with USING: do not duplicate columns
|
2019-01-24 17:22:58 +03:00 |
|
Léo Ercolanelli
|
e64dc4798e
|
sumMapFiltered: fix test output
|
2019-01-24 14:54:29 +01:00 |
|
Léo Ercolanelli
|
ba1f1c7460
|
sumMapFiltered: use an unordered_set
|
2019-01-24 13:32:30 +01:00 |
|
Léo Ercolanelli
|
90afad8c00
|
sumMapFiltered: improve error reporting on parameter type mismatch
|
2019-01-24 13:32:30 +01:00 |
|
Léo Ercolanelli
|
a8647761ce
|
sumMapFiltered: fix dangling reference
|
2019-01-24 13:32:30 +01:00 |
|
alesapin
|
a8524b6e36
|
Fix wrong code in clickhouse-test
|
2019-01-24 14:03:33 +03:00 |
|
Léo Ercolanelli
|
22f7bd03b9
|
sumMapFiltered: use CRTP instead of virtual for keepKey
|
2019-01-24 09:02:17 +01:00 |
|
Léo Ercolanelli
|
efb1cb0528
|
sumMapFiltered: remove this-> in constructor
|
2019-01-24 08:58:57 +01:00 |
|
alexey-milovidov
|
f13d094a4e
|
Merge pull request #3973 from amosbird/join_overwrite
Add join_overwrite settings for StorageJoin.
|
2019-01-24 02:05:13 +03:00 |
|
alexey-milovidov
|
e6e404ae58
|
Merge pull request #4133 from abyss7/refactor-block_input_stream
Merge `IBlockInputStream` and `IProfilingBlockInputStream` into one
|
2019-01-24 01:14:34 +03:00 |
|
robot-clickhouse
|
51dd2198f0
|
Auto version update to [19.1.6] [54413]
|
2019-01-24 00:17:07 +03:00 |
|
alexey-milovidov
|
f73b337a93
|
Merge pull request #4136 from yandex/capabilities-in-namespaces-fix
Fixed error when program cannot start within container due to capabilities.
|
2019-01-24 00:15:31 +03:00 |
|
alexey-milovidov
|
c5ca446547
|
Merge pull request #4130 from Miniwoffer/testscript_printhelp
clickhouse-test "no binary found"
|
2019-01-23 23:02:02 +03:00 |
|
Alexey Milovidov
|
ae2e64f753
|
Fixed error when program cannot start within container due to capabilities.
|
2019-01-23 22:45:31 +03:00 |
|
Alexey Milovidov
|
5394ef08af
|
Fixed error when program cannot start within container due to capabilities.
|
2019-01-23 22:43:17 +03:00 |
|
Alexey Milovidov
|
135cfc42fa
|
Fixed error when program cannot start within container due to capabilities.
|
2019-01-23 22:37:07 +03:00 |
|
Vitaly Baranov
|
67fca7e029
|
Add support for settings 'format_schema' in an output query.
This fixes syntax error when executing 'SELECT ... FORMAT ... SETTINGS format_schema=...'
|
2019-01-23 22:23:37 +03:00 |
|
Vitaly Baranov
|
0ac0557e0f
|
Make DBMS dependent on the protobuf library.
|
2019-01-23 22:19:23 +03:00 |
|
alexey-milovidov
|
e1c78a3b13
|
Merge pull request #4132 from danlark1/master
Add powerpc build support
|
2019-01-23 20:18:34 +03:00 |
|
Danila Kutenin
|
784c3e5fda
|
fix of ppc64le definitions
|
2019-01-23 18:24:14 +03:00 |
|
Ivan Lezhankin
|
05ab15cc84
|
Merge IBlockInputStream and IProfilingBlockInputStream into one
|
2019-01-23 17:48:50 +03:00 |
|
Danila Kutenin
|
f6e6f99737
|
fix
|
2019-01-23 17:26:05 +03:00 |
|
Léo Ercolanelli
|
8ad1a55f3b
|
implement sumMapFiltered
|
2019-01-23 15:23:04 +01:00 |
|