Alexey Milovidov
|
84d966f0d3
|
Fixed overflow in function toRelativeWeekNum with argument of first week of unix epoch; result values changed by 1 [#CLICKHOUSE-3384].
|
2017-10-25 21:53:35 +03:00 |
|
Alexey Vasiliev
|
59309432f9
|
Updated copy/move operations for some types, https://nda.ya.ru/3TWvPE
|
2017-10-17 14:58:08 +03:00 |
|
Alexey Milovidov
|
10392d5452
|
Fixed build on Mac OS X [#CLICKHOUSE-2].
|
2017-10-14 02:12:06 +03:00 |
|
proller
|
49f8080e52
|
Small debud improvement
|
2017-10-13 21:44:26 +03:00 |
|
Alexey Milovidov
|
860c19bad3
|
Refined "GLIBC_COMPATIBILITY" option [#CLICKHOUSE-3275].
|
2017-09-15 12:51:56 +03:00 |
|
Alexey Milovidov
|
6307661c35
|
Addition to prev. revision [#CLICKHOUSE-3300].
|
2017-09-08 00:26:25 +03:00 |
|
alexey-milovidov
|
9b99dfb53d
|
Merge pull request #1031 from yandex/wait-for-insertion-in-distributed
Wait for insertion in distributed
|
2017-08-11 21:35:13 +03:00 |
|
alexey-milovidov
|
59e06c9a2c
|
Update iostream_debug_helpers.h
|
2017-08-10 06:29:06 +03:00 |
|
proller
|
7937903d56
|
Improve debug helpers
|
2017-08-10 06:29:06 +03:00 |
|
Nikolai Kochetov
|
43dc201f49
|
merged with master
|
2017-08-08 15:11:49 +03:00 |
|
Nikolai Kochetov
|
ea2b486735
|
added threadpool to DistributedBlockOutputStream
|
2017-08-07 23:26:28 +03:00 |
|
Alexey Milovidov
|
b9d12ae234
|
Translated comments [#CLICKHOUSE-3].
|
2017-08-05 02:16:43 +03:00 |
|
Vitaliy Lyudvichenko
|
10c14cfccb
|
Small code enhancements according to clang-tidy. [#CLICKHOUSE-2931]
|
2017-08-04 17:35:36 +03:00 |
|
Nikolai Kochetov
|
5477e7c1f9
|
added date and time to number functions [#CLICKHOUSE-3132]
|
2017-07-21 20:51:08 +03:00 |
|
Vladimir Chebotarev
|
dd0905e906
|
common: Fixed a typo with initialization in YandexAppMainFuncImpl::main(). [#METR-21516]
|
2017-07-19 22:55:10 +03:00 |
|
Vladimir Chebotarev
|
43a2ff769f
|
common: Moved part of code from macros. [#METR-21516]
|
2017-07-19 21:44:57 +03:00 |
|
Alexey Milovidov
|
a78ee72e50
|
Whitespaces [#CLICKHOUSE-3132].
|
2017-07-10 22:30:10 +03:00 |
|
Alexey Milovidov
|
86eb4d2d06
|
Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343].
* - "Arcadia" is the name of Yandex's monorepo.
|
2017-07-10 07:34:14 +03:00 |
|
proller
|
4db8d09de9
|
Reorganize includes. part 1 (#921)
* Make libunwind optional. Allow use custom libcctz
* fix
* Fix
* fix
* Update BaseDaemon.cpp
* Update CMakeLists.txt
* Reorganize includes. part 1
* Update dbms_include.cmake
* Reorganize includes. part 2
* Reorganize includes. part 3
* dbms/src/Common/ThreadPool -> libs/libcommon
* Reorganize includes. part 4
* Fix print_include_directories
* Update thread_creation_latency.cpp
* Update StringRef.h
|
2017-06-23 23:22:35 +03:00 |
|
proller
|
70d9fb06b4
|
PerformanceTest: use getMultiple*FromConfig, fix debug helpers (#915)
* PerformanceTest: use getMultiple*FromConfig, fix debug helpers
* Missing file
|
2017-06-22 21:56:40 +03:00 |
|
proller
|
8ef51bf19b
|
Fixing PerformanceTest: table_exists condition, move getMemoryAmount function to file. Add more debug helpers (#905)
* Fix missing includes
* ComplexKeyCacheDictionary: Move includes to .cpp
* Fixing PerformanceTest: table_exists condition, move getMemoryAmount function to file. Add more debug helpers
* Multiplatform memory size getter
* Requested changes
* Requested changes
* Requested changes
* fix
* Requested changes
|
2017-06-22 18:57:37 +03:00 |
|
Liu Cong
|
57d999eb35
|
Fix build cause by libs/libcommon/include/ext/bit_cast.h
|
2017-06-22 17:14:46 +03:00 |
|
Alexey Milovidov
|
8c9aa37318
|
Removed useless code [#CLICKHOUSE-2].
|
2017-06-21 20:16:24 +03:00 |
|
proller
|
9c7d30e0df
|
Fix missing includes
|
2017-06-20 17:16:51 +03:00 |
|
Alexey Milovidov
|
0743cfe6d7
|
Removed code that was used solely by Metrika [#DEVTOOLS-3343].
|
2017-06-15 21:27:51 +03:00 |
|
Alexey Milovidov
|
3ddea6b260
|
Removed useless code [#CLICKHOUSE-31].
|
2017-06-13 07:14:23 +03:00 |
|
Alexey Milovidov
|
ea9c8dcaf7
|
Removed useless code [#CLICKHOUSE-31].
|
2017-06-13 07:14:23 +03:00 |
|
Alexey Milovidov
|
0d7d379b44
|
Removed duplicate code [#CLICKHOUSE-2].
|
2017-06-06 21:36:13 +03:00 |
|
Alexey Milovidov
|
9c5ddce06d
|
Get rid of .hpp files [#CLICKHOUSE-2].
|
2017-06-06 20:18:32 +03:00 |
|
Alexey Milovidov
|
6bd016f380
|
Found some .hpp files and changed tabs to spaces inside [#CLICKHOUSE-2].
|
2017-06-06 20:10:04 +03:00 |
|
proller
|
948d9c39cd
|
Try fix macos build. Add more debug io helpers
|
2017-04-28 21:57:26 +03:00 |
|
proller
|
cd4a5c040c
|
More debug io helpers: some types from dbms (#725)
* release: import options from jenkins script
* correct chdir
* limit parallel build threads
* VERSION_POSTFIX
* add postfix
* support BUILD_TYPE
* Removed unused.
* Fixed error [#CLICKHOUSE-2960].
* Fix version incrementing
* Fix message
* Fix build without icu and readline
* More io helpers: some types from dbms
* Requested changes
|
2017-04-26 05:50:03 +03:00 |
|
Alexey Milovidov
|
41e97787e3
|
Less dependencies [#CLICKHOUSE-2].
|
2017-04-16 08:40:17 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
Alexey Milovidov
|
4f44445ff0
|
Removed all trailing whitespaces [#CLICKHOUSE-2]. find . -name '*.h' -or -name '*.cpp' -or -name '*.cmake' -or -name 'CMakeLists.txt' -or -name '*.html' -or -name '*.xml' | grep -v contrib | xargs sed -i -r -e 's/\s+$//'
|
2017-03-31 19:00:30 +03:00 |
|
Alexey Milovidov
|
02c2bb926f
|
iostream_debug_helpers: improvement [#CLICKHOUSE-2901].
|
2017-03-23 22:38:17 +03:00 |
|
proller
|
670e98fa92
|
allow several <graphite> targets (#603)
* allow several <graphite> targets
* fix
* fix
* Adjustable parts
* changelog version
* fix
* changelog
* Style fixes
* attachSystemTables
* config describe
* fixes
* fixes
|
2017-03-21 23:08:09 +04:00 |
|
proller
|
930ac5b2ce
|
move ClickHouseRevision to dbms
|
2017-03-16 13:51:41 +04:00 |
|
proller
|
28ed324702
|
add cmake option USE_VECTORIZED_MATH_FUNCTIONS, reorganize auto configs
|
2017-03-16 13:51:41 +04:00 |
|
Alexey Milovidov
|
1c6c751108
|
Better overloads [#CLICKHOUSE-2].
|
2017-03-13 22:23:56 +03:00 |
|
proller
|
b6e01cd47e
|
Fix isolated usage of all .h files, move some code to .cpp (#578)
* split ColumnAggregateFunction.h
* format
* Allow use re2_st without cmake
* use std type in find_first_symbols.h
* fix ArrayEvaluator.h
* include fixes
* split ColumnConstAggregateFunction.h
* fix StorageMaterializedView.h
* split AddingDefaultBlockOutputStream.h
* move CSVRowInputStream::updateDiagnosticInfo to .cpp
* split ParserEnumElement.h
* format
* split DB/Parsers/ParserUseQuery.h
* clean
|
2017-03-11 04:27:59 +04:00 |
|
proller
|
293b8b958c
|
Allow use external re2 with re2_st=re2 (#547)
* Allow use external re2 with re2_st=re2
* fix
* remove dupe
* use re2_st in FunctionsStringSearch.h
* fix
|
2017-03-07 20:10:04 +04:00 |
|
proller
|
107fb86a40
|
Support multiplie listen addresses, set listen_host to local only (#545)
* Support multiplie listen addresses, set listen_host to local only
* set correct default
* better config
* no include
* Update Server.cpp
|
2017-03-03 04:24:56 +04:00 |
|
proller
|
1491a383d2
|
iostream_debug_helpers (#493)
* iostream_debug_helpers
* fixes
* fix
* fix
|
2017-02-14 23:14:34 +04:00 |
|
alexey-milovidov
|
cee5ab01fb
|
Merge branch 'master' into merge_with_metrika
|
2017-02-11 00:27:15 +04:00 |
|
proller
|
b2b16b407f
|
More include fixes (#462)
* More include fixes
* fix
|
2017-02-08 01:26:32 +04:00 |
|
Pavel Kartavyy
|
b61bd0b96b
|
Merge commit '84e4fb00bd0373058bfc091d2d19a8034df7cc93' into update-clickhouse
Conflicts:
metrica/src/ClickHouse/libs/libdaemon/src/BaseDaemon.cpp
|
2017-02-06 17:57:47 +03:00 |
|
Vladimir Chebotarev
|
817587fb76
|
libcommon: More unique name for stream. [#METR-24353]
|
2017-02-02 17:19:13 +03:00 |
|
proller
|
3135ff17b6
|
Fix compiling utils without readline (#429)
* Fix compiling utils without readline
* fix
|
2017-01-31 23:34:30 +04:00 |
|