Commit Graph

5023 Commits (e582973ff8e7a6aebccf69e9b2da0bdd2d4e2d0d)

Author SHA1 Message Date
Rahim Kanji 9ab9787c91 Addressed AI review feedback
2 months ago
Rahim Kanji 0ed5879df6 Added two more query handling
2 months ago
Rahim Kanji 2046d92b70 Merge remote-tracking branch 'v3.0' into v3.0_pgsql_meta_command_describe_table
2 months ago
René Cannaò 9d921bdda3
Merge pull request #5444 from sysown/v3.0_unify-PR-5433-5442
2 months ago
Rahim Kanji ca45405942 Merge remote-tracking branch 'Master/v3.0-moveInfra' into v3.0_pgsql-pipeline-set-reset-discard-fix-5432
2 months ago
Rahim Kanji 8e047398ce Change memcpy to memmove which correctly handles overlapping memory regions.
2 months ago
Rahim Kanji 4cb14109d4 Fixed error message
2 months ago
Wazir Ahmed fc12e9a6ab Add protocol label to connpool Prometheus metrics
2 months ago
Rahim Kanji 7c6664e308 Three malformed cases now rejected in 'options':
2 months ago
Rahim Kanji 8249fead6b Fix options parameter parsing to reject unescaped spaces
2 months ago
Rahim Kanji 000a9794e4 Don't short-circuit in pipeline mode, fall through to backend execution
2 months ago
Rahim Kanji 5810978e4e Unify ABORT and ROLLBACK command parsing
2 months ago
René Cannaò 4d58ce473e
Merge pull request #5435 from sysown/v3.0-ci_fix0301
2 months ago
Rahim Kanji abb66cc19f Addressed AI review feeback
2 months ago
Rene Cannao 6b9918fdcc chore: refine guard structures and fix indentation
2 months ago
Rene Cannao 17225e8e23 fix: resolve syntax error in ProxySQL_Statistics.cpp and verify build stability across tiers
2 months ago
Rene Cannao 6b46b26931 chore: implement PR review feedback for release tier system
2 months ago
Rene Cannao c2f678a9de feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0
2 months ago
Rahim Kanji e84433159b Merge remote-tracking branch 'v3.0' into v3.0_pgsql-pipeline-set-reset-discard-fix-5432
2 months ago
Rene Cannao ff1398ead5 fix: plumb real hostgroup_id for pgsql replication lag monitoring
2 months ago
Rene Cannao 1911b02157 feat: temporarily disable pgsql monitor replication lag group_by_host
2 months ago
René Cannaò 16f8837e0d
Merge branch 'v3.0' into v3.0-pgsql_monitor_repl_lag
2 months ago
Rene Cannao c4fc60bdb0 fix: address security and logic issues in PostgreSQL replication lag monitoring
2 months ago
Rene Cannao cf1fd5cb35 Admin: Add support for loading sqliteserver variables from config file
2 months ago
Rahim Kanji 96bc668735 Fix pipeline mode transaction state handling and SET/RESET/DISCARD support
2 months ago
Rahim Kanji aca91c3bd2 Optimize PgSQL_Protocol::generate_ok_packet to use direct buffer writes
2 months ago
Rahim Kanji 5dd27500f3 Addressed AI review feedback
2 months ago
Rahim Kanji 742ff05ecc Fix PostgreSQL transaction state management for pipeline mode
2 months ago
Rahim Kanji 4d86e6949c Add defensive null guard before reading PSarrayIN->len
2 months ago
Rahim Kanji c309facaa2 Fixed typo
2 months ago
Rahim Kanji ed8890b6a5 Added bounds checking for Describe and Close messages to prevent reads beyond packet boundaries
2 months ago
Rahim Kanji 8c9af56f38 Address AI review feedback
2 months ago
Rahim Kanji 83d16f3c22 Fix buffer handling in PostgreSQL admin session handler
2 months ago
Rahim Kanji 05b5821fbc Fix integer underflow in PostgreSQL query packet handling and null terminator checking
2 months ago
Rahim Kanji d71090864f Improve startup packet parsing
2 months ago
Rahim Kanji 03ad2c3aae Fix underallocation for undersized PostgreSQL packets
2 months ago
Javier Jaramago Fernández ff729a657e chore: disable 'pt-heartbeat' in 'PgSQL_Threads_Handler::get_variable'
2 months ago
Wazir Ahmed 5421a382ab fix: Load TSDB variables from disk during startup
2 months ago
Wazir Ahmed 1684d30725 fix: Refresh Prometheus metrics before TSDB sampling
2 months ago
René Cannaò 148dfb2af3
Merge pull request #5423 from sysown/v3.0-genai_keys
2 months ago
Rene Cannao cffd980bb9 fix: Conditionally include sys/eventfd.h only on Linux
2 months ago
Javier Jaramago Fernández a4ea3b2174 Merge branch 'v3.0' of github.com:sysown/proxysql into v3.0-pgsql_monitor_repl_lag
2 months ago
Javier Jaramago Fernández 4103d69979 feat: disable 'pt-heartbeat' support for PostgreSQL
2 months ago
Rahim Kanji 866c3593bb Set query retries for PostgreSQL extended query protocol operations
2 months ago
Rahim Kanji 27119169e4 Reset extended query frame if an unsupported message type is received
2 months ago
Rahim Kanji 7a062a3444 Add PgSQL notice handling in reset session paths
2 months ago
Rahim Kanji 1ffb4f13ac Fix PostgreSQL resync error detection
2 months ago
Wazir Ahmed daa0b2037e fix: Use consistent value representation in MCP query rules
2 months ago
Wazir Ahmed c05bc66655 fix: MCP variables overwritten due to incorrect flush logic
2 months ago
Rene Cannao f29a326ca0 Fix QueryDigestTopK heap comparator semantics
2 months ago