Commit Graph

49 Commits (2c8c27bf6425ef103589dd4019b698c5fef8d2aa)

Author SHA1 Message Date
René Cannaò ce9fdc9d7a
Merge branch 'v3.0' into v3.0.6-implement_FLUSH_STATS
1 month ago
Rene Cannao 79756e78d7 Fix missing #endif for PROXYSQLGENAI guard in Admin_Handler.cpp
1 month ago
Rene Cannao 1af768f932 Fix critical issues in GenAI code (PR #5339)
1 month ago
Rene Cannao 48bc7dd7bf Merge v4.0 GenAI features into v3.0 with conditional compilation
1 month ago
Miro Stauder cc1d93d08b implement admin command 'PROXYSQL FLUSH STATS' for DEBUG builds
2 months ago
Rene Cannao ffe5690360 fix: Address coderabbitai review - use-after-free, missing responses, SQL injection
2 months ago
Rene Cannao 5ece563514 fix: Correct SQL prepared statement API usage and template variable access
2 months ago
Rene Cannao 3bcee22700 fix: Execute MCP query rules DELETE+INSERT as explicit transaction
2 months ago
Rene Cannao 709649232b fix: Address AI code review concerns from PR #19
2 months ago
Rene Cannao a1d9d2f1ba docs: Add comprehensive documentation to MCP features
2 months ago
Rene Cannao 8c9aecce9b feat: Add LOAD MCP QUERY RULES FROM DISK / TO MEMORY commands
2 months ago
Rene Cannao 7e6f9f0ab3 fix: Add MCP query rules LOAD/SAVE command handlers
2 months ago
Rene Cannao f01fc79584 feat: Add runtime_mcp_query_rules table and fix stats_mcp_query_rules schema
2 months ago
Rene Cannao 3fe8a48f70 Fix genai variable handling and add API key masking
2 months ago
René Cannaò 313f637cf0
Merge branch 'v3.1-vec' into v3.1-MCP1
2 months ago
Rene Cannao 5a85ef04f6 Fix MCP variables persistence and add DISK command support
2 months ago
Rene Cannao ef07831780 Add MCP module to admin bootstrap and SHOW MCP VARIABLES command
2 months ago
Rene Cannao b032c3f690 Fix boolean literal handling in SET command for MCP variables
2 months ago
Rene Cannao 81c53896bc Fix MCP module TAP test failures
2 months ago
Rene Cannao 87fff9e046 Add MCP (Model Context Protocol) module skeleton
2 months ago
Rene Cannao 59f0b8b1fa Fix GenAI module admin commands - correct character check
2 months ago
Rene Cannao c476f56f97 Add initial GenAI module placeholder
2 months ago
Rahim Kanji 38befb845f Fixed PROXYSQL STOP
5 months ago
Rahim Kanji 67d383de4e Resolved issues with admin PROXYSQL PAUSE/RESUME commands
5 months ago
René Cannaò 360646b7d5
Merge pull request #5165 from sysown/crash-sqlite-max-len
5 months ago
Wazir Ahmed 5219d4be93 processlist: Prevent crash due to SQLITE_TOOBIG
5 months ago
René Cannaò 562e98d551
Merge pull request #5130 from wazir-ahmed/stats-schema
5 months ago
René Cannaò ccf72b606c
Merge pull request #5134 from wazir-ahmed/mysqldump
5 months ago
René Cannaò 3b4369bba9
Merge pull request #5113 from wazir-ahmed/load-from-config-validation
5 months ago
René Cannaò abafaccbc0
Merge pull request #5156 from sysown/v3.0_pgsql_stat_activity_issue_4682
5 months ago
Rahim Kanji fc4d7f76a0 Added 'SHOW FULL PGSQL ACTIVITY' and 'SHOW PGSQL ACTIVITY' handling
5 months ago
Rahim Kanji b3e96b05b5 Added KILL PGSQL CONNECTION support
6 months ago
Wazir Ahmed b6d796c9f2 Improve `mysqldump` compatibility
6 months ago
Wazir Ahmed 80744b4488 Remove `stats` schema name from the query in stats user session
6 months ago
Wazir Ahmed 7194437d77 Add `PROXYSQL SET CONFIG FILE` command
6 months ago
Wazir Ahmed 0a336de048 Add validation for `LOAD * FROM CONFIG`
6 months ago
René Cannaò 2551d350e9 Port to 3.0 of in-memory query logging
1 year ago
Rahim Kanji 6d614a4b99 Merge branch 'v3.0'
1 year ago
Rahim Kanji 110ce8d511 Fixed crash caused by sending single semicolon (;) on admin interface
1 year ago
Rahim Kanji fc744096ea Improved PROXYSQL FLUSH PGSQL QUERY CACHE
1 year ago
Rahim Kanji 720441af20 Refactored and Optimized Query Cache with PgSQL Support
1 year ago
Rahim Kanji 0229daeb64 Added stats_pgsql_query_digest and stats_pgsql_query_digest_reset tables
1 year ago
Rahim Kanji e723082a1b Refactored Query Processor Architecture
2 years ago
Rahim Kanji 745449fcbc Removed Client_Session.h and Client_Session.cpp
2 years ago
Rahim Kanji 5bf827d8e4 Removed type selector
2 years ago
Rahim Kanji 43d3ec82c8 Added stats_pgsql_processlist table
2 years ago
Rahim Kanji c35a6a24cf Added stats_pgsql_global table
2 years ago
Rahim Kanji 6faa1b11c0 Added SHOW PGSQL VARIABLES support
2 years ago
Rene Cannao a1fd4af1a6 Splitting ProxySQL_Admin
2 years ago