1. 16 5月, 2003 5 次提交
  2. 15 5月, 2003 3 次提交
  3. 14 5月, 2003 5 次提交
  4. 13 5月, 2003 4 次提交
  5. 12 5月, 2003 3 次提交
    • T
      Apply fixes for problems with dropped columns whose types have also been · d97c9b36
      Tom Lane 提交于
      dropped.  The simplest fix for INSERT/UPDATE cases turns out to be for
      preptlist.c to insert NULLs of a known-good type (I used INT4) rather
      than making them match the deleted column's type.  Since the representation
      of NULL is actually datatype-independent, this should work fine.
      I also re-reverted the patch to disable the use_physical_tlist optimization
      in the presence of dropped columns.  It still doesn't look worth the
      trouble to be smarter, if there are no other bugs to fix.
      Added a regression test to catch future problems in this area.
      d97c9b36
    • T
      Finish removing HPUXMATHLIB. · a7c50cd9
      Tom Lane 提交于
      a7c50cd9
    • T
      Revert previous change --- turns out the underlying problem affects · 6f261461
      Tom Lane 提交于
      more cases than I thought, so ExecTypeFromTL() will have to be fixed
      anyway.
      6f261461
  6. 11 5月, 2003 4 次提交
  7. 10 5月, 2003 13 次提交
  8. 09 5月, 2003 3 次提交