1. 31 May, 2004 11 commits
  2. 30 May, 2004 4 commits
  3. 29 May, 2004 5 commits
  4. 28 May, 2004 10 commits
  5. 27 May, 2004 9 commits
  6. 26 May, 2004 1 commit
    • Tom Lane's avatar
      Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that · 4646a8f3
      Tom Lane authored
      ListCells are only 8 bytes instead of 12 (on 4-byte-pointer machines
      anyway), it's worth maintaining a separate freelist for 8-byte objects.
      Remembering that alloc chunks carry 8 bytes of overhead, this should
      reduce the net storage requirement for a long List by about a third.
      4646a8f3