1. 31 Jan, 2011 3 commits
    • Heikki Linnakangas's avatar
      Support multiple concurrent pg_basebackup backups. · 997b48ed
      Heikki Linnakangas authored
      With this patch, pg_basebackup doesn't write a backup_label file in the
      data directory, so it doesn't interfere with a pg_start/stop_backup() based
      backup anymore. backup_label is still included in the backup, but it is
      injected directly into the tar stream.
      
      Heikki Linnakangas, reviewed by Fujii Masao and Magnus Hagander.
      997b48ed
    • Andrew Dunstan's avatar
      Fix typo · 48c9de80
      Andrew Dunstan authored
      48c9de80
    • Andrew Dunstan's avatar
      Enable building with the Mingw64 compiler. · 91812df4
      Andrew Dunstan authored
      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
  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 4 commits