1. 28 Sep, 2001 2 commits
    • Thomas G. Lockhart's avatar
      Measure the current transaction time to milliseconds. · 6f58115d
      Thomas G. Lockhart authored
      Define a new function, GetCurrentTransactionStartTimeUsec() to get the time
       to this precision.
      Allow now() and timestamp 'now' to use this higher precision result so
       we now have fractional seconds in this "constant".
      Add timestamp without time zone type.
      Move previous timestamp type to timestamp with time zone.
      Accept another ISO variant for date/time values: yyyy-mm-ddThh:mm:ss
       (note the "T" separating the day from hours information).
      Remove 'current' from date/time types; convert to 'now' in input.
      Separate time and timetz regression tests.
      Separate timestamp and timestamptz regression test.
      6f58115d
    • Thomas G. Lockhart's avatar
      Add separate regression tests for timetz and the new timestamptz type. · 1f075a32
      Thomas G. Lockhart authored
      Modify the timestamp test to reflect the "no time zone" behavior of this
       new code; timestamptz resembles the old timestamp code.
      1f075a32
  2. 27 Sep, 2001 4 commits
  3. 26 Sep, 2001 5 commits
  4. 25 Sep, 2001 2 commits
  5. 24 Sep, 2001 2 commits
  6. 23 Sep, 2001 23 commits
  7. 22 Sep, 2001 2 commits