aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ActiveRecord::ModelJon Leighton2012-10-261-4/+4
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-3/+3
* warning removed.Arun Agrawal2012-09-121-1/+0
* ConnectionPool, unify exceptions, ConnectionTimeoutErrorJonathan Rochkind2012-09-111-17/+11
* Fix a typoAndreas Loupasakis2012-09-061-1/+1
* Cache the connection pool for a given classJon Leighton2012-08-311-20/+35
* One hash is enoughJon Leighton2012-08-311-17/+13
* Refactor connection handlerJon Leighton2012-08-311-22/+14
* Make connection pool retrieval fasterJon Leighton2012-08-311-10/+13
* Simplify AR configuration code.Jon Leighton2012-06-151-6/+8
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-37/+174
* Whitespaces :scissors:Rafael Mendonça França2012-05-231-6/+6