ClickHouse/src/Server
Anton Popov 61859ee865
Merge pull request #61055 from CurtizJ/fix-async-insert-deadlock
Fix deadlock in async inserts to `Log` tables via native protocol
2024-03-08 11:36:49 +01:00
..
grpc_protos Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
HTTP Merge branch 'master' into redirect-handlers 2024-02-27 01:27:38 +03:00
CertificateReloader.cpp Updated implementation 2024-01-25 14:31:49 +03:00
CertificateReloader.h Updated implementation 2024-01-25 14:31:49 +03:00
CloudPlacementInfo.cpp Move definition to cpp 2024-02-14 12:51:14 +01:00
CloudPlacementInfo.h Move definition to cpp 2024-02-14 12:51:14 +01:00
CMakeLists.txt Remove unbundled gRPC support 2022-01-20 08:47:16 +03:00
GRPCServer.cpp Fixed tests 2024-02-09 21:39:36 +03:00
GRPCServer.h Fixed tests 2024-02-09 21:39:36 +03:00
HTTPHandler.cpp Allow to map UI handlers to different paths 2024-02-25 23:04:39 +01:00
HTTPHandler.h Revert "Fix: IAST::clone() for RENAME" 2024-02-26 08:47:05 +01:00
HTTPHandlerFactory.cpp Merge pull request #60390 from ClickHouse/redirect-handlers 2024-03-02 05:15:31 +03:00
HTTPHandlerFactory.h Merge branch 'master' into redirect-handlers 2024-02-27 01:27:38 +03:00
HTTPHandlerRequestFilter.h Add support for HTTP redirects 2024-02-25 23:45:09 +01:00
HTTPPathHints.cpp Add hints for HTTP handlers 2023-08-10 06:23:20 -04:00
HTTPPathHints.h Refactor IHints 2023-09-10 03:48:12 +00:00
HTTPRequestHandlerFactoryMain.cpp Updated implementation 2024-01-25 14:31:49 +03:00
HTTPRequestHandlerFactoryMain.h Updated implementation 2024-01-25 14:31:49 +03:00
InterserverIOHTTPHandler.cpp Better 2024-03-04 16:36:46 +01:00
InterserverIOHTTPHandler.h Updated implementation 2024-01-25 14:31:49 +03:00
IServer.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
KeeperReadinessHandler.cpp Updated implementation 2024-01-25 14:31:49 +03:00
KeeperReadinessHandler.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
KeeperTCPHandler.cpp Updated implementation 2024-01-25 14:31:49 +03:00
KeeperTCPHandler.h Updated implementation 2024-01-25 14:31:49 +03:00
KeeperTCPHandlerFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
MySQLHandler.cpp Enable prefer_column_name_to_alias in MySQL Handler, default enable two MySQL settings 2024-02-23 17:42:54 +00:00
MySQLHandler.h Address PR feedback 2024-01-29 20:11:02 +01:00
MySQLHandlerFactory.cpp Updated implementation 2024-01-25 14:31:49 +03:00
MySQLHandlerFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
NotFoundHandler.cpp Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
NotFoundHandler.h Fixing more headers 2024-02-29 15:40:30 +00:00
PostgreSQLHandler.cpp Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
PostgreSQLHandler.h Updated implementation 2024-01-25 14:31:49 +03:00
PostgreSQLHandlerFactory.cpp Updated implementation 2024-01-25 14:31:49 +03:00
PostgreSQLHandlerFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
PrometheusMetricsWriter.cpp Fix build 2024-02-14 14:10:58 +01:00
PrometheusMetricsWriter.h Send only specific events/metrics for Keeper prometheus 2024-02-13 16:01:50 +01:00
PrometheusRequestHandler.cpp Send only specific events/metrics for Keeper prometheus 2024-02-13 16:01:50 +01:00
PrometheusRequestHandler.h Send only specific events/metrics for Keeper prometheus 2024-02-13 16:01:50 +01:00
ProtocolServerAdapter.cpp Rename 2023-09-01 12:55:58 +02:00
ProtocolServerAdapter.h Rename 2023-09-01 12:55:58 +02:00
ProxyV1Handler.cpp Better exception messages in input formats 2023-11-21 13:13:42 +00:00
ProxyV1Handler.h Updated implementation 2024-01-25 14:31:49 +03:00
ProxyV1HandlerFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
ReplicasStatusHandler.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ReplicasStatusHandler.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
ServerType.cpp Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
ServerType.h Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
StaticRequestHandler.cpp Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
StaticRequestHandler.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
TCPHandler.cpp Merge pull request #61055 from CurtizJ/fix-async-insert-deadlock 2024-03-08 11:36:49 +01:00
TCPHandler.h Use always host_name for profile events block 2024-02-02 14:27:09 +00:00
TCPHandlerFactory.h Call getFQDNOrHostName() once 2024-02-02 14:33:34 +00:00
TCPProtocolStackData.h review suggestions 2022-09-29 00:13:40 +00:00
TCPProtocolStackFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
TCPProtocolStackHandler.h review suggestions 2022-09-29 00:13:40 +00:00
TCPServer.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
TCPServer.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
TCPServerConnectionFactory.h review suggestions 2022-09-29 00:13:40 +00:00
TLSHandler.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TLSHandlerFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
waitServersToFinish.cpp Convert unnecessary std::scoped_lock to std::lock_guard 2023-10-25 09:26:16 +00:00
waitServersToFinish.h Add missed #include <mutex> 2024-02-23 17:23:11 +03:00
WebUIRequestHandler.cpp Allow to map UI handlers to different paths 2024-02-25 23:04:39 +01:00
WebUIRequestHandler.h Fixing more headers 2024-02-29 15:40:30 +00:00