aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/cast.rb
Commit message (Expand)AuthorAgeFilesLines
* Add postgresql range types supportbUg2013-01-231-30/+6
* AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...Alexey2012-12-171-4/+11
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-0/+23
* Fix postgresql adapter to handle bc timestamps correctlyBogdan Gusiev2012-11-211-0/+2
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+28
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-0/+16
* Modularize postgresql adapterKonstantin Shabanov2012-09-051-0/+80