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
/
sql
/
interval.sql
Age
Commit message (
Expand
)
Author
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-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
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-03-06
Attached is the new patch. To summarize:
Bruce Momjian
2005-07-30
Please find attached diffs for documentation and simple regression
Bruce Momjian
2005-05-26
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-04-07
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2003-04-17
First phase of FE/BE protocol modifications: new StartupPacket layout
Tom Lane
2001-05-18
Add regression test to catch future breakage of avg(interval). This
Tom Lane
2000-11-11
Allow more timezone-like interpretation of INTERVALs.
Thomas G. Lockhart
2000-11-06
Add tests for more INTERVAL syntax.
Thomas G. Lockhart
2000-02-16
All regression tests pass except for rules.sql (unrelated).
Thomas G. Lockhart