You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/lib
Rene Cannao c2f82b3d4e
Fix more Valgrind uninitialized value errors
1 week ago
..
AI_Features_Manager.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
AI_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
AI_Vector_Storage.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
Admin_Bootstrap.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
Admin_FlushVariables.cpp More sprintf to snprintf conversions and indentation fixes 1 week ago
Admin_Handler.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 week ago
Admin_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
Anomaly_Detector.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
BaseHGC.cpp
BaseSrvList.cpp
Base_HostGroups_Manager.cpp Use RAII for sqlite3 statements across codebase 1 week ago
Base_Session.cpp Implement async GenAI module with socketpair-based non-blocking architecture 1 month ago
Base_Thread.cpp fix: crash on macOS/FreeBSD when running PostgreSQL queries 2 weeks ago
Cache_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp
ClickHouse_Server.cpp
Config_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
Discovery_Schema.cpp Use RAII for sqlite3 statements across codebase 1 week ago
GTID_Server_Data.cpp docs: Add comprehensive Doxygen documentation for GTID refactoring 3 months ago
GenAI_Thread.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
LLM_Bridge.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
LLM_Clients.cpp Fix critical issues in GenAI code (PR #5339) 2 weeks ago
MCP_Endpoint.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
MCP_Thread.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
Makefile Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
MyHGC.cpp
MySQL_Authentication.cpp
MySQL_Catalog.cpp Use RAII for sqlite3 statements across codebase 1 week ago
MySQL_FTS.cpp Use RAII for sqlite3 statements across codebase 1 week ago
MySQL_HostGroups_Manager.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 week ago
MySQL_Logger.cpp Fix more Valgrind uninitialized value errors 1 week ago
MySQL_Monitor.cpp refactor: migrate remaining prepare_v2 SIMPLE cases in MySQL_Monitor 2 weeks ago
MySQL_PreparedStatement.cpp
MySQL_Protocol.cpp Change 'COM_STMT_EXECUTE' params length decoding 4 months ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 4 months ago
MySQL_Query_Processor.cpp
MySQL_ResultSet.cpp
MySQL_Session.cpp Fix uninitialized memory in QueryParserArgs.buf 1 week ago
MySQL_Set_Stmt_Parser.cpp Fix timezone parsing to support 3-component IANA names and hyphens 1 month ago
MySQL_Thread.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 week ago
MySQL_Tool_Handler.cpp Fix critical issues in GenAI code (PR #5339) 2 weeks ago
MySQL_Variables.cpp
MySQL_encode.cpp Change 'COM_STMT_EXECUTE' params length decoding 4 months ago
MySrvC.cpp
MySrvConnList.cpp
Observe_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
PgSQL_Authentication.cpp
PgSQL_Backend.cpp Few fixes 4 months ago
PgSQL_Connection.cpp Fix extended query Bind handling when a single parameter format is provided 1 month ago
PgSQL_Data_Stream.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 1 month ago
PgSQL_Error_Helper.cpp
PgSQL_ExplicitTxnStateMgr.cpp Optimize transaction command parsing to avoid unnecessary tokenization 3 months ago
PgSQL_Extended_Query_Message.cpp Replace 0xFFFFFFFF with PGSQL_PARAM_NULL constant 5 months ago
PgSQL_HostGroups_Manager.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 week ago
PgSQL_Logger.cpp Fixed typo 5 months ago
PgSQL_Monitor.cpp Use RAII for sqlite3 statements across codebase 1 week ago
PgSQL_PreparedStatement.cpp Use emplace instead of insert 3 months ago
PgSQL_Protocol.cpp use_ssl value from pgsql_users is properly assigned to the session 1 month ago
PgSQL_Query_Cache.cpp
PgSQL_Query_Processor.cpp Implement backend query cancellation for PostgreSQL #5136 5 months ago
PgSQL_Session.cpp Fix uninitialized memory in QueryParserArgs.buf 1 week ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 5 months ago
PgSQL_Thread.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 week ago
PgSQL_Variables.cpp Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle 5 months ago
PgSQL_Variables_Validator.cpp Replaced use of the generic write_generic() helper with direct packet construction for selected PostgreSQL protocol messages to reduce overhead and improve performance. 3 months ago
ProxySQL_Admin.cpp Fix multiple Valgrind-reported uninitialized memory issues 1 week ago
ProxySQL_Admin_Disk_Upgrade.cpp Fix table definition for 'pgsql_replication_hostgroups' 7 months ago
ProxySQL_Admin_Scheduler.cpp
ProxySQL_Admin_Stats.cpp Fix memory leak in stats processlist functions 1 week ago
ProxySQL_Admin_Tests.cpp
ProxySQL_Admin_Tests2.cpp refactor: migrate prepare_v2 to RAII API in ProxySQL_Admin_Tests2 2 weeks ago
ProxySQL_Cluster.cpp Use RAII for sqlite3 statements across codebase 1 week ago
ProxySQL_Config.cpp Fix SQL injection vulnerability in Read_Global_Variables_from_configfile 2 months ago
ProxySQL_GloVars.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 1 month ago
ProxySQL_HTTP_Server.cpp
ProxySQL_MCP_Server.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 1 month ago
ProxySQL_RESTAPI_Server.cpp Refactor find_script() to use parameterized prepared statements (via execute_prepared()) for safer SQL execution. 2 months ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp
QP_query_digest_stats.cpp
QP_rule_text.cpp
Query_Cache.cpp Add protocol labels to Query Cache metrics and enable PostgreSQL QC metrics 2 weeks ago
Query_Processor.cpp Merge branch 'v3.0' into v3.0_pgsql-query-digest-gen-5253 2 months ago
Query_Tool_Handler.cpp Fix critical issues in GenAI code (PR #5339) 2 weeks ago
RAG_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
SHA-crypt.txt
SpookyV2.cpp
Static_Harvester.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 weeks ago
c_tokenizer.cpp Fixed an issue where cur_cmd_cmnt was shared across threads 2 months ago
c_tokenizer_legacy.cpp
configfile.cpp
debug.cpp Fix more Valgrind uninitialized value errors 1 week ago
font-awesome.min.css.cpp
gen_utils.cpp Remove `stats` schema name from the query in stats user session 5 months ago
main-bundle.min.css.cpp
mysql_backend.cpp
mysql_connection.cpp Merge pull request #5096 from Gonlo2/fix-close-ssl-con 2 weeks ago
mysql_data_stream.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 1 month ago
network.cpp
pgsql_tokenizer.cpp Refactored comment handling 2 months ago
proxy_protocol_info.cpp
proxy_sqlite3_symbols.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 weeks ago
proxysql_coredump.cpp
proxysql_find_charset.cpp
proxysql_sslkeylog.cpp Address gemini-code-assist review comments for SSL keylog documentation 1 month ago
proxysql_utils.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 1 month ago
sha256crypt.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 1 month ago
sha256crypt.orig.c
sqlite3db.cpp fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag 4 weeks ago
thread.cpp