alexey-milovidov
2627e34ddf
Merge pull request #8808 from zlobober/weak_check_stack_size
...
Make checkStackSize symbol weak.
2020-01-25 03:10:41 +03:00
alexey-milovidov
8bde8e5e14
Update checkStackSize.cpp
2020-01-25 03:10:09 +03:00
alexey-milovidov
095f666677
Update checkStackSize.cpp
2020-01-25 03:06:13 +03:00
alexey-milovidov
eeeaa3243e
Update Defines.h
2020-01-25 03:05:43 +03:00
Nikolai Kochetov
f8bf32e99a
Added more comments.
2020-01-24 20:35:17 +03:00
Nikolai Kochetov
be0bf9e6f6
Added more comments.
2020-01-24 20:04:41 +03:00
alexey-milovidov
b3d34da57b
Merge pull request #8072 from millb/suffix_in_settings_value
...
Parsing suffix for settings values
2020-01-24 17:15:25 +03:00
Mikhail Korotov
046717fd3f
Update ReadHelpers.h
2020-01-24 13:56:27 +03:00
millb
4480ed5b14
Comments fixed
2020-01-24 13:54:24 +03:00
Anton Popov
9fe94ca5f7
fix confusing logic (addition to #8800 )
2020-01-24 13:47:19 +03:00
Nikolai Kochetov
b55ae23bb9
Merge pull request #8797 from ClickHouse/fix-null-format-for-processors-2
...
Skip blocks for Null format with processors.
2020-01-24 10:34:13 +03:00
Alexey Milovidov
b1fcea78b8
Merge branch 'fix-paren'
2020-01-24 07:05:32 +03:00
Alexey Milovidov
3a5c7370b2
Addition to prev. revision #8811
2020-01-24 07:05:15 +03:00
alexey-milovidov
2105c02e85
Merge pull request #8811 from ClickHouse/fix-paren
...
Fixed bug with parentheses
2020-01-24 07:04:13 +03:00
alexey-milovidov
de32863f73
Merge pull request #8791 from excitoon-favorites/fixdestructeddatapart
...
Fixed bug with `MergeTreeReadPool`
2020-01-24 06:37:18 +03:00
alexey-milovidov
105b61b2af
Merge pull request #8800 from CurtizJ/fix-alter-with-ttl
...
Fix alters if there is set TTL for table.
2020-01-24 06:30:45 +03:00
alexey-milovidov
528d231a6b
Merge pull request #8750 from azat/temporary_data_configuration
...
Multiple paths (disks/volumes) for storing temporary data support
2020-01-24 06:21:52 +03:00
alexey-milovidov
5c9393df97
Merge pull request #8717 from ClickHouse/oandrew-avro
...
Merging Avro format.
2020-01-24 06:14:09 +03:00
Alexey Milovidov
12d980259e
Fixed bug with parentheses
2020-01-24 05:38:03 +03:00
Maxim Akhmedov
af54c378ce
Make checkStackSize symbol weak.
2020-01-23 23:30:40 +03:00
alexey-milovidov
c698132cca
Merge pull request #8769 from traceon/format-name-http-header
...
Set X-ClickHouse-Format HTTP response header to the format name
2020-01-23 22:23:26 +03:00
Alexey Milovidov
680da3d7ed
Merge remote-tracking branch 'origin/master' into oandrew-avro
2020-01-23 22:08:08 +03:00
Azat Khuzhin
88bfb788a9
Add ability to use multiple disks/volumes for temporary data
...
This patch adds <tmp_policy> config directive, that will define the
policy to use for storing temporary files, if it is not set (default)
the <tmp_path> will be used.
Also tmp_policy has some limitations:
- move_factor is ignored
- keep_free_space_bytes is ignored
- max_data_part_size_bytes is ignored
- must have exactly one volume
2020-01-23 20:31:01 +03:00
Nikolai Kochetov
405f9f0696
Fix LazyOutput.
2020-01-23 17:58:50 +03:00
Vitaly Baranov
6a6ec36d63
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
2020-01-23 16:35:12 +03:00
CurtizJ
b5d8baee71
fix alters if ttl is set
2020-01-23 16:04:06 +03:00
Nikolai Kochetov
b3e33b8330
Enable block skip for null format in processors pipeline.
2020-01-23 15:59:01 +03:00
Nikolai Kochetov
f85e7ca36d
Enable block skip for null format in processors pipeline.
2020-01-23 15:53:32 +03:00
Vladimir Chebotarev
a362664cc1
Better handling of per_part_columns_lock
.
2020-01-23 13:08:35 +03:00
Nikolai Kochetov
f431b10e38
Update TCPHandler.
2020-01-23 13:04:18 +03:00
Ivan
b80e3dcd46
Refactoring of replxx ( #8748 )
2020-01-23 11:18:19 +03:00
alexey-milovidov
2e849490bc
Merge pull request #8770 from millb/query_log
...
Created column exception_code in query_log table
2020-01-23 06:01:48 +03:00
Alexey Milovidov
d853cffe61
Returned back DateTime64
2020-01-23 05:44:22 +03:00
Alexey Milovidov
fb89ffdbb3
Added comments
2020-01-23 05:12:11 +03:00
Alexey Milovidov
35726ac2dd
Fixed error in Avro format
2020-01-23 05:03:53 +03:00
Alexey Milovidov
a75ce4477b
Fixed error in Avro format
2020-01-23 05:01:58 +03:00
Alexey Milovidov
9f0230d4ba
Addition to prev. revision
2020-01-23 04:09:17 +03:00
Alexey Milovidov
fde33ddc47
Addition to prev. revision
2020-01-23 04:06:53 +03:00
Alexey Milovidov
39565eb0b0
Addition to prev. revision
2020-01-23 04:03:32 +03:00
Alexey Milovidov
0c18bcf415
Addition to prev. revision
2020-01-23 03:41:37 +03:00
Alexey Milovidov
b213f08f1c
Added type conversions in AvroInputFormat
2020-01-23 03:04:50 +03:00
Alexey Milovidov
ef93eb47a6
Removed old garbage
2020-01-23 02:50:57 +03:00
Alexey Milovidov
12bd78ecf8
Merge branch 'master' into oandrew-avro
2020-01-23 02:10:38 +03:00
tavplubix
8cfe9a4d66
Update ParsedTemplateFormatString.cpp
2020-01-22 23:09:23 +03:00
tavplubix
c00636bfa7
Update ParsedTemplateFormatString.cpp
2020-01-22 22:23:59 +03:00
Alexander Kuzmenkov
55be790199
Do not crash if the row template file is empty.
2020-01-22 21:27:09 +03:00
Mikhail Korotov
d68f8d1f8e
Update QueryLog.h
2020-01-22 16:58:36 +03:00
alexey-milovidov
c683c77633
Merge pull request #8768 from ClickHouse/processors-default
...
Enable Processors
2020-01-22 16:55:52 +03:00
millb
6fc7a827f6
Fixed bug with empty exception
2020-01-22 16:52:26 +03:00
millb
6cd6b4d3b2
exception_code is changed
2020-01-22 15:29:30 +03:00