Add temporal predicates from SQL:2011
https://en.wikipedia.org/wiki/SQL:2011 adds some predicates for periods.
PostgreSQL implements OVERLAPS (with more features) but SQL none.
I think we can implement fallback clause for flavor that does not support them.