Gene Zhang

Results 3 issues of Gene Zhang

I didn't try 15.1 or 15.2, but it was failing for 15.3: ``` pg_tm_aux.c:48:49: error: ‘ThisTimeLineID’ undeclared (first use in this function); did you mean ‘TimeLineID’? 48 | List *timelineHistory...

This PR addresses a critical 20x performance regression in AES encrypt/decrypt operations affecting production queries on billion-row tables. ## Changes ### 1. OpenSSL Upgrade (3.2.1 → 3.3.2) - Upgraded to...

# Fast Path Optimization for Multi-threaded Writes (note: worked with Copilot based on performance benchmarking) ## Summary This PR adds a fast path optimization to `LogMgr::setSN()` that significantly improves multi-threaded...