.. |
HashTable
|
Formatting [#CLICKHOUSE-2].
|
2017-03-13 21:01:46 +03:00 |
AIO.h
|
Style [#METR-2807].
|
2016-08-07 12:09:18 +03:00 |
Allocator.h
|
Porting to freebsd: initial, compile ok, most tests ok.
|
2016-12-24 01:03:10 +00:00 |
Arena.h
|
Separate compilation of ProfileEvents; comments [#METR-23237].
|
2016-10-24 05:02:37 +03:00 |
ArenaWithFreeLists.h
|
Fixed error in ComplexKeyCacheDictionary [#MOBMET-3953].
|
2016-08-07 09:10:15 +03:00 |
AutoArray.h
|
Normalized formatting [#CLICKHOUSE-3].
|
2017-03-09 07:26:17 +03:00 |
BitHelpers.h
|
Fix some includes and missing definitions (#446)
|
2017-02-03 02:08:19 +04:00 |
Collator.h
|
Remove code and includes from Collator.h, fix including <unicode/...> in dbms (#395)
|
2017-01-25 22:19:15 +04:00 |
CombinedCardinalityEstimator.h
|
dbms: Server: Small improvement [#METR-17985]
|
2015-10-26 16:30:36 +03:00 |
CompactArray.h
|
dbms: added support for CSV format [#METR-19957].
|
2016-02-07 11:42:21 +03:00 |
ConcurrentBoundedQueue.h
|
ConcurrentBoundedQueue: move if nothrow assign possible. copy otherwise
|
2016-08-23 17:01:45 +03:00 |
ConfigProcessor.h
|
Added abilty to automatically update clusters configuration. [#METR-22802]
|
2016-10-11 17:17:49 +03:00 |
CounterInFile.h
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:15:36 +03:00 |
CurrentMetrics.h
|
Make it compilable on OS X
|
2016-11-01 17:59:21 +01:00 |
escapeForFileName.h
|
Moved code to cpp [#METR-2944].
|
2016-12-12 04:33:18 +03:00 |
Exception.h
|
Normalized formatting [#CLICKHOUSE-3].
|
2017-03-09 07:26:17 +03:00 |
ExternalTable.h
|
Non significant change [#METR-2944].
|
2016-09-23 23:33:06 +03:00 |
FileChecker.h
|
dbms: fixed build [#METR-18202].
|
2015-09-29 22:19:54 +03:00 |
formatReadable.h
|
dbms: added function formatReadableSize [#METR-16184].
|
2015-09-20 05:03:12 +03:00 |
getFQDNOrHostName.h
|
dbms: fixed error [#METR-16575] [#METR-16573].
|
2015-05-29 03:33:56 +03:00 |
getNumberOfPhysicalCPUCores.h
|
Fixed error when libcpuid reports zero number of CPU cores [#METR-21926].
|
2016-06-30 23:35:07 +03:00 |
hex.h
|
Style [#CLICKHOUSE-2].
|
2017-02-13 13:38:50 +03:00 |
HTMLForm.h
|
Added 'stacktrace' parameter for HTTP interface (0, don't output stack trace by default) [#METR-21846].
|
2016-06-25 10:22:12 +03:00 |
HyperLogLogBiasEstimator.h
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
HyperLogLogCounter.h
|
dbms: More customizable HyperLogLogCounter. [#METR-24057]
|
2017-01-30 22:17:00 +03:00 |
HyperLogLogWithSmallSetOptimization.h
|
Updated comment [#METR-2944].
|
2016-02-21 23:08:08 +03:00 |
Increment.h
|
Better [#METR-2944].
|
2016-07-31 06:53:16 +03:00 |
interpolate.h
|
MergeSelector: development [#METR-21840].
|
2016-10-30 06:12:25 +03:00 |
isLocalAddress.h
|
Fixed error (after update of Poco) with local replicas optimization [#METR-20654].
|
2016-03-29 20:51:07 +03:00 |
localBackup.h
|
dbms: added FREEZE PARTITION functionality [#METR-13441].
|
2014-11-11 07:11:07 +03:00 |
LRUCache.h
|
[#CLICKHOUSE-2115] PR changes:
|
2017-01-31 22:45:10 +04:00 |
Macros.h
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
memcpySmall.h
|
Cmake: Test on having sse (#405)
|
2017-01-27 23:55:33 +04:00 |
MemoryTracker.h
|
Settings 'max_memory_usage_for_user' and 'max_memory_usage_for_all_queries': do not interfere between different queries [#CLICKHOUSE-2796].
|
2017-02-01 06:53:10 +03:00 |
NaNUtils.h
|
Refactoring of numeric DataTypes (#581)
|
2017-03-12 14:13:45 +04:00 |
NetException.h
|
Moved files [#METR-17973].
|
2015-10-05 04:26:43 +03:00 |
OptimizedRegularExpression.h
|
Fix isolated usage of all .h files, move some code to .cpp (#578)
|
2017-03-11 04:27:59 +04:00 |
OptimizedRegularExpression.inl
|
Non significant change [#METR-2944].
|
2016-09-23 23:33:06 +03:00 |
PODArray.h
|
fix PODArray::resize_fill
|
2017-03-15 23:42:37 +04:00 |
PoolBase.h
|
columnar-appender-common: fix PoolWithFailOver [#METR-20682].
|
2016-09-13 19:00:47 +03:00 |
PoolWithFailoverBase.h
|
Include fixes (#454)
|
2017-02-07 19:38:57 +04:00 |
ProfileEvents.h
|
Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237].
|
2016-10-24 07:06:27 +03:00 |
ProfilingScopedRWLock.h
|
Fix some includes and missing definitions (#446)
|
2017-02-03 02:08:19 +04:00 |
RadixSort.h
|
Porting to freebsd: initial, compile ok, most tests ok.
|
2016-12-24 01:03:10 +00:00 |
randomSeed.h
|
Make it compilable on OS X
|
2016-11-01 17:59:21 +01:00 |
setThreadName.h
|
dbms: setting thread names [#METR-2944].
|
2015-09-24 21:54:21 +03:00 |
ShellCommand.h
|
pager for command line client
|
2017-03-13 00:10:52 +03:00 |
SimpleCache.h
|
Moved files [#METR-17973].
|
2015-10-05 03:33:43 +03:00 |
SipHash.h
|
Make it compilable on OS X
|
2016-11-01 17:59:21 +01:00 |
SmallObjectPool.h
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
StackTrace.h
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
Stopwatch.h
|
Comments [#CLICKHOUSE-3].
|
2017-02-07 22:21:59 +03:00 |
StringSearcher.h
|
More include fixes (#462)
|
2017-02-08 01:26:32 +04:00 |
StringUtils.h
|
NULLs support: fixed totally wrong code [#METR-19266].
|
2016-12-30 08:13:14 +03:00 |
StringView.h
|
Normalized formatting [#CLICKHOUSE-3].
|
2017-03-09 07:26:17 +03:00 |
ThreadPool.h
|
Fixed error [#METR-22625].
|
2016-09-02 05:58:59 +03:00 |
Throttler.h
|
Make it compilable on OS X
|
2016-11-01 17:59:21 +01:00 |
typeid_cast.h
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
UInt128.h
|
Trying to fix stuck in external aggregation [#METR-22869].
|
2016-09-23 08:49:55 +03:00 |
unaligned.h
|
Don't do DNS requests for each fetch from replica [#METR-22304].
|
2016-08-19 04:54:23 +03:00 |
UnicodeBar.h
|
Include fixes (#454)
|
2017-02-07 19:38:57 +04:00 |
UTF8Helpers.h
|
Fixed error in ComplexKeyCacheDictionary [#MOBMET-3953].
|
2016-08-07 09:10:15 +03:00 |
VirtualColumnUtils.h
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
Volnitsky.h
|
Allow to parse Java-style floating point denormals 'NaN' and 'Infinity' [#METR-22428].
|
2016-08-17 00:23:53 +03:00 |