1. 21 Mar, 2008 1 commit
    • Tom Lane's avatar
      Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing · 2d0583a1
      Tom Lane authored
      a new typedef TimeOffset to represent an intermediate time value.  It's
      either int64 or double as appropriate, and in most usages will be measured
      in microseconds or seconds the same as Timestamp.  We don't call it
      Timestamp, though, since the value doesn't necessarily represent an absolute
      time instant.
      
      Warren Turkal
      2d0583a1
  2. 20 Mar, 2008 8 commits
  3. 19 Mar, 2008 7 commits
  4. 18 Mar, 2008 19 commits
  5. 17 Mar, 2008 5 commits