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
Rahim Kanji db5f1ea498
Track query count for extended query protocol executions
1 month ago
..
AI_Features_Manager.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
AI_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
AI_Vector_Storage.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
Admin_Bootstrap.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
Admin_FlushVariables.cpp More sprintf to snprintf conversions and indentation fixes 1 month ago
Admin_Handler.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 month ago
Admin_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
Anomaly_Detector.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
BaseHGC.cpp Fixed TEST_AURORA build 1 year ago
BaseSrvList.cpp Initial commit with PostgreSQL support 2 years ago
Base_HostGroups_Manager.cpp Use RAII for sqlite3 statements across codebase 1 month ago
Base_Session.cpp Implement async GenAI module with socketpair-based non-blocking architecture 2 months ago
Base_Thread.cpp Fix more Valgrind uninitialized value errors 1 month ago
Cache_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp Initial commit with PostgreSQL support 2 years ago
ClickHouse_Server.cpp Apply AI agent review fixes to PR #5374 1 month ago
Config_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
Discovery_Schema.cpp Use RAII for sqlite3 statements across codebase 1 month ago
GTID_Server_Data.cpp docs: Add comprehensive Doxygen documentation for GTID refactoring 4 months ago
GenAI_Thread.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
LLM_Bridge.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
LLM_Clients.cpp Fix critical issues in GenAI code (PR #5339) 2 months ago
MCP_Endpoint.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
MCP_Thread.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
Makefile Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
MyHGC.cpp Initial commit with PostgreSQL support 2 years ago
MySQL_Authentication.cpp Initial commit with PostgreSQL support 2 years ago
MySQL_Catalog.cpp Use RAII for sqlite3 statements across codebase 1 month ago
MySQL_FTS.cpp Use RAII for sqlite3 statements across codebase 1 month ago
MySQL_HostGroups_Manager.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 month ago
MySQL_Logger.cpp Apply AI agent review fixes to PR #5374 1 month ago
MySQL_Monitor.cpp Merge pull request #5373 from sysown/v3.0_improve_mysql_monitoring_5256 1 month ago
MySQL_PreparedStatement.cpp Some code cleanup 2 years ago
MySQL_Protocol.cpp Change 'COM_STMT_EXECUTE' params length decoding 5 months ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 5 months ago
MySQL_Query_Processor.cpp Fix MySQL 8.4 replication lag monitoring - Closes #4727 12 months ago
MySQL_ResultSet.cpp use local includes - openssl 2 years ago
MySQL_Session.cpp Merge pull request #5374 from sysown/v3.0-test0213 1 month ago
MySQL_Set_Stmt_Parser.cpp Fix timezone parsing to support 3-component IANA names and hyphens 2 months ago
MySQL_Thread.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 month ago
MySQL_Tool_Handler.cpp Fix critical issues in GenAI code (PR #5339) 2 months ago
MySQL_Variables.cpp Ignore tracking of session_track_system_variables 1 year ago
MySQL_encode.cpp Change 'COM_STMT_EXECUTE' params length decoding 5 months ago
MySrvC.cpp Removed MySrvStatus class 2 years ago
MySrvConnList.cpp Removed MySrvStatus class 2 years ago
Observe_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
PgSQL_Authentication.cpp Initial commit with PostgreSQL support 2 years ago
PgSQL_Backend.cpp Few fixes 5 months ago
PgSQL_Connection.cpp Track query count for extended query protocol executions 1 month ago
PgSQL_Data_Stream.cpp Fix uninitialized tmp_charset in Data_Stream constructors 1 month ago
PgSQL_Error_Helper.cpp Initial commit with PostgreSQL support 2 years ago
PgSQL_ExplicitTxnStateMgr.cpp Optimize transaction command parsing to avoid unnecessary tokenization 4 months ago
PgSQL_Extended_Query_Message.cpp Replace 0xFFFFFFFF with PGSQL_PARAM_NULL constant 6 months ago
PgSQL_HostGroups_Manager.cpp Merge branch 'v3.0-openssl-fix' into v3.0-test0213 1 month ago
PgSQL_Logger.cpp Fixed typo 6 months ago
PgSQL_Monitor.cpp Use RAII for sqlite3 statements across codebase 1 month ago
PgSQL_PreparedStatement.cpp Added missing iterator advancement 1 month ago
PgSQL_Protocol.cpp use_ssl value from pgsql_users is properly assigned to the session 2 months ago
PgSQL_Query_Cache.cpp Refactored and Optimized Query Cache with PgSQL Support 1 year ago
PgSQL_Query_Processor.cpp Fix uninitialized memory in Command_Counter::_counters 1 month ago
PgSQL_Session.cpp Reset current_hostgroup to default when no query rule matches 1 month 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 month ago
PgSQL_Variables.cpp Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle 6 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. 4 months ago
ProxySQL_Admin.cpp Apply AI agent review fixes to PR #5374 1 month ago
ProxySQL_Admin_Disk_Upgrade.cpp Fix table definition for 'pgsql_replication_hostgroups' 8 months ago
ProxySQL_Admin_Scheduler.cpp Initial commit with PostgreSQL support 2 years ago
ProxySQL_Admin_Stats.cpp Fix memory leak in stats processlist functions 1 month ago
ProxySQL_Admin_Tests.cpp Added stats_pgsql_query_digest and stats_pgsql_query_digest_reset tables 2 years ago
ProxySQL_Admin_Tests2.cpp refactor: migrate prepare_v2 to RAII API in ProxySQL_Admin_Tests2 1 month ago
ProxySQL_Cluster.cpp Use RAII for sqlite3 statements across codebase 1 month ago
ProxySQL_Config.cpp Fix SQL injection vulnerability in Read_Global_Variables_from_configfile 3 months ago
ProxySQL_GloVars.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 2 months ago
ProxySQL_HTTP_Server.cpp Initial commit with PostgreSQL support 2 years ago
ProxySQL_MCP_Server.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 2 months ago
ProxySQL_RESTAPI_Server.cpp Refactor find_script() to use parameterized prepared statements (via execute_prepared()) for safer SQL execution. 3 months ago
ProxySQL_Restapi.cpp Various optimization to RESTAPI configuration 3 years ago
ProxySQL_Statistics.cpp Port to 3.0 of in-memory query logging 1 year ago
QP_query_digest_stats.cpp Initial commit with PostgreSQL support 2 years ago
QP_rule_text.cpp Initial commit with PostgreSQL support 2 years ago
Query_Cache.cpp Add protocol labels to Query Cache metrics and enable PostgreSQL QC metrics 1 month ago
Query_Processor.cpp Merge branch 'v3.0' into v3.0_pgsql-query-digest-gen-5253 3 months ago
Query_Tool_Handler.cpp Fix critical issues in GenAI code (PR #5339) 2 months ago
RAG_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
SHA-crypt.txt Adding sha256crypt.cpp 3 years ago
SpookyV2.cpp
Static_Harvester.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 2 months ago
c_tokenizer.cpp Fixed an issue where cur_cmd_cmnt was shared across threads 3 months ago
c_tokenizer_legacy.cpp Moved legacy code away from c_tokenizer.cpp 2 years ago
configfile.cpp use local includes - libconfig 2 years ago
debug.cpp Apply AI agent review fixes to PR #5374 1 month ago
font-awesome.min.css.cpp
gen_utils.cpp Remove `stats` schema name from the query in stats user session 6 months ago
main-bundle.min.css.cpp
mysql_backend.cpp Initial commit with PostgreSQL support 2 years ago
mysql_connection.cpp Fix uninitialized max_allowed_pkt in MySQL_Connection constructor 1 month ago
mysql_data_stream.cpp Fix PROXY protocol detection in MySQL_Data_Stream::read_from_net 1 month ago
network.cpp Better error handling when calling bind()/listen() 3 years ago
pgsql_tokenizer.cpp Fix uninitialized memory read in pgsql tokenizer 1 month ago
proxy_protocol_info.cpp Implementation of PROXY protocol V1 2 years ago
proxy_sqlite3_symbols.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 2 months ago
proxysql_coredump.cpp Reset coredump stats exclusively when the 'LOAD COREDUMP TO RUNTIME' command is executed 3 years ago
proxysql_find_charset.cpp Several code documentation 2 years ago
proxysql_sslkeylog.cpp Address gemini-code-assist review comments for SSL keylog documentation 2 months ago
proxysql_utils.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 2 months ago
sha256crypt.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 2 months ago
sha256crypt.orig.c Adding sha256crypt.cpp 3 years ago
sqlite3db.cpp fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag 2 months ago
thread.cpp Commenting unused code 5 years ago