Vitaliy Lyudvichenko
|
b7b485f376
|
Removed unused settings.
|
2017-03-28 20:46:16 +03:00 |
|
Vitaliy Lyudvichenko
|
60dfa8dbf3
|
Add requested changes. [#CLICKHOUSE-2070]
|
2017-03-28 20:46:16 +03:00 |
|
Vitaliy Lyudvichenko
|
0290203f6d
|
Fix test, add more comments. [#CLICKHOUSE-2070]
|
2017-03-28 20:46:16 +03:00 |
|
Vitaliy Lyudvichenko
|
44c9bad289
|
Add functional test, fixed error. [#CLICKHOUSE-2070]
|
2017-03-28 20:46:16 +03:00 |
|
Vitaliy Lyudvichenko
|
b5b863a6f4
|
Better HTTPHandler and IReadableWriteBuffer. [#CLICKHOUSE-2070]
|
2017-03-28 20:46:16 +03:00 |
|
Vitaliy Lyudvichenko
|
c73971d7ec
|
Split implementations to different files. [#CLICKHOUSE-2070]
|
2017-03-28 20:46:16 +03:00 |
|
Vitaliy Lyudvichenko
|
19a2195710
|
Implemented re-readable buffers, add unit tests. [#CLICKHOUSE-2070]
|
2017-03-28 20:46:16 +03:00 |
|
Alexey Milovidov
|
3e48021f81
|
Style [#CLICKHOUSE-2].
|
2017-03-28 20:40:25 +03:00 |
|
Ravengg
|
a973e3898d
|
Add remove for part log (#638)
* Add REMOVE_PART
* fix
* fix
* fix codestyle
|
2017-03-28 20:18:49 +03:00 |
|
Alexey Milovidov
|
b859463296
|
Unified JOIN variants. Added all variants from Set [#CLICKHOUSE-4].
|
2017-03-28 09:51:22 +03:00 |
|
Alexey Milovidov
|
f55075b1ba
|
Removed deprecated functions from documentation [#CLICKHOUSE-2].
|
2017-03-28 07:59:05 +03:00 |
|
Alexey Milovidov
|
a8f6a3127d
|
Implemented limited support for NULLs in IN operator [#CLICKHOUSE-4].
|
2017-03-28 06:00:33 +03:00 |
|
Alexey Milovidov
|
14c8003081
|
Normalized formatting [#CLICKHOUSE-3].
Apply in a loop:
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '^(\t*) ' | xargs sed -i -r -e 's/^(\t*) /\1\t/'
|
2017-03-26 04:28:07 +03:00 |
|
Alexey Milovidov
|
d4992da546
|
Implemented isIn methods for cache dictionaries [#CLICKHOUSE-2144].
|
2017-03-26 02:42:04 +03:00 |
|
Alexey Milovidov
|
f5434cd2ae
|
Separated functions for embedded and external dictionaries [#CLICKHOUSE-2144].
|
2017-03-25 21:11:09 +03:00 |
|
Alexey Milovidov
|
9e7813686e
|
Merge branch 'master' into hierarchical-dictionaries-performance
|
2017-03-25 20:53:41 +03:00 |
|
Alexey Milovidov
|
18ecccb856
|
Moved code to cpp [#CLICKHOUSE-2].
|
2017-03-25 08:55:49 +03:00 |
|
Alexey Milovidov
|
861684c554
|
Fixed error found with Svace static analyzer by ISP RAS [#CLICKHOUSE-2].
|
2017-03-25 08:46:50 +03:00 |
|
Vitaliy Lyudvichenko
|
6d1a8c7c97
|
Consider changes in default profile to initialize default users' settings. [#CLICKHOUSE-2906]
|
2017-03-23 21:30:22 +04: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 |
|
Alexey Milovidov
|
910c542994
|
Added more bitwise functions [#CLICKHOUSE-2884].
|
2017-03-20 22:16:02 +03:00 |
|
Alexey Zatelepin
|
fccbc82c24
|
translate comments
|
2017-03-19 21:58:12 +04:00 |
|
Alexey Zatelepin
|
faadab3034
|
Allow including config elements from ZooKeeper [#CLICKHOUSE-2794]
|
2017-03-19 21:58:12 +04:00 |
|
proller
|
5b8ed657f9
|
fix build (#602)
* fix build
* fix freebsd
|
2017-03-16 18:04:05 +03:00 |
|
proller
|
a08714105b
|
Simpler vercorclass
|
2017-03-16 13:51:41 +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 |
|
proller
|
25caed0c03
|
move all attaches of system tables to attach_system_tables.cpp
|
2017-03-15 23:43:02 +04:00 |
|
Alexander Prudaev
|
227312875c
|
fix PODArray::resize_fill
|
2017-03-15 23:42:37 +04:00 |
|
Ravengg
|
b47cc72701
|
Fix part log (#591)
* fix_part_log
* fixed language back
* add reset part_log back
* reset part_log when don't need more
* Fix header
* fix
|
2017-03-14 19:58:34 +04:00 |
|
Alexey Milovidov
|
4e67e05835
|
Fixed error [#CLICKHOUSE-2].
|
2017-03-14 03:14:19 +03:00 |
|
Alexey Milovidov
|
d877718bb6
|
Fixed error [#CLICKHOUSE-2].
|
2017-03-14 02:13:49 +03:00 |
|
Alexey Milovidov
|
df81e7458f
|
Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-14 00:50:15 +03:00 |
|
Alexey Milovidov
|
0a914b41a8
|
Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-14 00:48:58 +03:00 |
|
Alexey Milovidov
|
8f9a915fef
|
Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-14 00:46:18 +03:00 |
|
Alexey Milovidov
|
ef5b9a8c5c
|
Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-13 22:26:31 +03:00 |
|
Alexey Milovidov
|
1c6c751108
|
Better overloads [#CLICKHOUSE-2].
|
2017-03-13 22:23:56 +03:00 |
|
Alexey Milovidov
|
26788e3938
|
Formatting [#CLICKHOUSE-2].
|
2017-03-13 21:01:46 +03:00 |
|
ks1322
|
afbd2f78d8
|
pager for command line client
|
2017-03-13 00:10:52 +03:00 |
|
Alexey Milovidov
|
870d36ed5c
|
Added support for NULLS FIRST and LAST in ORDER BY (continued) [#CLICKHOUSE-2882].
|
2017-03-12 18:39:49 +03:00 |
|
Alexey Milovidov
|
7532a1d564
|
Added support for NULLS FIRST and LAST in ORDER BY [#CLICKHOUSE-2882].
|
2017-03-12 15:56:59 +03:00 |
|
Alexey Milovidov
|
a380fa88da
|
Fixed debug build [#CLICKHOUSE-2].
|
2017-03-12 14:09:25 +03:00 |
|
Alexey Milovidov
|
13e1cdc7b5
|
DataTypeNull: move code to cpp [#CLICKHOUSE-2].
|
2017-03-12 13:35:26 +03:00 |
|
alexey-milovidov
|
6d5bfc8c6f
|
Refactoring of numeric DataTypes (#581)
* Better code [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-12 14:13:45 +04:00 |
|
Alexey Milovidov
|
03d525942a
|
Added generic version for comparison operators [#CLICKHOUSE-2881].
|
2017-03-12 07:22:52 +03:00 |
|
Alexey Milovidov
|
290717a88c
|
Revert "Removed useless code [#CLICKHOUSE-2877]."
This reverts commit bd70653fc6 .
|
2017-03-11 08:23:18 +03:00 |
|
Alexey Milovidov
|
612194d53a
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-03-11 08:23:01 +03:00 |
|
Alexey Milovidov
|
37d6ee8d49
|
Attempt to improve performance for comparisons of FixedString(16) [#CLICKHOUSE-2877].
|
2017-03-11 08:43:52 +04:00 |
|
Alexey Milovidov
|
4311a09a9f
|
Enabled fater equality/inequality comparisons for FixedString(16) [#CLICKHOUSE-2877].
|
2017-03-11 08:43:52 +04:00 |
|
Alexey Milovidov
|
66fa4b9e39
|
Faster comparison operations for FixedString(16), development [#CLICKHOUSE-2877].
|
2017-03-11 08:43:52 +04:00 |
|