aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Commit message (Expand)AuthorAgeFilesLines
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-19/+0
* Explain the connection pool error message betterDmytrii Nagirniak2015-12-011-1/+1
* Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-4/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-16/+20
* fix RDoc markup in `ConnectionPool`. [ci skip]Yves Senn2015-10-141-13/+13
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-6/+6
* Merge pull request #21637 from amitsuroliya/doc_fixesKasper Timm Hansen2015-09-171-2/+2
|\
| * Improved ActiveRecord Connection Pool docs [ci skip]amitkumarsuroliya2015-09-171-2/+2
* | s/Github/GitHub/Akira Matsuda2015-09-171-1/+1
|/
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-2/+2
* Add schema cache to new connection pool after forkEugene Kenny2015-05-171-1/+3
* AR::ConPool - remove synchronization around connection cache.thedarkone2015-05-141-79/+303
* AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-27/+101
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-8/+23
* Apply schema cache dump when creating connectionsEugene Kenny2015-04-291-2/+4
* Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-2/+2
* ActiveRecord: On reconnection failure, release only failed connetion.Yoshioka Tsuneo2015-01-131-1/+2
* ActiveRecord: release connection on reconnect failure.Yoshioka Tsuneo2015-01-091-0/+3
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-10/+1
* Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-1/+1
|\
| * fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* | Fix connection leak when a thread checks in additional connections.Matt Jones2014-12-231-4/+6
|/
* minor sentences fixesNeeraj Singh2014-12-071-3/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* let's warn with heredocsXavier Noria2014-10-281-4/+6
* Prefix internal method with _Rafael Mendonça França2014-10-251-2/+2
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-2/+2
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-1/+1
* Merge pull request #16542 from seamusabshere/numerify-pool-checkout-timeout-f...Rafael Mendonça França2014-08-181-1/+1
* Clarify how the ConnectionHandler worksJack Danger Canty2014-07-311-15/+36
* Remove unused param 'conn' from ConnectionPool#releaseMindaugas Mozūras2014-06-231-3/+3
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-28/+28
* Distinguish ConnectionNotEstablished messages: no conn pool for the class, or...Jeremy Kemper2014-02-221-1/+4
* Reaper has access to threadsafe active? callKevin Casey2014-02-081-1/+1
* Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-1/+1
* Remove deprecated AR::Connection#clear_stale_cached_connections! methodFrancesco Rodriguez2013-07-011-5/+0
* Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-8/+0
* use `connect_poll` on pg so that reaping does not hurt the connectionAaron Patterson2013-03-201-1/+3
* Revert "default the reaping frequency to 10 seconds"Aaron Patterson2013-03-201-1/+1
* default the reaping frequency to 10 secondsAaron Patterson2013-03-111-1/+1
* Gist URLs are now namespacedAkira Matsuda2013-02-181-4/+4
* Default dead_connection_timeout to 5Akira Matsuda2013-01-241-1/+1
* fix anonymous class issueDavid2013-01-201-0/+1
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-9/+16
* Fix memory leak in development modeJon Leighton2012-11-301-8/+11
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-6/+14