Skip to content
Snippets Groups Projects
  1. Mar 11, 2013
  2. Mar 07, 2013
  3. Mar 06, 2013
  4. Mar 05, 2013
  5. Mar 04, 2013
  6. Mar 02, 2013
  7. Mar 01, 2013
  8. Feb 28, 2013
    • akwizgran's avatar
      Fixed inconsistent locking in database. · 7ed85c62
      akwizgran authored
      Previously, when table A had a foreign key pointing to table B, we got
      read locks on A and B to read A, a write lock on A and a read lock on
      B to update A, and a write lock on B to update B (but this wasn't
      applied consistently). Now we get a read lock on A to read A, a write
      lock on A to update A, and write locks on A and B to update B. The
      difference is small in practice, but clarifying the rules has helped to
      catch some bugs.
      7ed85c62
    • akwizgran's avatar
      Explanatory names for MessageFactory methods. · 43c8cfa2
      akwizgran authored
      43c8cfa2
Loading