Nikolai Kochetov
|
da0052858d
|
Fix build.
|
2020-05-28 13:57:04 +03:00 |
|
alesapin
|
6281dd6893
|
Merge pull request #11115 from ClickHouse/consistent_metadata
Refactoring in storage metadata (more consistent keys)
|
2020-05-25 13:09:56 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
18febd7b97
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\_(]+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+"\);' | while read file; do perl -pne 's/(LOG_[^\_(]+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)"\);/${1}_FORMATTED(${2}, "${3}{}${5}{}${7}{}${9}{}${11}", ${4}, ${6}, ${8}, ${10});/' $file > ${file}.tmp; mv ${file}.tmp $file; done
|
2020-05-23 22:56:05 +03:00 |
|
Alexey Milovidov
|
a2ad11897f
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 21:53:58 +03:00 |
|
Alexey Milovidov
|
1f13515a65
|
Make all LOG in single line (preparation)
|
2020-05-23 21:31:37 +03:00 |
|
Alexey Milovidov
|
533f86278a
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5{}\7", \4, \6);/'
|
2020-05-23 20:00:41 +03:00 |
|
Alexey Milovidov
|
e391b77d81
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/'
|
2020-05-23 19:56:05 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
alesapin
|
327d17ac6a
|
Better
|
2020-05-21 22:46:03 +03:00 |
|
Azat Khuzhin
|
d93b9a57f6
|
Forward declaration for Context as much as possible.
Now after changing Context.h 488 modules will be recompiled instead of 582.
|
2020-05-21 01:53:18 +03:00 |
|
alesapin
|
616902a995
|
Sorting and primary key (broken)
|
2020-05-20 21:11:38 +03:00 |
|
alesapin
|
9fb28f5ac0
|
Add sampling key
|
2020-05-20 18:16:39 +03:00 |
|
alesapin
|
07cb21ccb7
|
Merge branch 'master' into refactor-reservations
|
2020-05-18 11:43:48 +03:00 |
|
Gleb Novikov
|
1a25ac6e1f
|
Merge branch 'master' into refactor-reservations
|
2020-05-16 23:34:45 +03:00 |
|
Nikolai Kochetov
|
4d22374f24
|
Merged with master.
|
2020-05-14 12:06:15 +03:00 |
|
Anton Popov
|
84d4ad4315
|
add some comments
|
2020-05-13 19:00:06 +03:00 |
|
Anton Popov
|
67213b8ad4
|
fix sample with final
|
2020-05-12 21:23:40 +03:00 |
|
Nikolai Kochetov
|
0ef9b20823
|
Try fix sample final.
|
2020-05-12 17:37:19 +03:00 |
|
Nikolai Kochetov
|
5d13327ad8
|
Try fix merge with master.
|
2020-05-12 12:22:01 +03:00 |
|
alexey-milovidov
|
40ef113503
|
Merge branch 'master' into parallel-final
|
2020-05-11 06:47:44 +03:00 |
|
Gleb Novikov
|
57b6fb6d80
|
Merge branch 'master' into refactor-reservations
|
2020-05-10 13:01:45 +03:00 |
|
Gleb Novikov
|
390b39b272
|
VolumePtr instead of DiskPtr in MergeTreeData*
|
2020-05-10 00:24:15 +03:00 |
|
Anton Popov
|
cbbd8e521c
|
fix usage of primary key wrapped into a function with 'FINAL' modifier and 'ORDER BY' optimization
|
2020-05-07 01:27:35 +03:00 |
|
Nikolai Kochetov
|
19dadb8c2d
|
Add parallel final.
|
2020-04-30 12:59:08 +03:00 |
|
Nikolai Kochetov
|
153f795ebe
|
Merge branch 'master' into sorting-processors
|
2020-04-15 12:07:05 +03:00 |
|
Nikolai Kochetov
|
12f4cfb2c7
|
Use processors for final.
|
2020-04-14 13:04:49 +03:00 |
|
Nikolai Kochetov
|
d3acce8afa
|
Fix build.
|
2020-04-10 12:04:28 +03:00 |
|
alexey-milovidov
|
a6194364ea
|
Update MergeTreeDataSelectExecutor.cpp
|
2020-04-08 05:54:08 +03:00 |
|
Anton Popov
|
5ada959853
|
improve performance of index analysis with monotonic functions
|
2020-04-06 13:37:34 +03:00 |
|
Anton Popov
|
79024d73a2
|
improve performance of index analysis with monotonic functions
|
2020-04-06 13:37:34 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|