1. 08 2月, 2008 2 次提交
    • T
      Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() · 09bb6f6e
      Tom Lane 提交于
      into an iteration over three parallel lists, I had accidentally put the lnext
      steps outside the loop.  Sigh.  Per bug #3938.
      09bb6f6e
    • T
      Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted · b7fe5f70
      Tom Lane 提交于
      tablespace permissions failures when copying an index that is in the
      database's default tablespace.  A side-effect of the change is that explicitly
      specifying the default tablespace no longer triggers a permissions check;
      this is not how it was done in pre-8.3 releases but is argued to be more
      consistent.  Per bug #3921 from Andrew Gilligan.  (Note: I argued in the
      subsequent discussion that maybe LIKE shouldn't copy index tablespaces
      at all, but since no one indicated agreement with that idea, I've refrained
      from doing it.)
      b7fe5f70
  2. 07 2月, 2008 2 次提交
  3. 06 2月, 2008 1 次提交
    • M
      Fix very broken clean.bat for msvc install. The way we used subroutines · 8d363727
      Magnus Hagander 提交于
      in .bat simply did not work, and it called them in the wrong order,
      some several times, and some not at all. So this unrolls all subroutine
      calls.
      
      This should fix the issues with clean deleting the wrong files reported
      by Dave Page.
      
      While at it, add the "clean dist" option to act like "make distclean",
      and no longer remove the flex/bison output files by default. This shuold
      fix the problem reported by Pavel Golub in bug #3909.
      8d363727
  4. 05 2月, 2008 1 次提交
  5. 04 2月, 2008 1 次提交
  6. 03 2月, 2008 3 次提交
  7. 01 2月, 2008 14 次提交
  8. 31 1月, 2008 5 次提交
  9. 30 1月, 2008 7 次提交
  10. 29 1月, 2008 4 次提交