Commit Graph

24444 Commits

Author SHA1 Message Date
Danila Kutenin
3f1523a80a
Merge pull request #5070 from danlark1/master
Upgrade our LZ4 decompression with the new reference implementation optimizations
2019-04-30 19:29:24 +03:00
alexey-milovidov
e7ec3b9eb8
Merge pull request #5136 from PerformanceVision/basename
Add a basename function
2019-04-30 19:15:35 +03:00
alexey-milovidov
b88c981902
Update basename.cpp 2019-04-30 19:15:08 +03:00
alexey-milovidov
39b696f9df
Update basename.cpp 2019-04-30 19:14:53 +03:00
Ivan
dede124449
Fixes after premature merge of #5139 (#5143)
* Implement move-constructor via move-assignment operator.
* Reimplement copy-ctor via copy-assignment operator too.
2019-04-30 19:05:39 +03:00
Ivan Blinkov
e141788f02
Merge pull request #5113 from letfoolsdie/patch-1
updated docs for db creation command
2019-04-30 02:21:19 +03:00
Danila Kutenin
0d3ff520c6 Typos 2019-04-30 00:44:17 +03:00
Danila Kutenin
8089759205 Remove bad headers 2019-04-30 00:43:05 +03:00
alexey-milovidov
109726d533
Update basename.cpp 2019-04-30 00:40:54 +03:00
Danila Kutenin
d38f4cd3a7 Almost empty 2019-04-30 00:36:53 +03:00
alexey-milovidov
0a34e05130
Merge pull request #5138 from CurtizJ/limit-by-offset
Added support of LIMIT n, m BY clause.
2019-04-30 00:17:29 +03:00
Ivan
6291c4098f
Revert "Merge pull request #5139 from abyss7/fix-self-move" (#5150)
This reverts commit bd1f8fe97a, reversing
changes made to 5d1091bfee.
2019-04-29 23:33:26 +03:00
robot-clickhouse
2e7f3f6e17 Auto version update to [19.8.1.1] [54420] 2019-04-29 22:33:13 +03:00
Danila Kutenin
436029bf64 No AVX but remain wildcopy 32 2019-04-29 22:30:14 +03:00
Ivan Blinkov
3b7516341f
Merge pull request #5144 from blinkov/master 2019-04-29 20:44:15 +03:00
Ivan Blinkov
b1831a9ab5 Add link to horgh-replicator 2019-04-29 19:50:02 +03:00
Ivan Blinkov
17b2def426 [docs] a bit less confusing 2019-04-29 19:48:23 +03:00
Ivan Blinkov
3fc74bc566 Merge branch 'master' of github.com:yandex/ClickHouse 2019-04-29 19:46:20 +03:00
Ivan Blinkov
67bf5be109
Merge pull request #5061 from ogorbacheva/DOCAPI-3772-arraySort2
Doc fix: Added `arraySort` + `arrayReverseSort`
2019-04-29 19:43:50 +03:00
Ivan Blinkov
bcfdba6a96
DOCAPI-6427: Settings for format processing. (#5120) 2019-04-29 19:32:07 +03:00
alexey-milovidov
f999100e56
Update gui.md 2019-04-29 19:31:56 +03:00
alexey-milovidov
3c8dce62a4
Update gui.md 2019-04-29 19:31:44 +03:00
alexey-milovidov
2cf0ab341e
Update gui.md 2019-04-29 19:30:39 +03:00
Ivan Blinkov
3adf05a5d8 merge master 2019-04-29 19:29:47 +03:00
alexey-milovidov
41eee012a1
Merge pull request #5135 from serge-rider/patch-1
DBeaver information update
2019-04-29 19:29:21 +03:00
never lee
81d276a0a4 translate docs/zh/operations/table_engines/custom_partitioning_key.md (#5134) 2019-04-29 18:08:11 +03:00
Ivan
1eb835be35
Reduce maximum page size (#5140) 2019-04-29 17:22:04 +03:00
alexey-milovidov
bd1f8fe97a
Merge pull request #5139 from abyss7/fix-self-move
Remove move-assignment to prevent possible self-move
2019-04-29 17:08:23 +03:00
Ivan Lezhankin
9a1aee4c2e Remove move-assignment to prevent possible self-move 2019-04-29 16:47:28 +03:00
CurtizJ
7766f5c0c3 added offset for limit by 2019-04-29 16:12:39 +03:00
Vitaly Baranov
5d1091bfee
Merge pull request #5130 from vitlibar/settings-refactoring
Templatize settings.
2019-04-29 15:53:21 +03:00
Guillaume Tassery
87b60f0a3b Add test for basename function 2019-04-29 17:18:02 +07:00
Serge Rider
294b694a8a
DBeaver information update
DBeaver for Clickhouse is NOT a commercial software, it is free and open-source (Apache license). Source code is at https://github.com/dbeaver/dbeaver/issues
2019-04-29 13:13:18 +03:00
Guillaume Tassery
95141804fb Add a basename function 2019-04-29 16:40:44 +07:00
alexey-milovidov
1d69a73424
Merge pull request #5119 from nicelulu/update_24
modification retention function
2019-04-29 04:51:18 +03:00
alexey-milovidov
0a88bcbb48
Merge pull request #5129 from kvinty/msd-radix-sort
[WIP] Add MSD radix sort
2019-04-29 04:50:27 +03:00
alexey-milovidov
8d2941fa60
Update RadixSort.h 2019-04-29 04:50:18 +03:00
Vitaly Baranov
28d9a80072 Rename macro APPLY_FOR_SETTINGS => LIST_OF_SETTINGS. 2019-04-29 03:22:59 +03:00
Vitaly Baranov
5beaf33a9f Get rid of code duplication, use templates. 2019-04-29 03:22:59 +03:00
Danila Kutenin
a76e504f45
Merge pull request #5133 from danlark1/reliable_lfalloc
LfAlloc more reliable choice of hint
2019-04-28 14:45:59 +03:00
Danila Kutenin
89b0b3c342 Fix 2019-04-28 13:12:36 +03:00
Danila Kutenin
852ea727fb Exponentially small 2019-04-28 13:09:01 +03:00
Danila Kutenin
3c1e5348d1 LfAlloc more reliable choice of hint 2019-04-28 13:04:47 +03:00
Ivan
9edbbc637a
Fix segmentation fault on iterator double-free inside RWLock (#5127)
* Store the key instead of iterator, which may get invalidated by erasure from another instance.
* Add test
2019-04-27 22:12:35 +03:00
Evgenii Pravda
91ccf2ab20 Fixes 2019-04-27 20:52:43 +03:00
Vitaly Baranov
b3c26dba56
Merge pull request #4931 from vitlibar/settings-constraints
Settings constraints
2019-04-27 05:46:18 +03:00
Vitaly Baranov
1b8c01e940 Transform comments for MergeTreeSettings into descriptions. 2019-04-27 01:09:16 +03:00
Vitaly Baranov
738a49f534 Use iterators instead of macros APPLY_FOR_SETTINGS and others. 2019-04-27 01:09:16 +03:00
Vitaly Baranov
7801671225 Use shared_ptr to avoid copying SettingsConstraints 2019-04-27 01:09:16 +03:00
Vitaly Baranov
7e3c8d6022 Implement new constraints: "min" and "readonly". 2019-04-27 01:09:16 +03:00