1. 10 Dec, 2007 1 commit
  2. 09 Dec, 2007 4 commits
  3. 08 Dec, 2007 2 commits
  4. 07 Dec, 2007 7 commits
  5. 06 Dec, 2007 4 commits
  6. 05 Dec, 2007 1 commit
  7. 04 Dec, 2007 2 commits
  8. 03 Dec, 2007 12 commits
  9. 02 Dec, 2007 6 commits
  10. 01 Dec, 2007 1 commit
    • Tom Lane's avatar
      Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate · 265f904d
      Tom Lane authored
      constraint status of copied indexes (bug #3774), as well as various other
      small bugs such as failure to pstrdup when needed.  Allow INCLUDING INDEXES
      indexes to be merged with identical declared indexes (perhaps not real useful,
      but the code is there and having it not apply to LIKE indexes seems pretty
      unorthogonal).  Avoid useless work in generateClonedIndexStmt().  Undo some
      poorly chosen API changes, and put a couple of routines in modules that seem
      to be better places for them.
      265f904d