1. 22 3月, 2004 3 次提交
  2. 21 3月, 2004 5 次提交
  3. 20 3月, 2004 3 次提交
  4. 19 3月, 2004 7 次提交
  5. 18 3月, 2004 10 次提交
  6. 17 3月, 2004 3 次提交
    • B
      Document SPI_push() and SPI_pop(). · d245b6bd
      Bruce Momjian 提交于
      d245b6bd
    • T
      Replace the switching function ExecEvalExpr() with a macro that jumps · c1352052
      Tom Lane 提交于
      directly to the appropriate per-node execution function, using a function
      pointer stored by ExecInitExpr.  This speeds things up by eliminating one
      level of function call.  The function-pointer technique also enables further
      small improvements such as only making one-time tests once (and then
      changing the function pointer).  Overall this seems to gain about 10%
      on evaluation of simple expressions, which isn't earthshaking but seems
      a worthwhile gain for a relatively small hack.  Per recent discussion
      on pghackers.
      c1352052
    • B
      Add: · 2c7e4734
      Bruce Momjian 提交于
      > * Allow pg_dumpall to use non-text output formats
      >
      2c7e4734
  7. 16 3月, 2004 9 次提交