aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-231-0/+1
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-21/+21
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Remove database specific JSON typesRyuta Kamizono2017-07-051-1/+0
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-22/+22
* Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-0/+1
* Remove deprecated handling of PG PointsSean Griffin2016-08-311-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-21/+21
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+1
* Remove most PG specific type subclassesSean Griffin2015-02-111-6/+0
* Add support for Postgresql JSONBPhilippe Creux2014-07-241-0/+1
* Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-061-0/+1
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-0/+1
* Use the generic type map for all PG type registrationsSean Griffin2014-05-221-67/+0
* Move PG OID types to their own filesSean Griffin2014-05-211-353/+25
* push `extract_scale` to the `Type`.Yves Senn2014-05-211-0/+4
* Merge pull request #15206 from sgrif/sg-type-map-postgresqlRafael Mendonça França2014-05-201-42/+5
|\
| * Use the generic type map for PostgreSQL OID registrationsSean Griffin2014-05-201-42/+5
* | Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-0/+4
|/
* Have Postgres OID types inherit from general typesSean Griffin2014-05-201-133/+80
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-8/+5
* pg, add missing nodocs for extracted modules.Yves Senn2014-05-191-1/+1
* PostgreSQL timestamps are always datetimesSean Griffin2014-05-171-6/+3
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-141-3/+1
* extract pg type map initialization process to `TypeMapInitializer`.Yves Senn2014-05-131-0/+71
* pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+1
* pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-3/+8
* PostgreSQL Timestamps always map to `:datetime`.Jefferson Lai2014-04-241-6/+1
* Treat blank UUID values as nilDmitry Lavrov2014-04-031-1/+8
* PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-37/+90
* register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-0/+1
* Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-041-0/+6
* Coerce strings when reading attributes.Yves Senn2014-02-231-5/+13
* deprecate support for pg ranges with excluding beginnings.Yves Senn2014-02-231-0/+12
* dynamically define PostgreSQL OID range types.Yves Senn2014-02-231-36/+14
* Use the right type_mapRafael Mendonça França2013-12-051-4/+2
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-1/+1
* cast json values on write to be consistent with reading from the db.Severin Schoepke2013-10-251-0/+4
* `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-251-0/+8
* PG adapter deals with negative money values formatted with parenthesis.Yves Senn2013-08-261-0/+5
* cast hstore values on write to be consistent with reading from the db.Yves Senn2013-08-081-4/+4
* Add OID::Bit for supporting bit string.kennyj2013-04-161-2/+12
* fix for the bytea/binary nil value bugMatt Aimonetti2013-04-141-0/+1
* Make Postgres point type correspond to ruby array with two floats insideMartin Schürrer2013-03-251-0/+11
* Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::TimeTroy Kruthoff2013-03-011-4/+1
* Fix typoRafael Mendonça França2013-01-311-2/+2
* reloading type map on extension changingAaron Patterson2013-01-291-0/+4
* Add postgresql range types supportbUg2013-01-231-11/+65
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-0/+1
* Reuse the Column integer converterRafael Mendonça França2013-01-031-1/+1