1. 12 10月, 2005 14 次提交
  2. 11 10月, 2005 5 次提交
  3. 10 10月, 2005 2 次提交
  4. 09 10月, 2005 4 次提交
  5. 08 10月, 2005 10 次提交
  6. 07 10月, 2005 5 次提交
    • T
      (Apologies for fat-fingering cvs commit command...) Should have read: · d156e1f8
      Tom Lane 提交于
      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
    • T
      gni · 6ae76714
      Tom Lane 提交于
      6ae76714
    • A
      Remove an unused typedef. · a84429a1
      Alvaro Herrera 提交于
      a84429a1
    • B
      Update: · ab13353d
      Bruce Momjian 提交于
      < * 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
    • B
      Add: · 02eb6ea9
      Bruce Momjian 提交于
      <
      > * Consider compressing indexes by storing key prefix values shared by
      >   several rows as a single index entry
      02eb6ea9