aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/cast.rb
Commit message (Expand)AuthorAgeFilesLines
* Inline type cast method for PG pointsSean Griffin2014-05-231-7/+0
* Have Postgres OID types inherit from general typesSean Griffin2014-05-201-13/+0
* pg, add missing nodocs for extracted modules.Yves Senn2014-05-191-1/+1
* Methods of these modules are internalRafael Mendonça França2014-05-141-13/+13
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-141-1/+1
* Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+5
|\
| * Correctly escape PostgreSQL arrays.Aaron Patterson2014-02-181-1/+5
* | Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-171-6/+6
* | fix quoting non-stringsDamien Mathieu2013-12-221-1/+1
|/
* Drop unused param `should_be_quoted` to `PostgreSQLColumn#array_to_string`Vipul A M2013-11-171-1/+1
* Use infinity constKonstantin Shabanov2013-08-221-2/+2
* Rescue invalid ip address exceptions on assign.Paul Nikitochkin2013-08-141-1/+5
* Fix multidimensional PG arrays containing non-string itemsYves Senn2013-08-071-1/+9
* Support array as root element in JSONAlexey Noskov2013-05-141-1/+1
* Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...kennyj2013-04-171-2/+4
* Add OID::Bit for supporting bit string.kennyj2013-04-161-0/+7
* Make Postgres point type correspond to ruby array with two floats insideMartin Schürrer2013-03-251-0/+11
* Fix regex to strip quotations from hstore valuesjlxw2013-03-231-2/+2
* 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