1. 09 10月, 2006 1 次提交
  2. 03 10月, 2006 1 次提交
  3. 25 8月, 2006 1 次提交
  4. 22 8月, 2006 1 次提交
  5. 19 8月, 2006 2 次提交
  6. 16 8月, 2006 2 次提交
  7. 09 8月, 2006 1 次提交
  8. 06 8月, 2006 1 次提交
  9. 28 7月, 2006 1 次提交
  10. 11 7月, 2006 4 次提交
  11. 09 7月, 2006 3 次提交
  12. 08 7月, 2006 2 次提交
  13. 07 7月, 2006 2 次提交
  14. 05 7月, 2006 1 次提交
  15. 26 6月, 2006 1 次提交
  16. 21 6月, 2006 1 次提交
  17. 20 6月, 2006 1 次提交
    • J
      r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 · 15aa6e05
      Jeremy Kemper 提交于
       locking
       r4645@asus:  jeremy | 2006-06-17 12:41:30 -0700
       missing reply fixture
       r4646@asus:  jeremy | 2006-06-19 13:05:23 -0700
       Use a per-thread (rather than global) transaction mutex so you may execute concurrent transactions on separate connections.
       r4647@asus:  jeremy | 2006-06-19 13:07:23 -0700
       PostgreSQL: introduce allow_concurrency option which determines whether to use blocking or asynchronous #execute. Adapters with blocking #execute will deadlock Ruby threads. The default value is ActiveRecord::Base.allow_concurrency.
       r4648@asus:  jeremy | 2006-06-19 13:08:40 -0700
       Pass the default allow_concurrency when instantiating new connections.
       r4649@asus:  jeremy | 2006-06-19 13:11:12 -0700
       Break out concurrent transaction tests and run them for PostgreSQLAdapter only (need to fork or system('some_test_script') for the other adapters)
       r4650@asus:  jeremy | 2006-06-19 13:42:48 -0700
       Row locking. Provide a locking clause with the :lock finder option or true for the default "FOR UPDATE".
       r4661@asus:  jeremy | 2006-06-19 15:36:51 -0700
       excise the junk mutex
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4460 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      15aa6e05
  18. 04 6月, 2006 4 次提交
  19. 02 6月, 2006 1 次提交
  20. 01 6月, 2006 2 次提交
  21. 25 5月, 2006 1 次提交
  22. 21 5月, 2006 1 次提交
  23. 15 5月, 2006 1 次提交
  24. 12 5月, 2006 1 次提交
  25. 07 5月, 2006 1 次提交
  26. 29 4月, 2006 2 次提交