1. 02 Jan, 2001 1 commit
  2. 01 Jan, 2001 5 commits
  3. 31 Dec, 2000 8 commits
  4. 30 Dec, 2000 15 commits
  5. 29 Dec, 2000 5 commits
  6. 28 Dec, 2000 5 commits
  7. 27 Dec, 2000 1 commit
    • Tom Lane's avatar
      Fix portability problems recently exposed by regression tests on Alphas. · 8609d4ab
      Tom Lane authored
      1. Distinguish cases where a Datum representing a tuple datatype is an OID
      from cases where it is a pointer to TupleTableSlot, and make sure we use
      the right typlen in each case.
      2. Make fetchatt() and related code support 8-byte by-value datatypes on
      machines where Datum is 8 bytes.  Centralize knowledge of the available
      by-value datatype sizes in two macros in tupmacs.h, so that this will be
      easier if we ever have to do it again.
      8609d4ab