Commit Graph

4105 Commits (8bc60ed283bf0a9892809a5bf0ea57732b50b532)

Author SHA1 Message Date
Javier Jaramago Fernández 8bc60ed283 Fix worker threads stalling race condition on RESUME command
1 year ago
René Cannaò 6a7c1cf2d0
Merge pull request #4703 from sysown/v3.0_refactor_query_cache
1 year ago
Rahim Kanji 6d614a4b99 Merge branch 'v3.0'
1 year ago
René Cannaò 8742bfbc72
Merge pull request #4704 from sysown/v3.0_servers_defaults
1 year ago
René Cannaò 85d8445b1a
Merge pull request #4726 from sysown/v3.0-postgres_read_only
1 year ago
René Cannaò ce4394e1c3
Merge pull request #4744 from sysown/v3.0_issue_4707_threshold_resultset_size
1 year ago
Rahim Kanji bd6674c383 * Introduced a 5% jitter to cache_ttl to increase the likelihood of distributing DNS resolution across multiple intervals, reducing the chance of simultaneous expiry times.
1 year ago
Rahim Kanji 3b5671267f Implemented overflow-safe multiplication for mysql_thread___threshold_resultset_size and pgsql_thread___threshold_resultset_size
1 year ago
Javier Jaramago Fernández 12a5c31884 Fix read-after-free in 'proxy_debug' for 'process_startup_packet'
1 year ago
Javier Jaramago Fernández 100630fba5 Second iteration on PostgreSQL monitoring POC
1 year ago
Rahim Kanji 5206747a7d Fixed warning
2 years ago
Rahim Kanji cb35d65d73 If query results needs to be cached, the mysql_thread___query_cache_size_MB setting takes precedence over mysql_thread___threshold_resultset_size
2 years ago
Rahim Kanji 3102d97591 Cleanup
2 years ago
Rahim Kanji 1c70a9c35c Enabled pgsql-query_cache_stores_empty_result
2 years ago
Rahim Kanji 851a573f30 If query results needs to be cached, the pgsql_thread___query_cache_size_MB setting takes precedence over pgsql_thread___threshold_resultset_size
2 years ago
Yashwant Sahu 7e28df79b1 1. Added tap test.
2 years ago
Rahim Kanji 32dacf8e68 Handled case where pgsql_thread___query_cache_size_MB and mysql_thread___query_cache_size_MB value is zero '0'
2 years ago
Rahim Kanji 7fd9a5a2aa Fixed transfer_started for multi-statement
2 years ago
Rahim Kanji c7f7705cde Code cleanup
2 years ago
René Cannaò cad9d8ddc4
Merge pull request #4687 from sysown/v3.0_escape_connection_param
2 years ago
René Cannaò 9e04d46853
Merge pull request #4717 from sysown/v3.0_reg_test_4716_single_semicolon
2 years ago
René Cannaò a6a1472b7e
Merge pull request #4705 from sysown/v3.0_mem_leak_fixes
2 years ago
Rahim Kanji 110ce8d511 Fixed crash caused by sending single semicolon (;) on admin interface
2 years ago
Yashwant Sahu 2dae44a82c Read mysql_hostgroup_attributes from proxysql configuration file
2 years ago
Rahim Kanji 0c569cfd03 Merge branch 'v3.0_test_aurora_build' into v3.0_refactor_query_cache
2 years ago
Rahim Kanji 6c70995c5d Fixed TEST_AURORA build
2 years ago
Rahim Kanji fc744096ea Improved PROXYSQL FLUSH PGSQL QUERY CACHE
2 years ago
Rahim Kanji 9e7c96b8d1 Improved generate_ok_packet
2 years ago
Rahim Kanji e74daa405d Added documentation
2 years ago
Rahim Kanji fc67e8e7aa Fixed memory leak in PgSQL_Protocol
2 years ago
Rahim Kanji a49a33c354 Released memory allocated for pgsql_thread___monitor_username and pgsql_thread___monitor_password during the destruction of the PgSQL_Thread
2 years ago
Yashwant Sahu 0c15cc76b1 Previously mysql_hostgroup_attributes was not read from configuration file.
2 years ago
Rahim Kanji 720441af20 Refactored and Optimized Query Cache with PgSQL Support
2 years ago
Rahim Kanji 391e4867fe Add support for escaping single quotes and backslashes in connection
2 years ago
Javier Jaramago Fernández 42bb0cf52a
Merge pull request #4680 from sysown/v3.0-postgres_monitor_poc
2 years ago
Rahim Kanji beaee7f58b Fixed PgSQL commands counter size
2 years ago
Rahim Kanji 654312946b Added Transaction State in OK packet
2 years ago
Rahim Kanji 20bc367a7a Fixed PgSQL Query Rewrite, Error message and Ok message
2 years ago
Rahim Kanji ea3ce3c75c Commenting Query Cache code for PgSQL Session
2 years ago
Rahim Kanji 0ce229e9a1 Fixed crash caused when authenticating monitor user.
2 years ago
Rahim Kanji abdb1f87c3 Merge remote-tracking branch 'Master/v3.0' into v3.0_query_cache
2 years ago
Javier Jaramago Fernández 1ebe70bd9e Cleanup: Fix RELEASE build and removed non-used variable
2 years ago
Javier Jaramago Fernández 6af8b84220 Cleanup: Remove dead/commented code and minor styling
2 years ago
Javier Jaramago Fernández 705f50e0f9 Add initial POC for PostgreSQL monitoring support
2 years ago
Rahim Kanji f99e806861 Fixed compilation error for all TEST* configurations
2 years ago
Rahim Kanji 4e61120158 Fixed clang linking error
2 years ago
Rahim Kanji 8d62aae2f6
Merge branch 'v3.0' into v3.0_unsupported_features_error
2 years ago
Rahim Kanji 3e89a660fa
Merge pull request #4672 from sysown/v3.0_pgsql_digest_stats_tables
2 years ago
Rahim Kanji 1d217455f9
Merge branch 'v3.0' into v3.0_md5_auth_support
2 years ago
Rahim Kanji 100d6803d1 Merging v2.7 branch into v3.0 branch
2 years ago