aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-13 03:01:33 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-13 03:01:33 +0000
commit140a5f8f7b7deea713b5c7cbccbc8b57fecb2c7d (patch)
treed965246521a6366228b77a21429054880997ee64 /activerecord/CHANGELOG
parenta91423ed5bcf9d81ba4f31dd2e91d905c4f51c74 (diff)
downloadrails-140a5f8f7b7deea713b5c7cbccbc8b57fecb2c7d.tar.gz
rails-140a5f8f7b7deea713b5c7cbccbc8b57fecb2c7d.tar.bz2
rails-140a5f8f7b7deea713b5c7cbccbc8b57fecb2c7d.zip
Optimize postgresql selects.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2548 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 5f3c738b77..b0947a800d 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Optimize postgresql selects. [skaes@web.de]
+
* Update DB2 adapter. #2206. [contact@maik-schmidt.de]
* Corrections to SQLServer native data types. #2267. [rails.20.clarry@spamgourmet.com]