1. 01 2月, 2011 3 次提交
  2. 31 1月, 2011 4 次提交
    • A
      Fix typo · 48c9de80
      Andrew Dunstan 提交于
      48c9de80
    • A
      Enable building with the Mingw64 compiler. · 91812df4
      Andrew Dunstan 提交于
      This can be used to build 64 bit Windows binaries, not only on 64 bit
      Windows but on supported cross-compiling hosts including 32 bit Windows,
      Cygwin, Darwin and Linux.
      91812df4
    • T
      Make reduce_outer_joins() smarter about semijoins. · 9688c4e6
      Tom Lane 提交于
      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
    • M
      Add option to include WAL in base backup · 507069de
      Magnus Hagander 提交于
      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. 30 1月, 2011 3 次提交
  4. 29 1月, 2011 2 次提交
  5. 28 1月, 2011 8 次提交
  6. 27 1月, 2011 11 次提交
  7. 26 1月, 2011 9 次提交