aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Use the right type_mapRafael Mendonça França2013-12-051-1/+1
* wrap logging around the actual query call itself.Aaron Patterson2013-10-041-25/+21
* extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-301-12/+0
* change the savepoint interface to allow passing the name.Yves Senn2013-09-301-6/+6
* Fixed issue #12327Marc Lennox2013-09-271-2/+2
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-2/+2
* Perf: fields in pg gem causes an allocation, cache itSam2013-08-271-2/+3
* remove deprecated `PostgreSQLAdapter#outside_transaction?` method.Yves Senn2013-07-031-7/+0
* Revert "Merge pull request #10043 from cconstantine/master"Rafael Mendonça França2013-04-181-15/+0
* Fix loading of string arrays in postgresChris Constantine2013-04-081-0/+15
* These are already required through AS/railsAkira Matsuda2013-01-071-2/+0
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-4/+3
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+5
* Remove our use of #outside_transaction?Jon Leighton2012-09-151-0/+6
* Modularize postgresql adapterKonstantin Shabanov2012-09-051-0/+234