aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/column.rb
Commit message (Expand)AuthorAgeFilesLines
* [postgres] include PgArrayParser directly and only load/include ArrayParser i...kares2014-05-131-2/+14
* copy edits [ci skip]Vijay Dev2014-05-081-1/+1
* [ci skip] document type_cast_for_writeschneems2014-05-071-0/+3
* PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-64/+1
* refactor, put `PostgreSQLColumn` into `column.rb`.Yves Senn2014-03-311-0/+221