1. 06 May, 2005 4 commits
  2. 05 May, 2005 11 commits
  3. 04 May, 2005 3 commits
  4. 03 May, 2005 4 commits
  5. 02 May, 2005 5 commits
  6. 01 May, 2005 4 commits
  7. 30 Apr, 2005 7 commits
  8. 29 Apr, 2005 2 commits
    • Tom Lane's avatar
      Restructure LOCKTAG as per discussions of a couple months ago. · 3a694bb0
      Tom Lane authored
      Essentially, we shoehorn in a lockable-object-type field by taking
      a byte away from the lockmethodid, which can surely fit in one byte
      instead of two.  This allows less artificial definitions of all the
      other fields of LOCKTAG; we can get rid of the special pg_xactlock
      pseudo-relation, and also support locks on individual tuples and
      general database objects (including shared objects).  None of those
      possibilities are actually exploited just yet, however.
      
      I removed pg_xactlock from pg_class, but did not force initdb for
      that change.  At this point, relkind 's' (SPECIAL) is unused and
      could be removed entirely.
      3a694bb0
    • Bruce Momjian's avatar
      32d3b47e