1. 05 Mar, 2007 4 commits
  2. 03 Mar, 2007 13 commits
  3. 02 Mar, 2007 6 commits
  4. 01 Mar, 2007 3 commits
  5. 28 Feb, 2007 3 commits
  6. 27 Feb, 2007 7 commits
  7. 25 Feb, 2007 1 commit
  8. 23 Feb, 2007 3 commits
    • Bruce Momjian's avatar
      Update Solaris FAQ. · 7395c761
      Bruce Momjian authored
      7395c761
    • Tom Lane's avatar
      Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to · 655aa5b3
      Tom Lane authored
      drill down into subplan targetlists to print the referent expression for an
      OUTER or INNER var in an upper plan node.  Hence, make it do that always, and
      banish the old hack of showing "?columnN?" when things got too complicated.
      
      Along the way, fix an EXPLAIN bug I introduced by suppressing subqueries from
      execution-time range tables: get_name_for_var_field() assumed it could look at
      rte->subquery to find out the real type of a RECORD var.  That doesn't work
      anymore, but instead we can look at the input plan of the SubqueryScan plan
      node.
      655aa5b3
    • Bruce Momjian's avatar
      Move BLCKSZ < 1024 check to guc.c. · 9cc2a71c
      Bruce Momjian authored
      9cc2a71c