Commits

DateSubjectAuthorReleases
2013-11-01 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. Tom Lane 9.3.2
2013-11-01 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. Tom Lane 9.4.0
2011-11-07 On second thought, we'd better just drop these tests altogether. Tom Lane 9.2.0
2011-11-06 Un-break horology regression test. Tom Lane 9.2.0
2011-08-30 Fix parsing of time string followed by yesterday/today/tomorrow. Robert Haas 9.2.0
2010-09-23 Re-allow input of Julian dates prior to 0001-01-01 AD. Tom Lane 8.4.5
2010-09-23 Re-allow input of Julian dates prior to 0001-01-01 AD. Tom Lane 9.0.1
2010-09-23 Re-allow input of Julian dates prior to 0001-01-01 AD. Tom Lane 9.1.0
2009-06-22 Make to_timestamp and friends skip leading spaces before an integer field, Tom Lane 8.4.0
2009-02-07 Fix to_timestamp() to not require upper/lower case matching for meridian Bruce Momjian 8.4.0
2008-09-11 Tighten up to_date/to_timestamp so that they are more likely to reject Tom Lane 8.4.0
2007-07-25 Adjust horology test to avoid join-plan-dependent result ordering in Tom Lane 8.3.0
2006-07-25 Remove hard-wired lists of timezone abbreviations in favor of providing Tom Lane 8.2.0
2006-04-02 Adjust interval-addition test so that it won't fail on DST transition days. Tom Lane 8.1.4
2006-04-02 Adjust interval-addition test so that it won't fail on DST transition days. Tom Lane 8.2.0
2005-07-30 Please find attached diffs for documentation and simple regression Bruce Momjian 8.1.0
2005-04-07 Add a "USING" clause to DELETE, which is equivalent to the FROM clause Neil Conway 8.1.0
2004-07-02 Add missing operators of the form interval-plus-datetime, as required for Tom Lane 8.0.0
2003-07-29 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate Tom Lane 7.4.1
2003-03-20 Attached is a patch that limits the range tested by horology to Bruce Momjian 7.4.1
2003-02-19 The following patches eliminate the overflows in the j2date() and date2j() Bruce Momjian 7.4.1
2003-01-31 Allow a time zone to be specified (and silently ignored) in the input Tom Lane 7.4.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-04-21 Support alternate storage scheme of 64-bit integer for date/time types. Thomas G. Lockhart 7.3.1
2002-01-12 Repair bugs in declarations of routines to add timestamptz and interval. Thomas G. Lockhart 7.2.1