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 ca202ceba1
Refactor: partition sessions by backend state instead of sorting
1 month ago
..
Admin_Bootstrap.cpp feat: remove PROXYSQLGENAI flag, genai now builds under PROXYSQL40 (issue #5722) 2 months ago
Admin_FlushVariables.cpp genai: fix lifecycle reloads and drop dead MCP stats registration 2 months ago
Admin_Handler.cpp chore(genai-carveout): strip dead PROXYSQLGENAI blocks + plugin hardening 2 months ago
BackendSyncDecision.cpp Address review: fix NULL asymmetry in backend sync decisions (PR #5511) 3 months ago
BaseHGC.cpp
BaseSrvList.cpp
Base_HostGroups_Manager.cpp fix(lib): eliminate compiler warnings in core library files 2 months ago
Base_Session.cpp fix: move variable declaration inside loop scope in reset_all_backends 2 months ago
Base_Thread.cpp Refactor: partition sessions by backend state instead of sorting 1 month ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp fix: correct lock unlock order in Authentication classes 2 months ago
ClickHouse_Server.cpp Apply AI agent review fixes to PR #5374 4 months ago
GTID_Server_Data.cpp Fix GTID range validation 2 months ago
HostgroupRouting.cpp Extract hostgroup routing decision logic (Phase 3.5, #5493) 3 months ago
Makefile Merge branch 'v3.0' into feature/parsersql-integration 2 months ago
MonitorHealthDecision.cpp Fix compilation error: add missing #include <cstdint> in MonitorHealthDecision.cpp 3 months ago
MyHGC.cpp Merge branch 'v3.0' into fix/4530-mysql-server-selection-prng 2 months ago
MySQLErrorClassifier.cpp Extract MySQL error classification logic (Phase 3.7, #5495) 3 months ago
MySQLFFTO.cpp feat(ffto): record MySQL FF errors in stats_mysql_errors 3 months ago
MySQLProtocolUtils.cpp feat(ffto): add mysql_parse_err_packet() helper with unit tests 3 months ago
MySQL_Authentication.cpp fix: correct lock unlock order in Authentication classes 2 months ago
MySQL_HostGroups_Manager.cpp Merge remote-tracking branch 'origin/v3.0' into lint-tap-tests-static-analysis 2 months ago
MySQL_Logger.cpp Add protocol-labeled logger counters and FLUSH LOGS race TAP 4 months ago
MySQL_Monitor.cpp MySQL_Monitor: GR thread ignores cached ping state on first iteration 2 months ago
MySQL_PreparedStatement.cpp Preserve prepared statement `min_gtid` in `first_comment_parsing` mode 2 months ago
MySQL_Protocol.cpp fix(mysql): advertise CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA in server greeting 2 months ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 8 months ago
MySQL_Query_Processor.cpp fix: add NOSONAR annotations for pre-existing S5813 strlen hotspots 2 months ago
MySQL_ResultSet.cpp
MySQL_Session.cpp fix(core): handle MySQL errors 1210 and 1231 when setting variables on backend 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 Refactor: partition sessions by backend state instead of sorting 1 month ago
MySQL_Variables.cpp fix: MySQL 9.x charset handling and log_last_insert_id test race 2 months ago
MySQL_encode.cpp Change 'COM_STMT_EXECUTE' params length decoding 8 months ago
MySrvC.cpp MySrvC: rename server_backoff_time to session_track_backoff_until, gate hot-path read 2 months ago
MySrvConnList.cpp fix(mysql): replace broken PRNG in server and connection selection 2 months ago
PgSQLCommandComplete.cpp Extract PgSQL CommandComplete tag parser for unit testing (#5499) 3 months ago
PgSQLErrorClassifier.cpp Address review on PgSQL error classifier (PR #5514) 3 months ago
PgSQLErrorFields.cpp feat(ffto): add pgsql_parse_error_response() helper with unit tests 3 months ago
PgSQLFFTO.cpp feat(ffto): record PostgreSQL FF errors in stats_pgsql_errors 3 months ago
PgSQLMonitorDecision.cpp Extract PgSQL monitor health decisions (Phase 3.9, #5497) 3 months ago
PgSQL_Authentication.cpp fix: correct lock unlock order in Authentication classes 2 months ago
PgSQL_Backend.cpp Few fixes 8 months ago
PgSQL_Connection.cpp fix(pgsql): mark transaction state unknown when backend connection is broken 2 months ago
PgSQL_Data_Stream.cpp Change memcpy to memmove which correctly handles overlapping memory regions. 3 months ago
PgSQL_Error_Helper.cpp
PgSQL_ExplicitTxnStateMgr.cpp Unify ABORT and ROLLBACK command parsing 3 months ago
PgSQL_Extended_Query_Message.cpp Fixed typo 4 months ago
PgSQL_HostGroups_Manager.cpp fix(lib): eliminate compiler warnings in core library files 2 months ago
PgSQL_Logger.cpp Merge remote-tracking branch 'origin/v3.0' into merge/v3.0-into-v3.0-5243 4 months ago
PgSQL_Monitor.cpp fix(pgsql-monitor): add proxy_debug logging and clean up test variable 2 months ago
PgSQL_PreparedStatement.cpp Added missing iterator advancement 4 months ago
PgSQL_Protocol.cpp fix(lib): replace deprecated MD5_* API with EVP in PgSQL_Protocol 2 months ago
PgSQL_Query_Cache.cpp
PgSQL_Query_Processor.cpp fix: add NOSONAR annotations for pre-existing S5813 strlen hotspots 2 months ago
PgSQL_Session.cpp merge: merge v3.0 into feature/parsersql-integration 2 months ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 8 months ago
PgSQL_Thread.cpp Refactor: partition sessions by backend state instead of sorting 1 month ago
PgSQL_Variables.cpp Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle 9 months ago
PgSQL_Variables_Validator.cpp fix: address all AI review concerns for PostgreSQL cluster sync 5 months ago
ProxySQL_Admin.cpp feat: add SCRAM cache invalidation, TAP test, and bench_connect tool 2 months ago
ProxySQL_Admin_Disk_Upgrade.cpp
ProxySQL_Admin_Scheduler.cpp
ProxySQL_Admin_Stats.cpp refactor: remove MCP stats DDL macros and design comments from core (issue #5729) 2 months ago
ProxySQL_Admin_Tests.cpp
ProxySQL_Admin_Tests2.cpp MCP stats: implement in-memory show_queries Top-K path 4 months ago
ProxySQL_Cluster.cpp fix(lib): eliminate remaining lib compiler warnings 2 months ago
ProxySQL_Config.cpp Fix timeout_ms validation and write path section name consistency 3 months ago
ProxySQL_GloVars.cpp feat: add --no-plugins kill switch; fix 4 pre-existing test failures 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_PluginManager.cpp fix: address all critical and important code review findings (issue #5729) 2 months ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 5 months ago
ProxySQL_RESTAPI_Server.cpp fix(lib): eliminate compiler warnings in core library files 2 months 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 4 months ago
QP_rule_text.cpp
Query_Cache.cpp Add protocol labels to Query Cache metrics and enable PostgreSQL QC metrics 4 months ago
Query_Processor.cpp fix: resolve all 12 SonarCloud issues (S3776, S134, S1231, M23_090) 2 months ago
Query_Processor_ParserSQL.cpp fix: add NOSONAR annotations for SonarCloud security hotspots 2 months ago
SHA-crypt.txt
ServerSelection.cpp Address review feedback on server selection (PR #5508) 3 months ago
SpookyV2.cpp
TSDB_Dashboard_html.cpp tsdb: address AI code review feedback, fix memory safety and logic bugs 4 months ago
TransactionState.cpp Extract transaction state tracking logic (Phase 3.8, #5496) 3 months ago
c_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 4 months ago
c_tokenizer_legacy.cpp
configfile.cpp
debug.cpp lint: optimize enum types and fix reserved identifiers in Query_Cache, admin, thread, debug 2 months ago
font-awesome.min.css.cpp
gen_utils.cpp Remove `stats` schema name from the query in stats user session 9 months ago
log_utils.cpp Fix FreeBSD build compatibility 3 months ago
main-bundle.min.css.cpp
mysql_backend.cpp fix: add null checks before deleting server_myds in backend reset and ping handlers 2 months ago
mysql_connection.cpp Merge branch 'v3.0' into session-track-system-variable 2 months ago
mysql_data_stream.cpp feat: use mysql-zstd_compression_level for zstd compression 2 months ago
network.cpp
pgsql_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 4 months ago
proxy_protocol_info.cpp Fix PROXY protocol v1 address overflow 3 months ago
proxy_sqlite3_symbols.cpp feat: remove PROXYSQLGENAI flag, genai now builds under PROXYSQL40 (issue #5722) 2 months ago
proxysql_coredump.cpp
proxysql_find_charset.cpp
proxysql_gtid.cpp Fix cmp() to be const-qualified and remove redundant OpenSSL linking on Darwin 2 months ago
proxysql_sslkeylog.cpp Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281) 3 months ago
proxysql_utils.cpp Fix FreeBSD build compatibility 3 months ago
sha256crypt.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 5 months ago
sha256crypt.orig.c
sqlite3db.cpp fix: harden SQLite3_row::add_fields against potential null data pointer 2 months ago
thread.cpp