Gleb Novikov
|
f24bedd2b8
|
Added constraints to parsers
|
2019-05-12 14:36:02 +03:00 |
|
proller
|
83a35d7644
|
Update contributors
|
2019-04-30 22:46:07 +03:00 |
|
Vitaly Baranov
|
2dfe73eefc
|
Merge pull request #5156 from vitlibar/settings-constraints-remove-thread-local
Get rid of thread_local in SettingsConstraints.cpp
|
2019-04-30 20:40:52 +03:00 |
|
Danila Kutenin
|
7a2e40da28
|
pragma once in header file
|
2019-04-30 19:48:33 +03:00 |
|
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 |
|
Vitaly Baranov
|
19259ab5e3
|
Get rid of thread_local in SettingsConstraints.cpp
|
2019-04-30 17:09:10 +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 |
|
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 |
|
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 |
|
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
|
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 |
|
Evgenii Pravda
|
568ef78803
|
Add MSD radix sort
|
2019-04-27 01:07:32 +03:00 |
|
Vitaly Baranov
|
77e7838c30
|
Implemented iterators in the SettingsCollection template class
|
2019-04-26 19:11:05 +03:00 |
|
Vitaly Baranov
|
d2bfac7949
|
Add a test for the 'max' constraint
|
2019-04-26 19:11:05 +03:00 |
|
Vitaly Baranov
|
d43e7a8960
|
Implement max constraints for number settings.
|
2019-04-26 19:11:05 +03:00 |
|
Vitaly Baranov
|
8277e9d8f1
|
Refactoring of Settings based on new template class SettingsCollection.
Add new class SettingsConstraints.
|
2019-04-26 19:11:05 +03:00 |
|
Vitaly Baranov
|
b24c69743e
|
Use the same parameters in all APPLY_FOR_SETTINGS macros.
|
2019-04-26 19:11:05 +03:00 |
|
alesapin
|
99e9c2d534
|
Temporary disable flapping test
|
2019-04-26 15:57:56 +03:00 |
|
821008736@qq.com
|
02e9cc8f2d
|
fix retention function
|
2019-04-26 17:36:35 +08:00 |
|
proller
|
97c532c0f0
|
Build fixes (#5114)
Need to push builder docker image
|
2019-04-26 02:21:59 +03:00 |
|
Danila Kutenin
|
f86cf7bd11
|
Correct cpu dispatch, nounroll for clang
|
2019-04-26 00:53:22 +03:00 |
|
Danila Kutenin
|
3501f633e4
|
Cosmetics
|
2019-04-25 21:35:58 +03:00 |
|
Danila Kutenin
|
5c68881b72
|
Really faster LZ4 now, cpu dispatch in ClickHouse
|
2019-04-25 21:34:32 +03:00 |
|
Danila Kutenin
|
71d87a49b2
|
Merge branch 'master' of https://github.com/yandex/ClickHouse
|
2019-04-25 19:19:01 +03:00 |
|
Alexey Milovidov
|
661c840fbe
|
Code cleanups after #4439
|
2019-04-25 04:16:26 +03:00 |
|
alexey-milovidov
|
445f51c01e
|
Merge pull request #4439 from kvinty/kvinty-radix-sort
Use radixSort in ORDER BY + add performance test
|
2019-04-25 02:45:38 +03:00 |
|