1. 08 2月, 1999 10 次提交
  2. 07 2月, 1999 10 次提交
  3. 06 2月, 1999 3 次提交
  4. 05 2月, 1999 4 次提交
  5. 04 2月, 1999 9 次提交
  6. 03 2月, 1999 4 次提交
    • T
      Modify int8 to not depend on sscanf(), and fix configure's test · 724119a9
      Tom Lane 提交于
      for int8 support.  configure now checks only snprintf() for int8 support,
      not sprintf and sscanf as it used to.  The reason for doing this is that
      if we are supplying our own snprintf code (which does handle long long int),
      we now only need working long long support in the compiler not in the
      platform's C library.  I have verified that int8 now passes regression test
      on HPUX 9, and I think it should work on SunOS 4.1.* and other older
      platforms if gcc is used.
      724119a9
    • B
      SET_ARGS cleanup · 4090d17f
      Bruce Momjian 提交于
      4090d17f
    • B
      Make GEQO use dependent on table and index count. · f1b78234
      Bruce Momjian 提交于
      f1b78234
    • B
      OK I found it, · eb341553
      Bruce Momjian 提交于
      I search in the planner for the '\xFF' appending.
      Finally I found in MakeIndexable() in gram.y
      
      Attach a patch which removes the "<=" test in USE_LOCALE,
      might make some queries a bit slower for us "locale-heads",
      BUT correct result is more important.
      
              regards,
      --
      -----------------
      Göran Thyni
      eb341553