Add checks for interval overflow/underflow

Bruce Momjian <bruce@momjian.us>

Commit: 146604ec43bcd6f977c31775a91022cf9737daf5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2014-01-30T14:41:43Z
Releases: 9.4.0
Add checks for interval overflow/underflow

New checks include input, month/day/time internal adjustments, addition,
subtraction, multiplication, and negation.  Also adjust docs to
correctly specify interval size in bytes.

Report from Rok Kralj

Files