Sergei Bocharov
8a579ee3a6
Fixes after review
2019-09-30 10:24:02 +03:00
Sergei Bocharov
a0e11264ee
Fix startsWith function
2019-09-26 14:39:39 +03:00
Ivan Blinkov
3a5c644f2e
Add link to Singapore meetup
2019-09-26 14:18:10 +03:00
BayoNet
df8cb4b619
DOCAPI-7413: EN revew, RU translation. T64 codec docs ( #7021 )
...
* Update create.md (#32 )
* DOCAPI-7413: Fixes.
* DOCAPI-7413: Fixes.
* DOCAPI-7413: RU translation.
2019-09-26 11:51:48 +03:00
BayoNet
1fdc2b5675
DOCAPI-6422: EN docs for adaptive index granularity and some settings ( #7012 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* DOCAPI-6422: Adaptive granularity
* DOCAPI-6422: fix.
* Update settings.md
* Update settings.md
* DOCAPI-6422: Clarifications and fixes.
* DOCAPI-6422: Fix.
* DOCAPI-6422: Link fix.
2019-09-26 11:45:08 +03:00
Ivan
8bce0fa9cb
Disable some contribs for cross-compilation ( #7101 )
2019-09-25 21:51:09 +03:00
alexey-milovidov
d4df1030c9
Merge pull request #7073 from filimonov/patch-4
...
add obsoletes section to clickhouse-server spec
2019-09-25 21:46:34 +03:00
BayoNet
4a60e8187b
Fixing links in docs ( #7098 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
2019-09-25 19:43:10 +03:00
alexey-milovidov
0d596baf43
Merge pull request #7090 from yurriy/mysql
...
Updated MariaDB
2019-09-25 13:31:16 +03:00
Alexey Milovidov
31f9eeb201
Merge branch 'CurtizJ-merging_redis'
2019-09-25 02:27:22 +03:00
Alexey Milovidov
ff07ffbbae
Merge branch 'merging_redis' of https://github.com/CurtizJ/ClickHouse into CurtizJ-merging_redis
2019-09-25 02:27:05 +03:00
alexey-milovidov
64e889d872
Merge pull request #7070 from 4ertus2/mjoin
...
PartialMergeJoin optimisation (skip not intersected blocks)
2019-09-25 02:24:42 +03:00
BayoNet
f5ba279a6d
DOCAPI-8163: Update for EN docs for sequenceMatch and sequenceCount ( #6952 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* DOCAPI-8163: Docs for sequenceMatch and sequenceCount.
2019-09-25 02:19:14 +03:00
Denis Zhuravlev
30136fa4ad
Doc change. Added description for interserver_http_credentials ( #6927 )
...
* Update settings.md
Added description for interserver_http_credentials
* Update settings.md
Added description for interserver_http_credentials
* Update settings.md
* Update settings.md
* Update settings.md
* Update settings.md
2019-09-25 02:14:23 +03:00
BayoNet
c3c3f3829e
DOCAPI-7719: Columns matcher docs ( #6831 )
...
* Typo fix.
* DOCAPI-7719: Docs
* DOCAPI-7719: Text.
* DOCAPI-7719: Text.
* DOCAPI-7719: Update.
* DOCAPI-7719: Update.
2019-09-25 02:07:52 +03:00
alexey-milovidov
60d74a5e55
Merge pull request #7086 from nikvas0/nikvas0/little_odb_impr
...
little improvement in DatabaseOrdinary code
2019-09-25 02:04:34 +03:00
alexey-milovidov
7cfa52ef73
Merge pull request #7026 from ClickHouse/aku/lookup-result
...
Do not use iterators in find() and emplace() methods of hash tables.
2019-09-25 02:03:43 +03:00
Yuriy
403b156114
fixed build without glibc-compatibility
2019-09-25 01:30:26 +03:00
Yuriy
dfb762d93c
Revert "Revert "Updated MariaDB""
...
This reverts commit f8b7cc8693
.
2019-09-25 01:28:59 +03:00
Alexander Kuzmenkov
b949cc232b
Mark lookupResultGetKey/Mapped functions ALWAYS_INLINE.
...
They only do pointer arithmetics, so it makes sense to always inline
them.
2019-09-24 22:03:10 +03:00
Alexander Kuzmenkov
6e32553e01
Add a comment about MemorySanitizer options.
2019-09-24 22:00:47 +03:00
chertus
0467229eff
fix all left partial merge join on block borders
2019-09-24 21:21:57 +03:00
alexey-milovidov
ebb92d656d
Merge pull request #7087 from abyss7/issue-6459
...
Add instruction for cross-compilation for Mac OS X
2019-09-24 19:58:55 +03:00
Ivan Lezhankin
7285bad1e7
Merge remote-tracking branch 'upstream/master' into issue-6459
2019-09-24 17:52:50 +03:00
alexey-milovidov
bc9667d881
Merge pull request #7085 from ClickHouse/merge-s3
...
Merge s3
2019-09-24 17:51:57 +03:00
Vasilyev Nikita
def500f591
some impr
2019-09-24 17:49:30 +03:00
alexey-milovidov
bce31e4afc
Merge pull request #7059 from excitoon-favorites/merge-s3-table-level-setting
...
Made setting `s3_min_upload_part_size` table-level.
2019-09-24 17:47:11 +03:00
Alexander Kuzmenkov
f3bde19b74
Do not use iterators in find() and emplace() methods of hash tables.
...
Instead, these methods return a pointer to the required data as they are
stored inside the hash table. The caller uses overloaded functions to
get the key and "mapped" values from this pointer. Such an interface
avoids the need for constructing iterator-like wrapper objects, which is
especially important for compound hash tables such as the future
StringHashMap.
2019-09-24 17:44:35 +03:00
Ivan Lezhankin
dac5889bc4
Add build instruction
2019-09-24 17:43:07 +03:00
chertus
80d902a401
fix case with duplicated right keys
2019-09-24 16:45:59 +03:00
robot-clickhouse
06e1a9d78e
Auto version update to [19.16.1.1] [54427]
2019-09-24 14:47:32 +03:00
robot-clickhouse
ec86a9b933
Auto version update to [19.15.1.1398] [54426]
2019-09-24 14:46:58 +03:00
Vladimir Chebotarev
c051f42384
Fixes.
2019-09-24 10:58:42 +00:00
alesapin
38f65a6a21
Fix smoke test image
2019-09-24 11:32:01 +03:00
alexey-milovidov
a62866918f
Merge pull request #7075 from ClickHouse/revert-index-analysis-slowdown
...
Revert "CHYT-142: extend KeyCondition interface so that it returns BoolMask"
2019-09-24 05:18:15 +03:00
alexey-milovidov
e7e45ecf4a
Merge pull request #7074 from ClickHouse/better-log-messages-about-disks
...
Better log messages about disks
2019-09-24 05:17:57 +03:00
alexey-milovidov
eb7eb01416
Merge pull request #7076 from yurriy/revert-6945-mysql
...
Revert "Updated MariaDB"
2019-09-24 05:16:52 +03:00
Yuriy Baranov
f8b7cc8693
Revert "Updated MariaDB"
2019-09-24 05:11:52 +03:00
Alexey Milovidov
7384e04430
Revert "CHYT-142: extend KeyCondition interface so that it returns BoolMask."
...
This reverts commit 2cacc3cfd2
.
2019-09-24 04:29:26 +03:00
Sergei Bocharov
4761436a52
Docs(hash_functions): fix xxHash32
, xxHash64
( #6992 )
...
* docs(hash_functions): fix xxHash32, xxHash64
* Fixes after review
* Fixes after review
* Update hash_functions.md
* Update hash_functions.md
2019-09-24 03:50:58 +03:00
Alexey Milovidov
dcd40d1d07
Better log messages about disks
2019-09-24 03:45:40 +03:00
Alexey Milovidov
981e3e6ef7
Fixed build with CMake 3.10.
2019-09-24 03:22:05 +03:00
BayoNet
f26fdc63a0
DOCAPI-7415: EN review, RU translation. Docs for the -Resample aggregate function combinator. ( #7017 )
...
* Update combinators.md (#39 )
* DOCAPI-7415: RU translation
* DOCAPI-7415: fix.
2019-09-24 03:04:52 +03:00
BayoNet
6db4cb8117
DOCAPI-7430: EN review, RU translation. MergeTree INDEX bloom filter docs. ( #7025 )
...
* Update mergetree.md (#38 )
* DOCAPI-7430: RU translation.
2019-09-24 03:02:36 +03:00
BayoNet
5b38a7f441
DOCAPI-7438: EN review, RU translation. Update of quantileTiming docs ( #7033 )
...
* Typo fix.
* Update reference.md (#45 )
* DOCAPI-7438: RU translation
2019-09-24 03:01:19 +03:00
BayoNet
3d20675529
DOCAPI-7460: EN review. RU translation. Histogram function description ( #7034 )
...
* Typo fix.
* Update parametric_functions.md (#42 )
* DOCAPI-7460: RU translation.
* Update parametric_functions.md
2019-09-24 02:59:49 +03:00
BayoNet
317e57bbc0
DOCAPI-7984: EN review, RU translation. ASOF JOIN ON docs ( #7035 )
...
* Typo fix.
* Update select.md (#41 )
* DOCAPI-7984: RU translation
2019-09-24 02:57:32 +03:00
BayoNet
1143eefda6
DOCAPI-7991: EN review, RU translation for the update of Log engines docs ( #7040 )
...
* Typo fix.
* Update log_family.md (#43 )
* Update tinylog.md (#44 )
* DOCAPI-7991: RU translation.
2019-09-24 02:55:50 +03:00
BayoNet
779648f7cc
DOCAPI-7695: EN review, RU translation. Functions support for indexes ( #7045 )
...
* Typo fix.
* DOCAPI-7695: Typo fixed
* Update mergetree.md (#49 )
* DOCAPI-7695: RU translation
* Update mergetree.md
2019-09-24 02:50:26 +03:00
BayoNet
2f580c2bbb
DOCAPI-7745: EN review, RU translation for optimize_throw_if_noop docs ( #7051 )
...
* Typo fix.
* Update settings.md (#50 )
* Update misc.md (#51 )
* DOCAPI-7745: RU translation.
* DOCAPI-7745: Fixes.
2019-09-24 02:45:47 +03:00