1. 07 Oct, 2005 5 commits
    • Tom Lane's avatar
      (Apologies for fat-fingering cvs commit command...) Should have read: · d156e1f8
      Tom Lane authored
      Remove unportable use of tfind/tsearch in favor of bsearch.  Fix up
      random number generator to use random() not rand() and to actually honor
      its min/max arguments properly.  That wasn't so important before, but
      with exposure of capability to ask for general ranges, it will be.
      d156e1f8
    • Tom Lane's avatar
      gni · 6ae76714
      Tom Lane authored
      6ae76714
    • Alvaro Herrera's avatar
      Remove an unused typedef. · a84429a1
      Alvaro Herrera authored
      a84429a1
    • Bruce Momjian's avatar
      Update: · ab13353d
      Bruce Momjian authored
      < * Consider compressing indexes by storing key prefix values shared by
      > * Consider compressing indexes by storing key values duplicated in
      735a736,737
      >
      >   This is difficult because it requires datatype-specific knowledge.
      ab13353d
    • Bruce Momjian's avatar
      Add: · 02eb6ea9
      Bruce Momjian authored
      <
      > * Consider compressing indexes by storing key prefix values shared by
      >   several rows as a single index entry
      02eb6ea9
  2. 06 Oct, 2005 8 commits
  3. 05 Oct, 2005 8 commits
  4. 04 Oct, 2005 7 commits
  5. 03 Oct, 2005 12 commits