VadimPE
|
c45a5aa775
|
fix netmask from IPv4 to IPv6
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
5834c0f9d9
|
fix bug
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
180ba17e6b
|
fix
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
849f02104f
|
added support for new masks
|
2018-07-15 00:22:29 +03:00 |
|
Alexey Milovidov
|
576885c6b8
|
Little better [#CLICKHOUSE-2]
|
2018-07-06 21:35:37 +03:00 |
|
Alexey Milovidov
|
5d52be3c7e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-06 03:27:58 +03:00 |
|
Alexey Milovidov
|
21508df7c2
|
Fixed extremely bad code #2313
|
2018-07-06 03:27:47 +03:00 |
|
Amos Bird
|
78beacb3a5
|
Make OPTIMIZE be able to merge all parts with FINAL.
|
2018-07-05 21:32:54 +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 |
|
Alexey Milovidov
|
c99e717632
|
Fixed bad code #2571
|
2018-07-04 20:28:52 +03:00 |
|
Alexey Milovidov
|
6afec54f7a
|
Addition to prev. revision #2571
|
2018-07-04 20:28:52 +03:00 |
|
Alexey Milovidov
|
e86f73e465
|
Fixed half of bad code #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 |
|
Nikolai Kochetov
|
bd4a899dd3
|
Reduced the number of IAST::getColumnName() calls in ExpressionAnalyzer.
|
2018-06-28 20:25:09 +03:00 |
|
Nikolai Kochetov
|
ebde528506
|
Create default macros in global context. [#CLICKHOUSE-3793]
|
2018-06-28 17:11:09 +03:00 |
|
proller
|
e1ae5233df
|
Add // Y_IGNORE tags
|
2018-06-21 18:24:36 +03:00 |
|
proller
|
fbe7df73a2
|
CLICKHOUSE-3762 Build fixes (#2488)
CONTRIB-254
|
2018-06-19 21:09:09 +03:00 |
|
alexey-milovidov
|
e6daa67beb
|
Merge pull request #1890 from yandex/lz4_experiments
Faster LZ4 decompression (experimental) + simple draft of data mutator.
|
2018-06-16 04:57:47 +03:00 |
|
Alexey Milovidov
|
c9789f985a
|
Fallback for non x86 [#CLICKHOUSE-2]
|
2018-06-14 23:16:57 +03:00 |
|
alexey-milovidov
|
08ec751a8c
|
Merge pull request #2504 from yandex/system-mutations-table
[WIP] system.mutations table skeleton
|
2018-06-13 23:00:30 +03:00 |
|
Alexey Zatelepin
|
c5c601f662
|
save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747]
|
2018-06-13 17:14:08 +03:00 |
|
Alexey Zatelepin
|
14947b494f
|
make ASTAlterQuery::Parameters a real AST element ASTAlterCommand [#CLICKHOUSE-3747]
|
2018-06-13 17:13:28 +03:00 |
|
Alexey Milovidov
|
2a30db6b44
|
Whitespace [#CLICKHOUSE-2]
|
2018-06-12 06:26:24 +03:00 |
|
alexey-milovidov
|
fafecb3c25
|
Better modularity of formats. (#2492)
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development): removed very old tests #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
* Formats: better modularity (development) #2447
|
2018-06-10 22:22:49 +03:00 |
|
Alexey Milovidov
|
d864f39ec7
|
Merge branch 'master' into zhang2014-feature/support_truncate
|
2018-06-09 19:10:06 +03:00 |
|
Alexey Milovidov
|
f3d8b4e3cf
|
Merging: Fixed most of problems #2260
|
2018-06-09 19:03:07 +03:00 |
|
Alexey Milovidov
|
d56c199f07
|
Merging: Fixed half of problems #2260
|
2018-06-09 18:48:22 +03:00 |
|
Alexey Milovidov
|
0bc678474e
|
Merge branch 'feature/support_truncate' of https://github.com/zhang2014/ClickHouse into zhang2014-feature/support_truncate
|
2018-06-09 17:24:50 +03:00 |
|
Alexey Milovidov
|
045d5975b3
|
Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769]
|
2018-06-08 22:32:35 +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
|
9940b4f8ff
|
Passing settings to ser/de of data types: development #1710
|
2018-06-08 05:26:44 +03:00 |
|
Alexey Milovidov
|
26d448baad
|
Passing settings to ser/de of data types: development #1710
|
2018-06-08 04:51:55 +03:00 |
|
proller
|
cb65528147
|
Build fixes (#2481)
* Build fixes
* fix
* Fix package without compiler
* Better
* fix
* fix
* fix
* Build fix
* fix
* fix
* fix
* Build fix
* Fix test
* test fixes
* test: netcat-openbsd
* Compile fixes
* Update AggregateFunctionStatisticsSimple.h
* Update FunctionsRound.h
|
2018-06-07 17:42:38 +03:00 |
|
proller
|
347579ce46
|
Cmake: mark system includes as SYSTEM (#1449)
* contrib: cctz as submodule. update cctz.
* pbuilder: add ubuntu bionic, devel
* Cmake: mark system includes as SYSTEM
* Build fixes
* fix
* Fix package without compiler
* Better
* fix
* fix
* fix
* Build fix
* fix
* fix
* fix
* Cmake: Add SYSTEM to includes for external libs
|
2018-06-06 23:21:58 +03:00 |
|
proller
|
e475647594
|
Build fix
|
2018-06-06 23:07:41 +03:00 |
|
proller
|
01a31414eb
|
Build fixes (#2474)
|
2018-06-06 21:41:39 +03:00 |
|
Alexey Milovidov
|
583b9af56f
|
Fixed error: user settings don't apply when using session_id parameter [#CLICKHOUSE-3763]
|
2018-06-06 20:35:35 +03:00 |
|
Alexey Milovidov
|
b9b89a5590
|
Less dependencies [#CLICKHOUSE-2]
|
2018-06-05 22:46:49 +03:00 |
|
Alexey Zatelepin
|
2fde0acb36
|
allow ALTER DELETE in distributed DDL [#CLICKHOUSE-3688]
|
2018-06-05 16:23:52 +03:00 |
|
proller
|
4d12a823da
|
Use copy-headers from cmake. (working compiler test without package install) (#2456)
* Try use copy-headers from cmake [WIP]
* Using internal compiler without install
* 32bit Compile fix
* Fixes
* fix
* clean
* fix
* clean
|
2018-06-04 23:26:17 +03:00 |
|
Alexey Milovidov
|
ca52d96e09
|
Insignificant changes for PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 22:22:27 +03:00 |
|
Alexey Milovidov
|
df11490b2a
|
Insignificant changes guided by PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 18:45:08 +03:00 |
|
Alexey Milovidov
|
278ccdff73
|
Non significant change: removed redundant checks [#CLICKHOUSE-3]
|
2018-06-04 17:17:24 +03:00 |
|
Alexey Milovidov
|
8cb65277e2
|
Non significant changes according to clang's -Weverything, part 5 [#CLICKHOUSE-2]
|
2018-06-04 01:11:50 +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
|
1c2b024c39
|
Non significant changes according to clang's -Weverything, part 2 [#CLICKHOUSE-2]
|
2018-06-03 20:43:56 +03:00 |
|
Alexey Milovidov
|
734cebdf09
|
Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2]
|
2018-06-03 19:51:31 +03:00 |
|
Alexey Zatelepin
|
af06ca5d3c
|
Merge branch 'master' into replicated-mergetree-mutations
|
2018-06-01 16:21:14 +03:00 |
|