1. 12 Mar, 1997 5 commits
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · b66569e4
      Marc G. Fournier authored
      Subject: [HACKERS] linux/alpha patches
      
      These patches lay the groundwork for a Linux/Alpha port.  The port doesn't
      actually work unless you tweak the linker to put all the pointers in the
      first 32 bits of the address space, but it's at least a start.  It
      implements the test-and-set instruction in Alpha assembly, and also fixes
      a lot of pointer-to-integer conversions, which is probably good anyway.
      b66569e4
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · 12782697
      Marc G. Fournier authored
      Subject: [HACKERS] equal column and table name patch
      
      This fixes a bug where selects fail when there is a column with the same
      name as the table it's a part of.
      12782697
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · e4949f9f
      Marc G. Fournier authored
      Subject: [HACKERS] better access control error messages
      
      This patch replaces the 'no such class or insufficient privilege' with
      distinct error messages that tell you whether the table really doesn't
      exist or whether access was denied.
      e4949f9f
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · c00c511b
      Marc G. Fournier authored
      Subject: [HACKERS] backend Makefile patch
      
      This patch cleans up backend/Makefile a little bit, and prevents it from
      relinking the backend binary when no changes have been made.
      c00c511b
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · 51844146
      Marc G. Fournier authored
      Subject: [HACKERS] abort failed transaction patch
      
      This patch allows you to end a transaction that has failed on an error
      using the 'ABORT' statement without generating another error message.
      (By default you get an error unless you use 'END' to terminate the
      transaction, which has already been aborted anyway.)
      51844146
  2. 11 Mar, 1997 1 commit
  3. 10 Mar, 1997 2 commits
  4. 09 Mar, 1997 3 commits
  5. 07 Mar, 1997 2 commits
  6. 06 Mar, 1997 3 commits
  7. 04 Mar, 1997 1 commit
  8. 03 Mar, 1997 2 commits
  9. 02 Mar, 1997 7 commits
  10. 01 Mar, 1997 4 commits
  11. 28 Feb, 1997 7 commits
  12. 27 Feb, 1997 1 commit
  13. 25 Feb, 1997 2 commits