1. 05 7月, 2003 1 次提交
  2. 04 7月, 2003 6 次提交
  3. 02 7月, 2003 5 次提交
  4. 01 7月, 2003 14 次提交
  5. 30 6月, 2003 2 次提交
    • T
      Restructure building of join relation targetlists so that a join plan · 835bb975
      Tom Lane 提交于
      node emits only those vars that are actually needed above it in the
      plan tree.  (There were comments in the code suggesting that this was
      done at some point in the dim past, but for a long time we have just
      made join nodes emit everything that either input emitted.)  Aside from
      being marginally more efficient, this fixes the problem noted by Peter
      Eisentraut where a join above an IN-implemented-as-join might fail,
      because the subplan targetlist constructed in the latter case didn't
      meet the expectation of including everything.
      Along the way, fix some places that were O(N^2) in the targetlist
      length.  This is not all the trouble spots for wide queries by any
      means, but it's a step forward.
      835bb975
    • M
      - Made sure Informix style decimal vars are initialized. They use a · cf883ea9
      Michael Meskes 提交于
        fixed amount of digits and not an allocated one. So we have to work
        around. PostgreSQL numeric type remains the same.
      - In INFORMIX_SE mode with autcommit set, make all cursors be "with
        hold". Is this really they way SE behaves?
      cf883ea9
  6. 29 6月, 2003 8 次提交
  7. 28 6月, 2003 4 次提交