index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
interval.sql
Commit message (
Expand
)
Author
Age
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Change AdjustIntervalForTypmod to not discard higher-order field values on the
Tom Lane
2009-06-01
*
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2009-04-04
*
Clean up the ancient decision to show only two fractional-seconds digits
Tom Lane
2008-11-12
*
Add support for input and output of interval values formatted per ISO 8601;
Tom Lane
2008-11-11
*
Add a new GUC variable called "IntervalStyle" that decouples interval output
Tom Lane
2008-11-09
*
Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be
Tom Lane
2008-09-16
*
Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)
Tom Lane
2008-09-11
*
Make our parsing of INTERVAL literals spec-compliant (or at least a heck of
Tom Lane
2008-09-10
*
Fix a bug in input processing for the "interval" type. Previously,
Neil Conway
2007-05-29
*
Add interval division/multiplication regression tests.
Bruce Momjian
2006-09-06
*
Fix interval input parser so that fractional weeks and months are
Tom Lane
2006-09-04
*
Attached is the new patch. To summarize:
Bruce Momjian
2006-03-06
*
Please find attached diffs for documentation and simple regression
Bruce Momjian
2005-07-30
*
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
*
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2005-04-07
*
First phase of FE/BE protocol modifications: new StartupPacket layout
Tom Lane
2003-04-17
*
Add regression test to catch future breakage of avg(interval). This
Tom Lane
2001-05-18
*
Allow more timezone-like interpretation of INTERVALs.
Thomas G. Lockhart
2000-11-11
*
Add tests for more INTERVAL syntax.
Thomas G. Lockhart
2000-11-06
*
All regression tests pass except for rules.sql (unrelated).
Thomas G. Lockhart
2000-02-16