1. 02 8月, 2001 2 次提交
    • B
      Attached ia a patch to enable window size detection code of psql for Solaris · ea72cc4e
      Bruce Momjian 提交于
      platform.
      
      TIOCGWINSZ is defined as follows:
      
          Linux       asm/ioctls.h
          FreeBSD     sys/ttycom.h. This file is included by sys/ioctl.h.
          Solaris     sys/termios.h
      
      This patch tells print.c to know TIOCGWINSZ on Solaris platform. Same code is
      founded in src/bin/psal/common.c.
      
      Kenji Sugita
      ea72cc4e
    • B
      The fti.pl supplied with the fulltextindex module generate ALL possible · 938236a2
      Bruce Momjian 提交于
      substrings of two characters or greater, and is case-sensitive.
      
      This patch makes it work correctly.  It generates only the suffixes of each
      word, plus lowercases them - as specified by the README file.
      
      This brings it into line with the fti.c function, makes it case-insensitive
      properly, removes the problem with duplicate rows being returned from an fti
      search and greatly reduces the size of the generated index table.
      
      It was written by my co-worker, Brett Toolin.
      
      Christopher Kings-Lynne
      938236a2
  2. 01 8月, 2001 8 次提交
  3. 31 7月, 2001 7 次提交
  4. 30 7月, 2001 7 次提交
  5. 23 7月, 2001 1 次提交
  6. 22 7月, 2001 4 次提交
  7. 21 7月, 2001 9 次提交
  8. 20 7月, 2001 2 次提交