1. 22 Jan, 2007 2 commits
    • Tom Lane's avatar
      Adjust pgbench so it won't spit up on non-select queries returning · 686f15e3
      Tom Lane authored
      tuples, which is entirely possible with custom scripts (consider
      RETURNING, EXPLAIN, etc).
      686f15e3
    • Tom Lane's avatar
      Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc · 5a7471c3
      Tom Lane authored
      columns procost and prorows, to allow simple user adjustment of the estimated
      cost of a function call, as well as control of the estimated number of rows
      returned by a set-returning function.  We might eventually wish to extend this
      to allow function-specific estimation routines, but there seems to be
      consensus that we should try a simple constant estimate first.  In particular
      this provides a relatively simple way to control the order in which different
      WHERE clauses are applied in a plan node, which is a Good Thing in view of the
      fact that the recent EquivalenceClass planner rewrite made that much less
      predictable than before.
      5a7471c3
  2. 21 Jan, 2007 3 commits
  3. 20 Jan, 2007 25 commits
  4. 19 Jan, 2007 5 commits
  5. 18 Jan, 2007 2 commits
  6. 17 Jan, 2007 3 commits