1. 27 9月, 2005 5 次提交
  2. 26 9月, 2005 4 次提交
    • B
      Done: · 3ff1dc50
      Bruce Momjian 提交于
      < * Allow protocol-level EXECUTE that is actually a fetch to appear
      <   in the logs as a fetch rather than another execute
      3ff1dc50
    • B
      Log protocol-excute fetch operatation as fetch, rather than execute, · 72739020
      Bruce Momjian 提交于
      adjusted from a patch by Simon.
      72739020
    • B
      Add: · 88922598
      Bruce Momjian 提交于
      > * Allow protocol-level BIND parameter values to be logged
      > * Allow protocol-level EXECUTE that is actually a fetch to appear
      >   in the logs as a fetch rather than another execute
      88922598
    • T
      The original patch to avoid building a hash join's hashtable when the · e990b9ce
      Tom Lane 提交于
      outer relation is empty did not work, per test case from Patrick Welche.
      It tried to use nodeHashjoin.c's high-level mechanisms for fetching an
      outer-relation tuple, but that code expected the hash table to be filled
      already.  As patched, the code failed in corner cases such as having no
      outer-relation tuples for the first hash batch.  Revert and rewrite.
      e990b9ce
  3. 25 9月, 2005 11 次提交
  4. 24 9月, 2005 6 次提交
  5. 23 9月, 2005 14 次提交