Alexey Milovidov
|
a78871f065
|
Fixed build [#CLICKHOUSE-2].
|
2017-11-20 08:55:19 +03:00 |
|
Alexey Milovidov
|
01e8adbfff
|
Removed "experimental" namespace [#CLICKHOUSE-2].
|
2017-11-20 07:15:43 +03:00 |
|
Alexey Milovidov
|
f0b60b013b
|
Little better [#CLICKHOUSE-2].
|
2017-11-18 02:48:55 +03:00 |
|
Alexey Milovidov
|
655565466c
|
Merge remote-tracking branch 'origin/master' into better-date-parsing-formatting
|
2017-11-18 02:45:17 +03:00 |
|
Silviu Caragea
|
f7181b4c68
|
Fix clang error on osx regression from a2b8ae3100
|
2017-11-17 14:37:17 +03:00 |
|
Alexey Milovidov
|
a2b8ae3100
|
Fixed tiny error [#CLICKHOUSE-2].
|
2017-11-16 23:17:57 +03:00 |
|
proller
|
fa65bdcf48
|
Fix realloc on freebsd and macos (#1494)
|
2017-11-16 22:17:09 +03:00 |
|
Alexey Milovidov
|
ee48dea0d3
|
Attempt to improve performance of formatting Date and DateTime [#CLICKHOUSE-2].
|
2017-11-16 05:07:19 +03:00 |
|
Alexey Milovidov
|
040b4bd47e
|
Attempt to improve performance of parsing Dates [#CLICKHOUSE-2].
|
2017-11-16 01:58:50 +03:00 |
|
Alexey Milovidov
|
60477a9aaa
|
Enhanced time zones support: the DateTime data type can track time zone [#CLICKHOUSE-3402].
|
2017-11-09 22:25:21 +03:00 |
|
Alexey Milovidov
|
a9ebc23599
|
Added comment [#CLICKHOUSE-2].
|
2017-11-04 23:57:10 +03:00 |
|
Alexey Milovidov
|
4e04c4da5f
|
Attempt to change ext::shared_ptr_helper (incomplete) [#CLICKHOUSE-2].
|
2017-11-04 06:56:31 +03:00 |
|
Alexey Milovidov
|
974a1e4fa5
|
Attempt to change ext::shared_ptr_helper (incomplete) [#CLICKHOUSE-2].
|
2017-11-04 06:56:31 +03:00 |
|
proller
|
702c68959a
|
contrib: cctz as submodule. update cctz.
|
2017-11-03 00:34:32 +03:00 |
|
Alexey Milovidov
|
e29604b7f9
|
Updated test [#CLICKHOUSE-2099].
|
2017-10-30 09:27:21 +03:00 |
|
Alexey Milovidov
|
5a447fe661
|
Fixed error [#CLICKHOUSE-3331].
|
2017-10-30 08:55:22 +03:00 |
|
Alexey Milovidov
|
ba435d3d4c
|
Fixed build [#CLICKHOUSE-2].
|
2017-10-30 02:10:22 +03:00 |
|
Alexey Milovidov
|
3571c13e06
|
Functions for interval arithmetic on DateTime and Date: development, cleanups [#CLICKHOUSE-3331].
|
2017-10-30 01:55:27 +03:00 |
|
Alexey Milovidov
|
2040fb49fa
|
Functions for interval arithmetic on DateTime and Date: development, cleanups [#CLICKHOUSE-3331].
|
2017-10-30 01:51:00 +03:00 |
|
Alexey Milovidov
|
c367d513f0
|
Functions for interval arithmetic on DateTime and Date: development, cleanups [#CLICKHOUSE-3331].
|
2017-10-30 01:38:06 +03:00 |
|
Alexey Milovidov
|
9f4a3a5e7c
|
Functions for interval arithmetic on DateTime and Date: development [#CLICKHOUSE-2].
|
2017-10-29 09:32:21 +03:00 |
|
Alexey Milovidov
|
9b4f299cee
|
Functions for interval arithmetic on DateTime and Date: development [#CLICKHOUSE-2].
|
2017-10-29 07:50:32 +03:00 |
|
Alexey Milovidov
|
7ecc63fe71
|
Functions for interval arithmetic on DateTime and Date: development [#CLICKHOUSE-2].
|
2017-10-29 07:18:48 +03:00 |
|
Alexey Milovidov
|
7bdbd71d7c
|
Additions to prev. revision [#CLICKHOUSE-2099].
|
2017-10-29 04:13:28 +03:00 |
|
Alexey Milovidov
|
4236bcbfa2
|
Fixed year 2038 problem. Added support for timezones with fractional offset from UTC. [#CLICKHOUSE-2099] [#CLICKHOUSE-3392].
|
2017-10-29 03:51:40 +03:00 |
|
Alexey Milovidov
|
f02b63fc39
|
Simplified build on Mac OS [#CLICKHOUSE-2].
|
2017-10-29 03:00:32 +03:00 |
|
Alexey Milovidov
|
33f56fc035
|
Fixed build [#CLICKHOUSE-2].
|
2017-10-28 06:44:06 +03:00 |
|
Alexey Milovidov
|
9e3daca437
|
Fixed build [#CLICKHOUSE-2].
|
2017-10-28 00:36:43 +03:00 |
|
alexey-milovidov
|
3b99b723d7
|
Merge pull request #1245 from yandex/CLICKHOUSE-3178
Atomic parts addition and removing
|
2017-10-27 23:03:33 +03:00 |
|
Vitaliy Lyudvichenko
|
b5c7eaa80e
|
Force data parts cleanup before repeat fetch. [#CLICKHOUSE-3178]
|
2017-10-26 17:16:06 +03:00 |
|
Vitaliy Lyudvichenko
|
db3a67a421
|
Add clearer RangeFiltered implementation. [#CLICKHOUSE-3178]
|
2017-10-26 17:16:06 +03:00 |
|
Vitaliy Lyudvichenko
|
e2a12d1088
|
Introduced logic for MergeTree parts states. [#CLICKHOUSE-3178]
|
2017-10-26 17:16:06 +03:00 |
|
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-milovidov
|
8c327e9378
|
Revert "Make gperftools (libtcmalloc) as submodule and update. (#1381)"
This reverts commit fa2484ea90 .
|
2017-10-24 22:18:15 +03:00 |
|
proller
|
fa2484ea90
|
Make gperftools (libtcmalloc) as submodule and update. (#1381)
* Update tcmalloc and make submodule
* wip
* wip
* wip
* wip
* clean
* fix
* fix
* fix
* Fix tests
|
2017-10-24 22:11:42 +03:00 |
|
Alexey Milovidov
|
7c99e50a2f
|
Fixed build [#CLICKHOUSE-2].
|
2017-10-24 21:28:20 +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
|
cd9c387ed4
|
Using internal memcpy [#CLICKHOUSE-2].
|
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 |
|
proller
|
1a8e22c37f
|
Allow compile on 32bit systems (#1175)
* Trying compile under 32bit..
* PerformanceTest: use getMultiple*FromConfig, fix debug helpers
* Missing file
* clnag-format of Split ComplexKeyCacheDictionary
* wip
* Requested changes
* wip
* wip
* Fix boost 1.64 and gcc7+ compile errors
* More fixes
* wip
* Fix arm build
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* clean
* fix
* wip
* wip
* clean
* clean
* wip
* wip
* Update MergeTreeSettings.h
* Requested changes
* Requested changes
* Requested changes
* Requested changes
|
2017-09-01 20:21:03 +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 |
|
proller
|
ac178bde1f
|
Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083)
* Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM
* Fix lib find order
* Allow define non-contrib cityhash farmhash metrohash
* Fix message
* Cmake: fixes
* clean
* Update CMakeLists.txt
|
2017-08-09 23:52:55 +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 |
|