1. 13 Nov, 2007 7 commits
  2. 12 Nov, 2007 3 commits
  3. 11 Nov, 2007 5 commits
  4. 10 Nov, 2007 14 commits
  5. 09 Nov, 2007 10 commits
  6. 08 Nov, 2007 1 commit
    • Tom Lane's avatar
      If an index depends on no columns of its table, give it a dependency on the · c293ba9e
      Tom Lane authored
      whole table instead, to ensure that it goes away when the table is dropped.
      Per bug #3723 from Sam Mason.
      
      Backpatch as far as 7.4; AFAICT 7.3 does not have the issue, because it doesn't
      have general-purpose expression indexes and so there must be at least one
      column referenced by an index.
      c293ba9e