1. 07 Oct, 2005 7 commits
    • Tom Lane's avatar
      Marginal performance improvement in aclmask(): don't bother with · 426d0158
      Tom Lane authored
      testing ownership if the caller isn't interested in any GOPTION bits
      (which is the common case).  It did not matter in 8.0 where the ownership
      test was just a trivial equality test, but it matters now.
      426d0158
    • Tom Lane's avatar
      Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log · b888ab82
      Tom Lane authored
      level for unrecognized win32 error codes to LOG, and make messages
      conform to style guide.  Per old suggestion from Qingqing Zhou, which
      seems to have gotten lost in the shuffle.
      b888ab82
    • 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 10 commits