Maksim Kita
|
6e1d837439
|
Fixed style check
|
2022-04-05 11:24:33 +02:00 |
|
Maksim Kita
|
2a8e479277
|
ExecutableUserDefinedFunction prevent function execution during query analysis
|
2022-04-04 15:56:01 +02:00 |
|
Maksim Kita
|
5590cfa3aa
|
Updated executable function integration tests
|
2021-12-28 22:55:30 +03:00 |
|
Alexey Milovidov
|
d6ece47b7f
|
Allow vfork
|
2021-12-24 12:25:27 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Maksim Kita
|
c9a0b1e28e
|
Updated tests
|
2021-08-30 21:41:36 +03:00 |
|
Maksim Kita
|
4aa2479ca1
|
Added support for multiple pipes
|
2021-08-28 22:47:59 +03:00 |
|
Maksim Kita
|
6ccdde4a88
|
Updated TableFunctionExecutable
|
2021-08-25 22:30:22 +03:00 |
|
Maksim Kita
|
882dde56ea
|
ShellCommand waitpid eintr signal fix
|
2021-03-09 13:13:19 +03:00 |
|
Maksim Kita
|
92107a6ded
|
Fixed documentation message
|
2021-03-07 14:43:08 +03:00 |
|
Maksim Kita
|
6414da73bf
|
Fixed code review issues
|
2021-03-06 21:45:51 +03:00 |
|
Maksim Kita
|
9173544003
|
Added documentation
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
aa0778933c
|
Added BorrowedObjectPool
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
91e43a6b3b
|
Updated ExecutablePoolDictionarySource
|
2021-03-05 13:17:46 +03:00 |
|
Alexander Tokmakov
|
b94cc5c4e5
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Alexey Milovidov
|
78dbf10c7b
|
Fix exception safety in ShellCommand
|
2020-09-30 03:00:45 +03:00 |
|
Alexey Milovidov
|
1400bdbf83
|
Fix unit tests
|
2020-09-07 06:11:35 +03:00 |
|
Alexey Milovidov
|
23b9677879
|
Added a script to import git repository to ClickHouse
|
2020-09-04 08:46:58 +03:00 |
|
Alexey Milovidov
|
df19db1509
|
Added a test for history in clickhouse-client
|
2020-06-07 20:29:34 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
f75587e562
|
Progress on task
|
2020-05-23 23:13:34 +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
|
8042e5febe
|
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, \6);/'
|
2020-05-23 19:58:15 +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 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|