summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/interval.out
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-19Fix extract epoch from interval calculationPeter Eisentraut
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
2022-01-03Clean up error messages related to bad datetime units.Tom Lane
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
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-10Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND inputTom Lane
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
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom 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-09-03Properly round months into days and into seconds for intervalBruce Momjian
2006-03-06Attached is the new patch. To summarize:Bruce Momjian
2005-10-25Remove justify_hours call from interval_mul and interval_div, and makeTom Lane
2005-07-30Please find attached diffs for documentation and simple regressionBruce Momjian
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian