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 eed52db897
Merge branch 'v3.0' into v3.0_partition-fairness
3 weeks ago
..
Admin_Bootstrap.cpp feat: remove PROXYSQLGENAI flag, genai now builds under PROXYSQL40 (issue #5722) 1 month ago
Admin_FlushVariables.cpp genai: fix lifecycle reloads and drop dead MCP stats registration 1 month ago
Admin_Handler.cpp chore(genai-carveout): strip dead PROXYSQLGENAI blocks + plugin hardening 1 month 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 aurora: Fix monitor race condition and implement autopurge 2 months ago
Base_Session.cpp fix: move variable declaration inside loop scope in reset_all_backends 1 month ago
Base_Thread.cpp perf(partition): promote longest-waiting B session via max_connect_time fold 3 weeks ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp fix: correct lock unlock order in Authentication classes 1 month ago
ClickHouse_Server.cpp Apply AI agent review fixes to PR #5374 4 months ago
DNS_Cache.cpp chore(sonar): tighten NOSONAR placement for remaining hotspots 3 weeks 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 Extract DNS cache into shared DNS_Cache module 3 weeks 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 1 month 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 1 month ago
MySQL_HostGroups_Manager.cpp aurora: Fix monitor race condition and implement autopurge 2 months ago
MySQL_Logger.cpp Add protocol-labeled logger counters and FLUSH LOGS race TAP 4 months ago
MySQL_Monitor.cpp fix(build): adapt callers of dns_cache counters to std::atomic 3 weeks 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 1 month ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 7 months ago
MySQL_Query_Processor.cpp fix: add NOSONAR annotations for pre-existing S5813 strlen hotspots 1 month ago
MySQL_ResultSet.cpp
MySQL_Session.cpp Merge branch 'v3.0' into v3.0_partition-gate 3 weeks 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 Merge branch 'v3.0' into v3.0_partition-gate 3 weeks ago
MySQL_Variables.cpp fix(core): guard atoi(server_version) in validate_charset (#5790 review) 3 weeks ago
MySQL_encode.cpp Change 'COM_STMT_EXECUTE' params length decoding 7 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 1 month 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 1 month ago
PgSQL_Backend.cpp Few fixes 8 months ago
PgSQL_Connection.cpp Merge branch 'v3.0' into v3.0_pgsql_options_5801 3 weeks ago
PgSQL_Data_Stream.cpp Merge branch 'v3.0' into v3.0_partition-gate 3 weeks 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 Address findings from independent diff review 3 weeks 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 chore(sonar): silence cpp:S2245 PRNG false-positives in DNS jitter sites 3 weeks ago
PgSQL_PreparedStatement.cpp Added missing iterator advancement 4 months ago
PgSQL_Protocol.cpp refactor(pgsql): address PR review on #5801 options handling 3 weeks ago
PgSQL_Query_Cache.cpp
PgSQL_Query_Processor.cpp fix: add NOSONAR annotations for pre-existing S5813 strlen hotspots 1 month ago
PgSQL_Session.cpp Merge branch 'v3.0' into v3.0_partition-gate 3 weeks ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 8 months ago
PgSQL_Thread.cpp Merge branch 'v3.0' into v3.0_partition-gate 3 weeks 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 5 months ago
ProxySQL_Admin.cpp Merge branch 'v3.0' into cluster-simulator 1 month ago
ProxySQL_Admin_Disk_Upgrade.cpp chore(lint): Make `SQLite3DB` table helpers const-correct 1 month ago
ProxySQL_Admin_Scheduler.cpp
ProxySQL_Admin_Stats.cpp refactor: remove MCP stats DDL macros and design comments from core (issue #5729) 1 month 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 aurora: Fix monitor race condition and implement autopurge 2 months ago
ProxySQL_Config.cpp aurora: Fix monitor race condition and implement autopurge 2 months ago
ProxySQL_GloVars.cpp feat: add --no-plugins kill switch; fix 4 pre-existing test failures 2 months ago
ProxySQL_HTTP_Server.cpp fix(tsdb): serve dashboard from REST API port for same-origin fetch (#5684) 1 month ago
ProxySQL_PluginManager.cpp fix: address all critical and important code review findings (issue #5729) 1 month ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 5 months ago
ProxySQL_RESTAPI_Server.cpp fix(tsdb): serve dashboard from REST API port for same-origin fetch (#5684) 1 month ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp chore(lint): Make `SQLite3DB` table helpers const-correct 1 month 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(core): reset qr=NULL on non-match so apply=1 trap doesn't bypass fast-routing 1 month ago
Query_Processor_ParserSQL.cpp fix(set-walker): PG walker gates on full-input AST coverage (not just status) 3 weeks 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 1 month ago
mysql_connection.cpp Merge branch 'v3.0' into session-track-system-variable 2 months ago
mysql_data_stream.cpp Merge branch 'v3.0' into v3.0_partition-gate 3 weeks ago
network.cpp
pgsql_tokenizer.cpp fix(pgsql): typecast handler swallows the rest of the query (#5755) 1 month ago
proxy_protocol_info.cpp fix(security): hygiene follow-ups for PP1 UNKNOWN handling (GHSA-gw94-85m2-x8v2) 3 weeks ago
proxy_sqlite3_symbols.cpp build: kill PROXYSQLGENAI flag, PROXYSQL40=1 builds all plugins 3 weeks 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) 2 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 chore(lint): Make `SQLite3DB` table helpers const-correct 1 month ago
thread.cpp