1. 04 Jun, 1999 12 commits
  2. 03 Jun, 1999 23 commits
  3. 02 Jun, 1999 2 commits
  4. 01 Jun, 1999 3 commits
    • Thomas G. Lockhart's avatar
      Make sure that only one intro is included in the integrated doc. · 8593e1ff
      Thomas G. Lockhart authored
      Multiple intros cause trouble since they have some section elements
       (e.g. "y2k.sgml") in common leading to duplicate labels.
      Include emacs formatting hints in the intro*.sgml sources.
      8593e1ff
    • Vadim B. Mikheev's avatar
      typedef struct LTAG · bbf37e94
      Vadim B. Mikheev authored
      {
          Oid             relId;
          Oid             dbId;
          union
          {
              BlockNumber     blkno;
              TransactionId   xid;
          }               objId;
      >
      > Added:
      >    /*
      >     * offnum should be part of objId.tupleId above, but would increase
      >     * sizeof(LOCKTAG) and so moved here; currently used by userlocks only.
      >     */
      >    OffsetNumber    offnum;
          uint16          lockmethod;     /* needed by userlocks */
      } LOCKTAG;
      
      gmake clean required...
      User locks are ready for 6.5 release...
      bbf37e94
    • Bruce Momjian's avatar
      forgot to attach the patch. :( · 42a02c44
      Bruce Momjian authored
      Vince.
      42a02c44