1. 17 Aug, 1998 16 commits
  2. 16 Aug, 1998 4 commits
  3. 15 Aug, 1998 13 commits
  4. 14 Aug, 1998 3 commits
  5. 11 Aug, 1998 4 commits
    • Bruce Momjian's avatar
      fix typo. · c7fe2543
      Bruce Momjian authored
      c7fe2543
    • Bruce Momjian's avatar
      Strategy cleanups. · a968e4f6
      Bruce Momjian authored
      a968e4f6
    • Bruce Momjian's avatar
      index strategy cleanup · 024d5f74
      Bruce Momjian authored
      024d5f74
    • Bruce Momjian's avatar
      the following patch fixes a bug in the oracle compatibility · f22c6f92
      Bruce Momjian authored
          functions btrim() ltrim() and rtrim().
      
          The error was that the character after the set  was  included
          in the tests (ptr2 pointed to the character after the vardata
          part of set if no match found,  so  comparing  *ptr  or  *end
          against *ptr2 MAY match -> strip).
      
      
      Jan
      
      --
      
      #======================================================================#
      # It's easier to get forgiveness for being wrong than for being
      right. # # Let's break this rule - forgive me.
      # #======================================== jwieck@debis.com (Jan
      Wieck) #
      f22c6f92