summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/horology.out
Commit message (Expand)AuthorAgeFilesLines
* Make to_timestamp() and to_date() range-check fields of their input.Tom Lane2016-09-281-1/+95
* Fix to_timestamp/to_date's handling of consecutive spaces in format string.Tom Lane2014-01-201-0/+75
* Remove CTimeZone/HasCTZSet, root and branch.Tom Lane2013-11-011-3/+3
* Remove internal uses of CTimeZone/HasCTZSet.Tom Lane2013-11-011-3/+3
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-011-0/+30
* On second thought, we'd better just drop these tests altogether.Tom Lane2011-11-061-42/+0
* Un-break horology regression test.Tom Lane2011-11-061-4/+4
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-301-0/+78
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-221-0/+13
* Make to_timestamp and friends skip leading spaces before an integer field,Tom Lane2009-06-221-89/+113
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-071-5/+5
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-121-136/+136
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-111-0/+157
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-2/+4
* Adjust horology test to avoid join-plan-dependent result ordering inTom Lane2007-07-251-675/+340
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-1/+1
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-0/+4
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-171-12/+12
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-2/+0
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-061-16/+112
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-021-4/+4
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Update regression tests for new USA timezone data. Mea culpa for notTom Lane2005-09-081-15/+15
* Please find attached diffs for documentation and simple regressionBruce Momjian2005-07-301-0/+27
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-271-20/+20
* Back out part of patch that should be applied later.Bruce Momjian2005-05-271-20/+20
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-271-20/+20
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-4/+5
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-111-2/+2
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-021-12/+0
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-16/+16
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-1/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-18/+23
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-1/+1
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-2/+2
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-151-15/+15
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-8/+8
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-201-22/+22
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-191-0/+24
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-311-5/+21
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-8/+12
* Code review for SHOW output changes; fix horology expected files forTom Lane2002-07-201-5/+5
* Fix regression tests for new SHOW output.Bruce Momjian2002-07-201-5/+25
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-23/+24
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-5/+5
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-121-87/+325
* Update regress tests to reflect removal of 'current'.Tom Lane2001-11-211-2/+2
* Fix last (?) problem with sensitivity to daylight savings time statusThomas G. Lockhart2001-11-061-1/+1
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-201-2/+2