1. 10 Dec, 2000 4 commits
  2. 09 Dec, 2000 9 commits
  3. 08 Dec, 2000 10 commits
  4. 07 Dec, 2000 10 commits
  5. 06 Dec, 2000 4 commits
  6. 05 Dec, 2000 3 commits
    • Tom Lane's avatar
      I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires · a0f86363
      Tom Lane authored
      an error at end of transaction ... and I did *not* like it.  Reduce ERROR
      to NOTICE so that this situation doesn't cause an infinite loop.
      a0f86363
    • Tom Lane's avatar
      In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generating · 614d951a
      Tom Lane authored
      an error as we used to.  In an OUTER JOIN scenario, retrieving a null
      CTID from one of the input relations is entirely expected.  We still
      want to lock the input rows from the other relations, so just ignore
      the null and keep going.
      614d951a
    • 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