1. 10 Mar, 2007 1 commit
  2. 08 Mar, 2007 2 commits
  3. 07 Mar, 2007 2 commits
  4. 06 Mar, 2007 5 commits
  5. 05 Mar, 2007 4 commits
  6. 03 Mar, 2007 13 commits
  7. 02 Mar, 2007 6 commits
  8. 01 Mar, 2007 3 commits
  9. 28 Feb, 2007 3 commits
  10. 27 Feb, 2007 1 commit
    • Tom Lane's avatar
      Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). · 234a02b2
      Tom Lane authored
      Get rid of VARATT_SIZE and VARATT_DATA, which were simply redundant with
      VARSIZE and VARDATA, and as a consequence almost no code was using the
      longer names.  Rename the length fields of struct varlena and various
      derived structures to catch anyplace that was accessing them directly;
      and clean up various places so caught.  In itself this patch doesn't
      change any behavior at all, but it is necessary infrastructure if we hope
      to play any games with the representation of varlena headers.
      Greg Stark and Tom Lane
      234a02b2