1. 05 Jan, 2007 9 commits
  2. 04 Jan, 2007 6 commits
  3. 03 Jan, 2007 8 commits
  4. 02 Jan, 2007 8 commits
  5. 31 Dec, 2006 1 commit
    • Tom Lane's avatar
      Found the problem with my operator-family changes: by fetching from · 0b56be83
      Tom Lane authored
      pg_opclass during LookupOpclassInfo(), I'd turned pg_opclass_oid_index
      into a critical system index.  However the problem could only manifest
      during a backend's first attempt to load opclass data, and then only
      if it had successfully loaded pg_internal.init and subsequently received
      a relcache flush; which made it impossible to reproduce in sequential
      tests and darn hard even in parallel tests.  Memo to self: when
      exercising cache flush scenarios, must disable LookupOpclassInfo's
      internal cache too.
      0b56be83
  6. 30 Dec, 2006 2 commits
  7. 29 Dec, 2006 3 commits
  8. 28 Dec, 2006 3 commits