Commit Graph

35 Commits (v3.0_fix_codecov-coverage-path-prefix)

Author SHA1 Message Date
Rahim Kanji 6909011b67 perf(partition): promote longest-waiting B session via max_connect_time fold
1 month ago
Rahim Kanji 53eea80aaf feat(partition-gate): suppress low-volume ticks via min-attempts floor
1 month ago
Rahim Kanji 878ba3b1e6 refactor(partition-gate): consolidate into Base_Thread; drain every iteration; widen ratio to uint64_t
1 month ago
Rene Cannao 25d9ea8c4c perf: remove Pass 2 sort from ProcessAllSessions_Partition
1 month ago
Rahim Kanji 0e09ec59e9 replace K_WAIT wait-time promotion with single-pass mct sort
2 months ago
Rahim Kanji 587950de65 promote long-waiters in block B by wait-time threshold
2 months ago
Rahim Kanji ca202ceba1 Refactor: partition sessions by backend state instead of sorting
2 months ago
Rene Cannao 2c4cc0c0d4 fix(lib): eliminate compiler warnings in core library files
3 months ago
Rene Cannao 4e39297ef9 Fix more Valgrind uninitialized value errors
5 months ago
René Cannaò fcaa904135 fix: crash on macOS/FreeBSD when running PostgreSQL queries
5 months ago
René Cannaò d43ae6e121 Surgical fixes for macOS compatibility: headers, types, and Makefile linking
5 months ago
Rahim Kanji 4d91452fc5 Implement backend query cancellation for PostgreSQL #5136
9 months ago
Rahim Kanji ce94a7080a Merge branch v3.0_session_param_reset_connection into v3.0_extended_query_protocol
11 months ago
Rahim Kanji 1bcd09044b Refactor Connection Reset Handling
11 months ago
Rahim Kanji 24fecc1f6e Add PostgreSQL extended query (prepared statement) support in ProxySQL
1 year ago
Rahim Kanji d113bcb193 Use PG_EVENT_WRITE status for PgSQL
1 year ago
René Cannaò c6b8485d24 Avoid crash on slow shutdown
1 year ago
Rahim Kanji 99d9708eeb Removed dead code
1 year ago
Rahim Kanji 395a977e68 Merge branch 'v3.0'
2 years ago
Rahim Kanji f33fd02c37 Add COPY ... FROM STDIN detection regex
2 years ago
Rahim Kanji 6d614a4b99 Merge branch 'v3.0'
2 years ago
Rahim Kanji 3b5671267f Implemented overflow-safe multiplication for mysql_thread___threshold_resultset_size and pgsql_thread___threshold_resultset_size
2 years ago
Rahim Kanji c7f7705cde Code cleanup
2 years ago
Rahim Kanji 720441af20 Refactored and Optimized Query Cache with PgSQL Support
2 years ago
Rahim Kanji 5bf827d8e4 Removed type selector
2 years ago
Rahim Kanji 991031c938 Increased resultset buffer size to exact 16K
2 years ago
Rahim Kanji a2516654cf Added PgSQL Thread variables.
2 years ago
René Cannaò 2d7806c325 Moved run_SetAllSession_ToProcess0 to Base_Thread
2 years ago
René Cannaò e0e8c125c5 Adding explicitly instantiate of template class functions
2 years ago
René Cannaò 483b8335d3 More functions moved to Base_Thread
2 years ago
René Cannaò a881936cad More functions moved to Base_Thread
2 years ago
René Cannaò db6cb93fb9 Moved ProcessAllSessions_SortingSessions to Base_Thread
2 years ago
René Cannaò 8389f76413 More functions moved to Base_Thread()
2 years ago
René Cannaò c903a45633 Second attempt to use Base_Thread
2 years ago
René Cannaò 0cfab2616f First attempt to use Base_Thread and Base_Session
2 years ago