index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
interval.out
Age
Commit message (
Expand
)
Author
2024-12-27
Improve handling of date_trunc() units for infinite input values
Michael Paquier
2024-08-16
Fix extraction of week and quarter fields from intervals.
Tom Lane
2024-02-13
Catch overflow when rounding intervals in AdjustIntervalForTypmod.
Tom Lane
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-10-29
Guard against overflow in make_interval().
Dean Rasheed
2023-08-28
Tighten unit parsing in internal values
Michael Paquier
2023-08-28
Tighten handling of "ago" in interval values
Michael Paquier
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-20
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-12
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2022-12-09
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-04-19
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-03
Fix portability issues in datetime parsing.
Tom Lane
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
Add a couple more tests for interval input decoding.
Tom Lane
2022-02-28
Handle integer overflow in interval justification functions.
Tom Lane
2022-01-03
Clean up error messages related to bad datetime units.
Tom Lane
2021-05-01
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-30
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2020-12-15
Clean up ancient test style
Peter Eisentraut
2020-06-14
Add test coverage for EXTRACT()
Peter Eisentraut
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2016-12-27
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2014-10-18
interval: tighten precision specification
Bruce Momjian
2014-05-07
Fix interval test, which was broken for floating-point timestamps.
Jeff Davis
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-02-17
Fix handling of wide datetime input/output.
Noah Misch
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2009-06-10
Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input
Tom Lane
2009-06-01
Change AdjustIntervalForTypmod to not discard higher-order field values on the
Tom Lane
2009-04-04
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2008-11-12
Clean up the ancient decision to show only two fractional-seconds digits
Tom Lane
2008-11-11
Add support for input and output of interval values formatted per ISO 8601;
Tom Lane
2008-11-09
Add a new GUC variable called "IntervalStyle" that decouples interval output
Tom Lane
2008-09-16
Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be
Tom Lane
2008-09-11
Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)
Tom Lane
2008-09-10
Make our parsing of INTERVAL literals spec-compliant (or at least a heck of
Tom Lane
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2007-05-29
Fix a bug in input processing for the "interval" type. Previously,
Neil Conway
2006-09-06
Add interval division/multiplication regression tests.
Bruce Momjian
2006-09-04
Fix interval input parser so that fractional weeks and months are
Tom Lane
2006-09-03
Properly round months into days and into seconds for interval
Bruce Momjian
2006-03-06
Attached is the new patch. To summarize:
Bruce Momjian
2005-10-25
Remove justify_hours call from interval_mul and interval_div, and make
Tom Lane
2005-07-30
Please find attached diffs for documentation and simple regression
Bruce Momjian
2005-07-20
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
[next]