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 6cdd4e697e
fix: correct lock unlock order in Authentication classes
2 months ago
..
Admin_Bootstrap.cpp genai: fix lifecycle reloads and drop dead MCP stats registration 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 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 2 months ago
Base_Session.cpp feat(session): Step 4.A — remove the GENAI:/LLM: query-prefix escape hatches 2 months ago
Base_Thread.cpp fix(lib): eliminate compiler warnings in core library files 2 months 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 fix(genai): properly gate sqlite-vec hook on PROXYSQLGENAI 2 months ago
MonitorHealthDecision.cpp Fix compilation error: add missing #include <cstdint> in MonitorHealthDecision.cpp 3 months ago
MyHGC.cpp MySrvC: rename server_backoff_time to session_track_backoff_until, gate hot-path read 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: preserve EOF capability in enforced mode 2 months ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 8 months ago
MySQL_Query_Processor.cpp Fix MySQL 8.4 replication lag monitoring - Closes #4727 1 year ago
MySQL_ResultSet.cpp use local includes - openssl 2 years ago
MySQL_Session.cpp fix(ci): repair non-PROXYSQL40 dbg builds + genai unit-test linking 2 months ago
MySQL_Set_Stmt_Parser.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 4 months ago
MySQL_Thread.cpp feat(plugins/genai): Step 7 — drop PROXYSQLGENAI from core build 2 months 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 connection pool extraction: separate header, proper unit tests 3 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 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 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 Refactored and Optimized Query Cache with PgSQL Support 2 years ago
PgSQL_Query_Processor.cpp Fix uninitialized memory in Command_Counter::_counters 4 months ago
PgSQL_Session.cpp fix(ci): repair non-PROXYSQL40 dbg builds + genai unit-test linking 2 months ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 9 months ago
PgSQL_Thread.cpp feat(plugins/genai): Step 7 — drop PROXYSQLGENAI from core build 2 months 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 chore(genai-carveout): strip dead PROXYSQLGENAI blocks + plugin hardening 2 months 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 chore(genai-carveout): strip dead PROXYSQLGENAI blocks + plugin hardening 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 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 4 months ago
ProxySQL_PluginManager.cpp feat(chassis): add register_runtime_view ABI for module-owned state 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 4 months ago
QP_query_digest_stats.cpp MCP stats: implement in-memory show_queries Top-K path 4 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 4 months ago
Query_Processor.cpp refactor: extract query rule matching helper 3 months ago
SHA-crypt.txt Adding sha256crypt.cpp 3 years ago
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 Moved legacy code away from c_tokenizer.cpp 2 years ago
configfile.cpp use local includes - libconfig 2 years ago
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 Initial commit with PostgreSQL support 2 years 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 Better error handling when calling bind()/listen() 3 years ago
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 fix(genai): properly gate sqlite-vec hook on PROXYSQLGENAI 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_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 Adding sha256crypt.cpp 3 years ago
sqlite3db.cpp fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag 5 months ago
thread.cpp