1. 31 Jan, 2011 6 commits
  2. 30 Jan, 2011 2 commits
    • Tom Lane's avatar
      Make reduce_outer_joins() smarter about semijoins. · 9688c4e6
      Tom Lane authored
      reduce_outer_joins() mistakenly treated a semijoin like a left join for
      purposes of deciding whether not-null constraints created by the join's
      quals could be passed down into the join's left-hand side (possibly
      resulting in outer-join simplification there).  Actually, semijoin works
      like inner join for this purpose, ie, we do not need to see any rows that
      can't possibly satisfy the quals.  Hence, two-line fix to treat semi and
      inner joins alike.  Per observation by Andres Freund about a performance
      gripe from Yazan Suleiman.
      
      Back-patch to 8.4, since this oversight has been there since the current
      handling of semijoins was implemented.
      9688c4e6
    • Magnus Hagander's avatar
      Add option to include WAL in base backup · 507069de
      Magnus Hagander authored
      When included, this makes the base backup a complete working
      "clone" of the initial database, ready to have a postmaster
      started against it without the need to set up any log archiving
      or similar.
      
      Magnus Hagander, reviewed by Fujii Masao and Heikki Linnakangas
      507069de
  3. 29 Jan, 2011 4 commits
  4. 28 Jan, 2011 1 commit
  5. 27 Jan, 2011 11 commits
  6. 26 Jan, 2011 15 commits
  7. 25 Jan, 2011 1 commit