summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/interval.sql
AgeCommit message (Expand)Author
2016-12-27Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane
2014-10-18interval: tighten precision specificationBruce Momjian
2014-05-07Fix interval test, which was broken for floating-point timestamps.Jeff Davis
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-06-01Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane
2009-04-04Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane
2008-11-12Clean up the ancient decision to show only two fractional-seconds digitsTom Lane
2008-11-11Add support for input and output of interval values formatted per ISO 8601;Tom Lane
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-09-16Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm beTom Lane
2008-09-11Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane
2008-09-10Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2006-09-06Add interval division/multiplication regression tests.Bruce Momjian
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-03-06Attached is the new patch. To summarize:Bruce Momjian
2005-07-30Please find attached diffs for documentation and simple regressionBruce Momjian
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2001-05-18Add regression test to catch future breakage of avg(interval). ThisTom Lane
2000-11-11Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart
2000-11-06Add tests for more INTERVAL syntax.Thomas G. Lockhart
2000-02-16All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart