Commit Graph

4792 Commits (0e605f41704652b47a76c19a930e581cb0fc8583)

Author SHA1 Message Date
René Cannaò a360dc22ae
Merge pull request #5308 from sysown/v3.0_mac
5 months ago
René Cannaò 48f1b3cfef
Merge pull request #5095 from Gonlo2/fix-overflow-if-first-server-is-invalid
5 months ago
René Cannaò de0a9b9c27
Merge pull request #5093 from Gonlo2/fix-usage-deleted-con
5 months ago
René Cannaò 77fe582801
Merge pull request #5317 from sysown/v3.0.6-implement_FLUSH_STATS
5 months ago
René Cannaò ce9fdc9d7a
Merge branch 'v3.0' into v3.0.6-implement_FLUSH_STATS
5 months ago
Rene Cannao e3026cbc6f Fix wrong index in connection cleanup loops (MySQL and PgSQL)
5 months ago
René Cannaò 0524363322
Merge pull request #5339 from sysown/v3.0-merge-v4.0-genai
5 months ago
René Cannaò 27f13ca18d
Merge pull request #5096 from Gonlo2/fix-close-ssl-con
5 months ago
Rene Cannao 79756e78d7 Fix missing #endif for PROXYSQLGENAI guard in Admin_Handler.cpp
5 months ago
Rene Cannao 1af768f932 Fix critical issues in GenAI code (PR #5339)
5 months ago
Rene Cannao b965fc6df4 Fix PROXYSQLGENAI build - resolve circular includes and missing headers
5 months ago
Rene Cannao 48bc7dd7bf Merge v4.0 GenAI features into v3.0 with conditional compilation
5 months ago
René Cannaò e00617be11
Merge pull request #5333 from wazir-ahmed/v4.0-config-embedding-model
5 months ago
Wazir Ahmed 10026891ce RAG: Convert vector similarity search into a subquery
5 months ago
Javier Jaramago Fernández e351a0df74 feat: Add leading comments (--) detection for 'run_sql_readonly'
5 months ago
Miro Stauder cc1d93d08b implement admin command 'PROXYSQL FLUSH STATS' for DEBUG builds
5 months ago
Wazir Ahmed 8d022a0fcc RAG: Add 'model' request parameter for embedding service
5 months ago
Javier Jaramago Fernández fec97bbabe fix: Fix GENAI variable loading during 'ProxySQL_Admin::init'
5 months ago
Javier Jaramago Fernández a5ef787c7e feat: Improve logging for MCP and RAG tools
5 months ago
Wazir Ahmed e4f4dc95ce RAG: bm25 and MATCH do not work with table alias
5 months ago
Wazir Ahmed c52c621b27 MCP: Add mcp-rag_endpoint_auth config
5 months ago
Wazir Ahmed eb495f42ee AI: Fix vector_db table creation
5 months ago
Wazir Ahmed 22c4e94d53 AI: Fix sqlite-vec extension loading
5 months ago
Wazir Ahmed 7167f95247 AI: Enable extensions for vector_db
5 months ago
Wazir Ahmed 4031f85394 AI: Fix vector_db initialization
5 months ago
Wazir Ahmed cecb975f66 fix: LOAD GENAI TO RUNTIME does not initialize the module
5 months ago
Wazir Ahmed 50de536534 MCP: Fix crash during server restarts
5 months ago
Rene Cannao 42a67ebaf2 Merge rahim/v4.0_rag_ingest into v4.0_rag_ingest_2
5 months ago
Rene Cannao 38e5e8e56b Fix critical issues from coderabbitai review
5 months ago
Rene Cannao 9ba3df0ce7 Address AI code review feedback from PR #5318
5 months ago
Rahim Kanji d28444a02e Merge remote-tracking branch 'v4.0' into v4.0_rag_ingest
5 months ago
Rene Cannao 3ccfa2bcc1 Address AI code review feedback for PR #5313
5 months ago
Rene Cannao c914feb230 Fix security issues identified in PR #5312 code review
5 months ago
Rene Cannao 03e58146ea fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag
5 months ago
Rene Cannao a3afde3472 fix: Address copilot review concerns for Discovery_Schema.cpp
5 months ago
Rene Cannao 7b6966b9c2 fix: Complete JSON escaping in fingerprint_mcp_args
5 months ago
Rene Cannao f2536f01d2 Merge v3.1-vec into v3.1-MCP2_QR
5 months ago
Rene Cannao 5d4318b547 fix: Address coderabbitai review concerns for PR #27
5 months ago
Rene Cannao ffe5690360 fix: Address coderabbitai review - use-after-free, missing responses, SQL injection
5 months ago
Rene Cannao 5ece563514 fix: Correct SQL prepared statement API usage and template variable access
5 months ago
Rene Cannao 9f07e9631e fix: Use prepared statements in ProxySQL_Admin_Stats to prevent SQL injection
5 months ago
Rene Cannao 3bcee22700 fix: Execute MCP query rules DELETE+INSERT as explicit transaction
5 months ago
Rene Cannao 188aef90fe fix: Use delete instead of free for SQLite3_result in load_mcp_query_rules_to_runtime
5 months ago
Rene Cannao bbc04974f1 fix: Fix mysql_query failure path and affected_rows race condition
5 months ago
Rene Cannao b3edc6524b fix: Escape SQL strings in harvest_view_definitions
5 months ago
Rene Cannao 6835713f11 fix: Correct column indexes in build_quick_profiles
5 months ago
Rene Cannao e9abee625b fix: Execute prepared statement in execute_parameterized_query
5 months ago
Rene Cannao 6305537ba8 fix: Use delete instead of free for SQLite3_result deallocation
5 months ago
Rene Cannao 5e121399aa fix: Add AFTER UPDATE trigger to keep catalog_fts index in sync for upserts
5 months ago
Rene Cannao 5dd5dbe6b7 fix: Add missing assert(proxy_sqlite3_bind_blob) in sqlite3db.cpp
5 months ago