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 96c686dafa
MySQL_Monitor: GR thread ignores cached ping state on first iteration
1 month ago
..
AI_Features_Manager.cpp chore: fix stale rembed reference and simplify test Makefile 1 month ago
AI_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
AI_Vector_Storage.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
Admin_Bootstrap.cpp chore(sqlite): remove dead-code sqlite-rembed hook pointer 1 month ago
Admin_FlushVariables.cpp fix: address code review findings for pgsql cluster sync 1 month ago
Admin_Handler.cpp fix(lib): eliminate compiler warnings in core library files 1 month ago
Admin_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
Anomaly_Detector.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
BackendSyncDecision.cpp Address review: fix NULL asymmetry in backend sync decisions (PR #5511) 2 months ago
BaseHGC.cpp Fixed TEST_AURORA build 2 years ago
BaseSrvList.cpp Initial commit with PostgreSQL support 2 years ago
Base_HostGroups_Manager.cpp fix(lib): eliminate compiler warnings in core library files 1 month ago
Base_Session.cpp Fix PostgreSQL transaction state management for pipeline mode 3 months ago
Base_Thread.cpp fix(lib): eliminate compiler warnings in core library files 1 month ago
Cache_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp lint: fix reserved identifier in member variables 1 month ago
ClickHouse_Server.cpp Apply AI agent review fixes to PR #5374 3 months ago
Config_Tool_Handler.cpp Merge branch 'v3.0' into v4.0-mcp-stats 3 months ago
Discovery_Schema.cpp fix(lib): eliminate remaining lib compiler warnings 1 month ago
GTID_Server_Data.cpp gtid: Add `NULL` check after `strchr()` 1 month ago
GenAI_Thread.cpp fix(lib): eliminate remaining lib compiler warnings 1 month ago
HostgroupRouting.cpp Extract hostgroup routing decision logic (Phase 3.5, #5493) 2 months ago
LLM_Bridge.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
LLM_Clients.cpp fix: eliminate macro redefinition, member init reorder, and format warnings 1 month ago
MCP_Endpoint.cpp fix: address PR review feedback from coding agents 2 months ago
MCP_Thread.cpp fix: Remove unused legacy mcp-mysql_* variables 3 months ago
MCP_Tool_Handler.cpp MCP stats: address review findings and add detailed docs 3 months ago
Makefile Merge 'v3.0' into feature/gtid-range-update 1 month ago
MonitorHealthDecision.cpp Fix compilation error: add missing #include <cstdint> in MonitorHealthDecision.cpp 2 months ago
MyHGC.cpp Initial commit with PostgreSQL support 2 years ago
MySQLErrorClassifier.cpp Extract MySQL error classification logic (Phase 3.7, #5495) 2 months ago
MySQLFFTO.cpp feat(ffto): record MySQL FF errors in stats_mysql_errors 2 months ago
MySQLProtocolUtils.cpp feat(ffto): add mysql_parse_err_packet() helper with unit tests 2 months ago
MySQL_Authentication.cpp fix: PR review feedback - double-free, end comments, dead code 1 month ago
MySQL_Catalog.cpp Use RAII for sqlite3 statements across codebase 3 months ago
MySQL_FTS.cpp Use RAII for sqlite3 statements across codebase 3 months ago
MySQL_HostGroups_Manager.cpp Merge remote-tracking branch 'origin/v3.0' into lint-tap-tests-static-analysis 1 month ago
MySQL_Logger.cpp Add protocol-labeled logger counters and FLUSH LOGS race TAP 3 months ago
MySQL_Monitor.cpp MySQL_Monitor: GR thread ignores cached ping state on first iteration 1 month ago
MySQL_PreparedStatement.cpp Preserve prepared statement `min_gtid` in `first_comment_parsing` mode 2 months ago
MySQL_Protocol.cpp fix: parse caching_sha2_password rounds as hex (auth fails on rounds >= 10000) 1 month ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 7 months ago
MySQL_Query_Processor.cpp Fix MySQL 8.4 replication lag monitoring - Closes #4727 1 year ago
MySQL_ResultSet.cpp
MySQL_Session.cpp Merge branch 'v3.0' into fix-fc-parsing 1 month ago
MySQL_Set_Stmt_Parser.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
MySQL_Thread.cpp Revert 'enable_client_session_tracking' variable; keep greeting fix 1 month ago
MySQL_Tool_Handler.cpp fix: eliminate macro redefinition, member init reorder, and format warnings 1 month ago
MySQL_Variables.cpp fix: MySQL 9.x charset handling and log_last_insert_id test race 1 month ago
MySQL_encode.cpp Change 'COM_STMT_EXECUTE' params length decoding 7 months ago
MySrvC.cpp
MySrvConnList.cpp Fix connection pool extraction: separate header, proper unit tests 2 months ago
Observe_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
PgSQLCommandComplete.cpp Extract PgSQL CommandComplete tag parser for unit testing (#5499) 2 months ago
PgSQLErrorClassifier.cpp Address review on PgSQL error classifier (PR #5514) 2 months ago
PgSQLErrorFields.cpp feat(ffto): add pgsql_parse_error_response() helper with unit tests 2 months ago
PgSQLFFTO.cpp feat(ffto): record PostgreSQL FF errors in stats_pgsql_errors 2 months ago
PgSQLMonitorDecision.cpp Extract PgSQL monitor health decisions (Phase 3.9, #5497) 2 months ago
PgSQL_Authentication.cpp lint: fix reserved identifier in member variables 1 month ago
PgSQL_Backend.cpp Few fixes 7 months ago
PgSQL_Connection.cpp refactor: simplify pgsql_servers_ssl_params schema and pre-parse TLS range 2 months ago
PgSQL_Data_Stream.cpp Change memcpy to memmove which correctly handles overlapping memory regions. 3 months ago
PgSQL_Error_Helper.cpp Initial commit with PostgreSQL support 2 years ago
PgSQL_ExplicitTxnStateMgr.cpp Unify ABORT and ROLLBACK command parsing 3 months ago
PgSQL_Extended_Query_Message.cpp Fixed typo 3 months ago
PgSQL_HostGroups_Manager.cpp fix(lib): eliminate compiler warnings in core library files 1 month ago
PgSQL_Logger.cpp Merge remote-tracking branch 'origin/v3.0' into merge/v3.0-into-v3.0-5243 3 months ago
PgSQL_Monitor.cpp fix(pgsql-monitor): add proxy_debug logging and clean up test variable 1 month ago
PgSQL_PreparedStatement.cpp Added missing iterator advancement 3 months ago
PgSQL_Protocol.cpp fix(lib): replace deprecated MD5_* API with EVP in PgSQL_Protocol 1 month ago
PgSQL_Query_Cache.cpp Refactored and Optimized Query Cache with PgSQL Support 2 years ago
PgSQL_Query_Processor.cpp Fix uninitialized memory in Command_Counter::_counters 3 months ago
PgSQL_Session.cpp Skip RE2 for non-COPY queries via strcasestr pre-check 1 month ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 8 months ago
PgSQL_Static_Harvester.cpp Fix SIGSEGV caused by double-finalize of sqlite3_stmt 3 months ago
PgSQL_Thread.cpp Disable FFTO by default in 3.1.x, keep enabled in 4.0.x (#5539) 2 months ago
PgSQL_Variables.cpp Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle 8 months ago
PgSQL_Variables_Validator.cpp fix: address all AI review concerns for PostgreSQL cluster sync 4 months ago
ProxySQL_Admin.cpp Merge pull request #5594 from sysown/v3.0-lint 1 month ago
ProxySQL_Admin_Disk_Upgrade.cpp Fix table definition for 'pgsql_replication_hostgroups' 11 months ago
ProxySQL_Admin_Scheduler.cpp Initial commit with PostgreSQL support 2 years ago
ProxySQL_Admin_Stats.cpp Rename stats_global to stats_proxysql_global to avoid strstr substring collision 2 months ago
ProxySQL_Admin_Tests.cpp Added stats_pgsql_query_digest and stats_pgsql_query_digest_reset tables 2 years ago
ProxySQL_Admin_Tests2.cpp MCP stats: implement in-memory show_queries Top-K path 3 months ago
ProxySQL_Cluster.cpp fix(lib): eliminate remaining lib compiler warnings 1 month ago
ProxySQL_Config.cpp Fix timeout_ms validation and write path section name consistency 2 months ago
ProxySQL_GloVars.cpp Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281) 2 months ago
ProxySQL_HTTP_Server.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
ProxySQL_MCP_Server.cpp fix: eliminate macro redefinition, member init reorder, and format warnings 1 month ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 4 months ago
ProxySQL_RESTAPI_Server.cpp fix(lib): eliminate compiler warnings in core library files 1 month ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp fix: resolve syntax error in ProxySQL_Statistics.cpp and verify build stability across tiers 3 months ago
QP_query_digest_stats.cpp MCP stats: implement in-memory show_queries Top-K path 3 months 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 3 months ago
Query_Processor.cpp refactor: extract query rule matching helper 2 months ago
Query_Tool_Handler.cpp test: add 4 more unit test files with 198 assertions (Tier 1) 2 months ago
RAG_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
SHA-crypt.txt
ServerSelection.cpp Address review feedback on server selection (PR #5508) 2 months ago
SpookyV2.cpp
Static_Harvester.cpp mcp discovery: enforce target-scoped run model and add protocol-aware static harvesting (mysql+pgsql) 3 months ago
Stats_Tool_Handler.cpp fix: namespace stats_utils helpers to avoid symbol collision 2 months ago
TSDB_Dashboard_html.cpp tsdb: address AI code review feedback, fix memory safety and logic bugs 3 months ago
TransactionState.cpp Extract transaction state tracking logic (Phase 3.8, #5496) 2 months ago
c_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 3 months ago
c_tokenizer_legacy.cpp
configfile.cpp
debug.cpp lint: optimize enum types and fix reserved identifiers in Query_Cache, admin, thread, debug 1 month ago
font-awesome.min.css.cpp
gen_utils.cpp Remove `stats` schema name from the query in stats user session 8 months ago
log_utils.cpp Fix FreeBSD build compatibility 2 months ago
main-bundle.min.css.cpp
mysql_backend.cpp Initial commit with PostgreSQL support 2 years ago
mysql_connection.cpp Revert "Document DNS cache bypass limitation for resolution_family" 2 months ago
mysql_data_stream.cpp feat: use mysql-zstd_compression_level for zstd compression 1 month ago
network.cpp
pgsql_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 3 months ago
proxy_protocol_info.cpp Fix PROXY protocol v1 address overflow 2 months ago
proxy_sqlite3_symbols.cpp chore(sqlite): remove dead-code sqlite-rembed hook pointer 1 month ago
proxysql_coredump.cpp
proxysql_find_charset.cpp
proxysql_gtid.cpp Fix `GTID_Set` formatting and improve interval handling 2 months ago
proxysql_sslkeylog.cpp Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281) 2 months ago
proxysql_utils.cpp Fix FreeBSD build compatibility 2 months ago
sha256crypt.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 4 months ago
sha256crypt.orig.c
sqlite3db.cpp fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag 4 months ago
thread.cpp