1. 05 Dec, 2000 3 commits
    • Tom Lane's avatar
      From Stephan Szabo: · 981a7d32
      Tom Lane authored
      I believe this should fix the issue that Philip Warner
      noticed about the check for unique constraints meeting the
      referenced keys of a foreign key constraint allowing the
      specification of a subset of a foreign key instead of
      rejecting it.  I also added tests for a base case of
      this to the foreign key and alter table tests and patches
      for expected output.
      981a7d32
    • Tom Lane's avatar
      5ce8ab96
    • Tom Lane's avatar
      Repair breakage of rules containing INSERT ... SELECT actions, per bug · a51f004d
      Tom Lane authored
      report from Joel Burton.  Turns out that my simple idea of turning the
      SELECT into a subquery does not interact well *at all* with the way the
      rule rewriter works.  Really what we need to make INSERT ... SELECT work
      cleanly is to decouple targetlists from rangetables: an INSERT ... SELECT
      wants to have two levels of targetlist but only one rangetable.  No time
      for that for 7.1, however, so I've inserted some ugly hacks to make the
      rewriter know explicitly about the structure of INSERT ... SELECT queries.
      Ugh :-(
      a51f004d
  2. 04 Dec, 2000 4 commits
  3. 03 Dec, 2000 12 commits
  4. 02 Dec, 2000 3 commits
  5. 01 Dec, 2000 6 commits
  6. 30 Nov, 2000 12 commits