summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/horology.out
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-5/+5
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-284/+221
* Fixes for datetime-related regress tests, from Tom Lockhart.Tom Lane2001-09-291-2/+2
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-1045/+1566
* This should be the right expected file.Peter Eisentraut2001-08-091-2/+2
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-091-4/+4
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-181-0/+2
* Alter the previous test for "time with time zone" implicit time zoneThomas G. Lockhart2001-04-061-0/+15
* Remove daylight-savings-time-dependent tests of 'time with time zone'Tom Lane2001-04-041-12/+4
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-0/+706
* Add tests for more INTERVAL syntax.Thomas G. Lockhart2000-11-061-76/+76
* Move a few specific tests to isolate homogenous type tests intoThomas G. Lockhart2000-09-141-14/+60
* Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart2000-09-121-0/+42
* Update test for new ORDER BY clause from Tom Lane.Thomas G. Lockhart2000-03-211-5/+5
* Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart2000-03-161-519/+747
* Remove SHOW after datestyle reset.Bruce Momjian2000-03-091-2/+0
* Apply Keith Park's updates for expected/horology-solaris-1947.out. FixTom Lane2000-02-191-1/+1
* All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart2000-02-161-930/+470