summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/interval.sql
AgeCommit message (Expand)Author
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-08-16Fix extraction of week and quarter fields from intervals.Tom Lane
2024-02-13Catch overflow when rounding intervals in AdjustIntervalForTypmod.Tom Lane
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-10-29Guard against overflow in make_interval().Dean Rasheed
2023-08-28Tighten unit parsing in internal valuesMichael Paquier
2023-08-28Tighten handling of "ago" in interval valuesMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-20Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane
2023-02-12Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-04-03Fix portability issues in datetime parsing.Tom Lane
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-04-02Add a couple more tests for interval input decoding.Tom Lane
2022-02-28Handle integer overflow in interval justification functions.Tom Lane
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
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