Commits

DateSubjectAuthorReleases
2017-04-06 Fix integer-overflow problems in interval comparison. Tom Lane 10.0
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.2.20
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 10.0
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.3.16
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.5.6
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.6.2
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.4.11
2012-08-03 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. Tom Lane 9.2.0
2012-08-03 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. Tom Lane 9.3.0
2012-08-03 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. Tom Lane 8.4.13
2012-08-03 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. Tom Lane 9.0.9
2012-08-03 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. Tom Lane 9.1.5
2009-06-10 Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input Tom Lane 8.4.0
2009-06-01 Change AdjustIntervalForTypmod to not discard higher-order field values on the Tom Lane 8.4.0
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 7.4.26
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 8.0.22
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 8.1.18
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 8.2.14
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 8.3.8
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 8.4.0
2008-11-12 Clean up the ancient decision to show only two fractional-seconds digits Tom Lane 8.4.0
2008-11-11 Add support for input and output of interval values formatted per ISO 8601; Tom Lane 8.4.0
2008-11-09 Add a new GUC variable called "IntervalStyle" that decouples interval output Tom Lane 8.4.0
2008-09-16 Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be Tom Lane 8.4.0
2008-09-11 Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) Tom Lane 8.4.0