Row Constructor Comparison
https://dba.stackexchange.com/questions/241591/postgres-choosing-a-filter-instead-of-index-cond-when-or-is-involved
TL;DR : x > a OR (x == a AND y > b) to (x, y) > (a, b)