aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/interval.sql
Commit message (Expand)AuthorAge
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane2009-06-01
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-04
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-12
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm beTom Lane2008-09-16
* Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane2008-09-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-06
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-04
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Please find attached diffs for documentation and simple regressionBruce Momjian2005-07-30
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Add regression test to catch future breakage of avg(interval). ThisTom Lane2001-05-18
* Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart2000-11-11
* Add tests for more INTERVAL syntax.Thomas G. Lockhart2000-11-06
* All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart2000-02-16