1. 30 9月, 1999 8 次提交
  2. 29 9月, 1999 5 次提交
  3. 28 9月, 1999 19 次提交
  4. 27 9月, 1999 6 次提交
  5. 26 9月, 1999 1 次提交
    • T
      Implement constant-expression simplification per Bernard · 40f65241
      Tom Lane 提交于
      Frankpitt, plus some improvements from yours truly.  The simplifier depends
      on the proiscachable field of pg_proc to tell it whether a function is
      safe to pre-evaluate --- things like nextval() are not, for example.
      Update pg_proc.h to contain reasonable cacheability information; as of
      6.5.* hardly any functions were marked cacheable.  I may have erred too
      far in the other direction; see recent mail to pghackers for more info.
      This update does not force an initdb, exactly, but you won't see much
      benefit from the simplifier until you do one.
      40f65241
  6. 24 9月, 1999 1 次提交
    • H
      · 95d3d468
      Hiroshi Inoue 提交于
      This is a patch for cygipc library provided by Yutaka Tanida.
      This is necessary to prevent freezing in cygwin port.
      95d3d468