1. 20 Oct, 2001 2 commits
    • Bruce Momjian's avatar
    • Thomas G. Lockhart's avatar
      Fix transposed arguments for typmod for one INTERVAL production. · 424d9389
      Thomas G. Lockhart authored
      Mask both typmod subfields for INTERVAL to avoid setting the high bit,
       per dire warning from Tom Lane.
      Clear tmask for DTK_ISO_TIME case to avoid time zone troubles.
       Symptom reported by Tom Lane.
      Clean up checking for valid time zone info in output routine.
       This should now work for both SQL99 and Unix-style time zones.
      Put in explicit check for INTERVAL() typmod rounding to avoid accumulating
       cruft in the lower bits. Not sure that this helps, but we'll need to do
       something. The symptom is visible with a query like
       select interval(2) '10000 days 01:02:03.040506';
      Regression tests are patched to repair the Tom Lane symptom, and all pass.
      424d9389
  2. 19 Oct, 2001 15 commits
  3. 18 Oct, 2001 13 commits
  4. 17 Oct, 2001 1 commit
  5. 16 Oct, 2001 8 commits
  6. 15 Oct, 2001 1 commit